The website URL that has already installed the SSL certificate still prompts as insecure, possibly due to the following reasons.
After installing an SSL certificate for the website (assuming the website domain is aaa. com), you need to access https://www.aaa.com Only then will the website be displayed as securely encrypted.
If you directly enter "aaa. com" in the browser address bar, you are actually accessing the website address http://www.aaa.com At this point, the website is not using the HTTPS protocol, so the website URL will prompt as insecure.
In this case, the http://www.aaa.com Redirect to https://www.aaa.com This problem can be solved. After completing the redirect settings, directly enter "aaa. com" in the browser address bar to directly access the https://www.aaa.com In this way, the HTTPS protocol was successfully called.
In addition, it is also necessary to check whether the page contains images of non HTTPS protocol calls JS、 Or CSS, etc. It is necessary to ensure that all calls within the website are made using the HTTPS protocol before the browser prompts for security.
- ss, ssl, ssl不安全, ssl证书
- 0 Users Found This Useful