I checked it ,it said:The SSL certificate used to load resources from https://hm.baidu.com will be distrusted in M70. Once distrusted, users will be prevented from loading these resources. See https://g.co/chrome/symantecpkicerts for more information.
To expand on what user @shoen posted, you need to serve all external resources securely. Change the link from http://pub.idqqimg.com/qconn/wpa/button/button_old_11.gif to https://pub.idqqimg.com/qconn/wpa/button/button_old_11.gif or //pub.idqqimg.com/qconn/wpa/button/button_old_11.gif, and do the same for all external resources. If you are using Wordpress, you can install the Really Simple SSL plugin.
As to the Baidu code, they are using distrusted certificate, probably Symantec PKI. There’s nothing you can do about that; it’s up to them to obtain a proper certificate.
HI, Schoen
i got to knew about Let’s Encrypt yesterday. Already my host advice me to install ssl on the cpanel, which i did. Can you pls check its status of all pages and is it safe for payment,input vital information now.
Here is the address: http://academy.soarontech.com.ng
There are many aspects to web security, not all of which are related to HTTPS and not all of which are visible to a visitor to the site. Therefore the overall question of whether your site is “safe” is a complicated one and not one that I’m able to answer. For example, as discussed in some earlier forum threads, HTTPS sites can still be vulnerable to hacking because the HTTPS security only protects transmitted information against interception by network operators, but doesn’t guarantee that the site’s software or infrastructure itself is secure.
In terms of HTTPS security, your site has a mixed content error which will prevent some browsers from marking the connection as secure. This is due to some hard-coded non-HTTPS resources loaded in the page.
This is an insecure stylesheet reference and needs to be replaced with the corresponding HTTPS link.
The service https://www.whynopadlock.com/ will scan your site for mixed content problems and explain which resources are being loaded insecurely if you can’t tell.