Why is there such a security hint? Because SSL certificates have high security requirements for Web site code, many user sites use a large number of external links, which are not security factors, such as images or JS, so users need to adjust the site code after deploying the SSL certificate in order to ensure the security of the website. After the SSL certificate is deployed, when the website is visited through HTTPS, some websites will appear the following prompts, different browser prompts are not the same, the following has IE, Firefox, Chorme as an example:
At the bottom of the 1.IE browser, you'll be prompted to "show only safe content," or does this page contain safe content or unsafe content that shows unsafe content?
650) this.width=650; "width=" 528 "height=" "src=" Http://www.evtrust.com/faq/images/ssl-https-1.jpg "alt=" Ssl-https-1.jpg "/>
650) this.width=650; "Width=" 379 "height=" 165 "alt=" This page contains not only secure content but also unsafe content does it display unsafe content? "src=" Http://www.evtrust.com/faq/images/ssl-https.jpg "/>
2. The lock-type logo in Google Chrome will show an exception and indicate that the connection to www.yourdomain.com uses 128/256-bit encryption. However, this page contains other unsafe resources. Others can view these resources in transit, and attackers can modify them to change the appearance of the Web page.
650) this.width=650; "Width=" 401 "height=" 295 "alt=" This page contains other unsafe resources "src=" http://www.evtrust.com/faq/images/ Ssl-https-3.jpg "/>
3. At the bottom of Firefox, "the connection to this site is not completely secure because it contains an unencrypted element (example) or insufficient encryption".
650) this.width=650; "width=" 525 "height=" 207 "alt=" the connection to this site is not completely secure because it contains an unencrypted element (example) or the encryption strength is not enough "src="/HTTP/ Www.evtrust.com/faq/images/ssl-https-2.jpg "/>
Second, to resolve the site "unsafe Factors" method:
The hint that pops up these unsafe factors is due to the inclusion of mixed content on the site page, which means that the resource containing http://On the Site page also contains https://resources. This is usually the case when you need to make some adjustments on the site page to remove the hint. How can we find these unsafe chains? We use Chome browser easy to find these unsafe outside the chain, first we can open through Google Browser need to adjust the page, press F12 key to view, such as:
650) this.width=650; "Width=" 749 "height=" 205 "src=" Http://www.evtrust.com/faq/images/https-ssl-4.png "alt=" Https-ssl-4.png "/>
You can copy the chain to the URL and test whether the link supports the HTTPS protocol by adding an "s" Access after HTTP.
(1) If you can access it, modify the HTTP link to https directly in your code.
(2) If you cannot access it, you can download the resource to the local server and modify the resource path, point to the server, and use a relative path such as or the full https path
Please use the above method to find and adjust the code to fully protect the trust of the site.
This page contains not only safe content, but also unsafe content