Open a personal blog, the Chrome browser prompts: The solution to the unsafe connection between you and this website
1. Open the personal blog, the chrome browser prompts: The connection between you and this website is not safe, and the security status icon displayed on the left side of the URL is unsafe, as shown in Figure 1
2. View the source code of the web page, search: href=http://, there are a total of 7 search results, ready to modify these 7 places to: href=https:// , as shown in Figure 2
3. Check the source code of the web page, search: href=”http:// , there are a total of 1 search results, and prepare to modify these 1 points to: href=”https:// , as shown in Figure 3
4. After all the problems of steps 2 and 3 are solved, it is found that it is still prompted: it is not safe, and finally all have to be restored.
5. Finally find the reason and introduce the Sogou Alliancehttps://images.sohu.com/cs/jsfile/js/c.jsIn the file, the file prefixed with the http protocol is also referenced, and the unsafe script is clicked, as shown in Figure 4
var sogou_ad_id=1091275;
var sogou_ad_height=250;
var sogou_ad_width=250;



