Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
12
返回列表 发新帖

[求助] X3.3全站HTTPS,以显示绿标,但出现未验证来源脚本

[复制链接]
ioio123ok 发表于 2017-7-30 17:17:38 | 显示全部楼层
向上的葱子 发表于 2017-7-30 13:40
把你的HTTPS配置文件信息发出来看下

server {
  listen 80;
  listen 443 ssl http2;
  ssl_certificate /usr/local/nginx/conf/ssl/bbs.ztcun.com.crt;
  ssl_certificate_key /usr/local/nginx/conf/ssl/bbs.ztcun.com.key;
  ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
  ssl_ciphers EECDH+CHACHA20:EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5;
  ssl_prefer_server_ciphers on;
  ssl_session_timeout 10m;
  ssl_session_cache builtin:1000 shared:SSL:10m;
  ssl_buffer_size 1400;
  add_header Strict-Transport-Security max-age=15768000;
  ssl_stapling on;
  ssl_stapling_verify on;
  server_name bbs.ztcun.com;
  access_log /data/wwwlogs/bbs.ztcun.com_nginx.log combined;
  index index.html index.htm index.php;
  root /data/wwwroot/bbs.ztcun.com;
  if ($ssl_protocol = "") { return 301 https://$host$request_uri; }

  include /usr/local/nginx/conf/rewrite/discuz.conf;
  #error_page 404 /404.html;
  #error_page 502 /502.html;

  location ~ [^/]\.php(/|$) {
    #fastcgi_pass remote_php_ip:9000;
    fastcgi_pass unix:/dev/shm/php-cgi.sock;
    fastcgi_index index.php;
    include fastcgi.conf;
  }
  location ~ .*\.(gif|jpg|jpeg|png|bmp|swf|flv|mp4|ico)$ {
    expires 30d;
    access_log off;
  }
  location ~ .*\.(js|css)?$ {
    expires 7d;
    access_log off;
  }
  location ~ /\.ht {
    deny all;
  }
}


回复

使用道具 举报

向上的葱子 发表于 2017-7-30 20:22:39 | 显示全部楼层
ioio123ok 发表于 2017-7-30 17:17
server {
  listen 80;
  listen 443 ssl http2;

https的配置没有问题。我这边在QQ中访问你的网页暂时也没有问题。
回复

使用道具 举报

ioio123ok 发表于 2017-7-30 21:05:40 | 显示全部楼层
向上的葱子 发表于 2017-7-30 20:22
https的配置没有问题。我这边在QQ中访问你的网页暂时也没有问题。

现在是没问题了,关了电脑管家就好了
回复

使用道具 举报

wangpj 发表于 2017-7-31 10:23:14 | 显示全部楼层
https://bbs.huluwa365.com,我的加好友弹窗在哪打转。
回复

使用道具 举报

myloveqiang 发表于 2017-8-1 12:50:36 | 显示全部楼层
然而cnzz的代码支持https的,自己换成https版的就好了

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-28 07:33 , Processed in 0.020874 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表