My site https://www.wujunze.com has been configured to the station HTTPS
The Chrome URL bar under Mac has a green lock icon
There is also a green lock icon on Windows 360 browser
But chrome in Windows has an SSL certificate warning no green lock icon
Please help to see the friends
Reply content:
My site https://www.wujunze.com has been configured to the station HTTPS
The Chrome URL bar under Mac has a green lock icon
There is also a green lock icon on Windows 360 browser
But chrome in Windows has an SSL certificate warning no green lock icon
Please help to see the friends
Say another word. The free SSL certificate is not covered by 100% browsers.
But Wosign's free version is no problem on Chrome 48.
Specifically how do you deploy the SSL
Is it nginx or Apache or what? Paste the Conf code.
Your encryption method expires and the certificate is normal. You try to update chrome.
Reference: https://code.levey.cn/
Update 2016-2-2 10:15:58
Update your Nginx encryption method as follows.
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA:AES128-GCM-SHA256:AES128-SHA256:AES128-SHA:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:AES256-GCM-SHA384:AES256-SHA256:AES256-SHA:ECDHE-RSA-AES128-SHA256:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!MD5:!DSS:!PKS;ssl_prefer_server_ciphers on;
To apply for SHA-2 's certificate, neither Google nor Firefox supports the SHA-1 signature algorithm.