Reputation: 39
I am trying to get the "NOT SECURE" warning to go away on a site I am building for a friend (a1airsocal.com) and I have installed the SSL cert on the server and changed the wp directory to https, but it is still showing "NOT SECURE" next to the URL. When I view the site info though it says my certificate is installed and valid. I set it up exactly how I did a site for my brother (allhailbrand.com) with a different key of course, but the same process and that site works as intended.
I'm trying to understand why this is happening and have looked at the links on my page because I read that if image paths or links start with HTTP then it could still show the warning, but I don't think any of them are. The only other thing I can think is maybe its a problem with Wordpress, but alhailbrand.com is a WordPress site as well and even using the same theme. If anyone could help me it would be greatly appreciated. I'm sure I'm not the only one dealing with something like this what with all the new SSL rules.
Upvotes: 3
Views: 6674
Reputation: 372
That's good that you are sure about not any image is on http. Yet you are facing problem of non secure warning in the browser so you should try some methods listed below to check your website for http path (if any):
Checkout resource based on above three points in detail to solve mixed content warning.
Upvotes: 2
Reputation: 1
You may have mix matched content that used by images. For Example some of images, Js and CSS files using http version of website that's why it shows insecure.
One more reason, if you have shared SSL then probably you will not get fully secured browser protection for your domain.
I hope it will be helpful for you!
Upvotes: 0