购买了免费的证书,打不开网站
server {
listen 443;
server_name qlzedu.5ispeak.com;
root /usr/local/qianlongzi/website;
ssl on;
ssl_certificate 'certs/1723986_qlzedu.5ispeak.com.pem';
ssl_certificate_key 'certs/1723986_qlzedu.5ispeak.com.key';
ssl_session_cache shared:SSL:20m;
ssl_session_timeout 5m;
ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:HIGH:!aNULL:!MD5:!RC4:!DHE;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 SSLv3;
ssl_prefer_server_ciphers on;
ssl_stapling on;
ssl_stapling_verify on;
location / {
index index.html index.htm;
}
}
赞0
踩0