永久黄网站色视频免费直播,yy6080三理论日本中文,亚洲无码免费在线观看视频,欧美日韩精品一区二区在线播放
標題:
[求助]
wdCP配置ssl使用https無法訪問
[打印本頁]
作者:
mrdede
時間:
2018-5-9 13:08
標題:
wdCP配置ssl使用https無法訪問
wdCP配置ssl使用https無法訪問,http訪問正常。
環(huán)境:
wdCP v3.2.21
centos7.1
web服務(wù)器nginx+apache
防火墻已開啟443端口
域名解析正常(因為htpp://域名/ 的訪問是正常的)
阿里云免費證書
已上傳“域名.pem”和“域名.key”文件到目錄/www/wdlinux/nginx/conf/cert下
配置成http和https可同時訪問的
配置文件來默認的,如下:
server {
listen 80;
root /www/web/a_xxxxxx_com/public_html;
server_name a.xxxxxx.com a.xxxxxx.com;
index index.html index.php index.htm;
error_page 400 /errpage/400.html;
error_page 403 /errpage/403.html;
error_page 404 /errpage/404.html;
error_page 503 /errpage/503.html;
location ~ \.php$ {
proxy_pass http://127.0.0.1:88;
include naproxy.conf;
}
location ~ /\.ht {
deny all;
}
location / {
try_files $uri @apache;
}
location @apache {
internal;
proxy_pass http://127.0.0.1:88;
include naproxy.conf;
}
}
server {
listen 443;
root /www/web/a_xxxxxx_com/public_html;
ssl on;
ssl_certificate cert/a.xxxxxx.com.pem;
ssl_certificate_key cert/a.xxxxxx.com.key;
ssl_prefer_server_ciphers on;
ssl_session_timeout 10m;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers EECDH+CHACHA20:EECDH+AES128:RSA+AES128:EECDH+AES256:RSA+AES256:EECDH+3DES:RSA+3DES:!MD5;
server_name a.xxxxxx.com a.xxxxxx.com;
index index.html index.php index.htm;
error_page 400 /errpage/400.html;
error_page 403 /errpage/403.html;
error_page 404 /errpage/404.html;
error_page 503 /errpage/503.html;
location ~ \.php$ {
proxy_pass http://127.0.0.1:88;
include naproxy.conf;
}
location ~ /\.ht {
deny all;
}
location / {
try_files $uri @apache;
}
location @apache {
internal;
proxy_pass http://127.0.0.1:88;
include naproxy.conf;
}
}
復(fù)制代碼
SSH查詢商品狀態(tài):
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN
復(fù)制代碼
使用我的本地電腦nmap工具查詢443端口狀態(tài):
PORT STATE SERVICE
443/tcp filtered https
復(fù)制代碼
弄了好幾天了,我現(xiàn)在真是想不明白我錯在哪里了?!
請高手幫著分析分析,指點指點,不勝感激!
作者:
lumize
時間:
2018-8-11 00:19
你找到錯誤了嗎》?我也弄了好幾天了就是不行!找不到錯誤!跟你的問題差不多
歡迎光臨 WDlinux官方論壇 (http://www.fsowen.com/bbs/)
Powered by Discuz! 7.2