问题:
[root@a conf.d]# nginx -s reload
nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /etc/nginx/conf.d/ssl.conf:4
该问题是由于新版nginx采用新的方式进行监听https请求咯.
解决方法:
注释之前的 ssl on;同时在listen 443; 后面加上 ssl
无报错:
SSL验证成功: