CulturedI Crane
CulturedI Crane

Reputation: 39

Chrome showing "NOT SECURE" with SSL installed

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

Answers (2)

Dana
Dana

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):

  1. Look for the unsecured contents
  2. With plugin find out unsecured (non-https) content
  3. Use trusted third third-party website for searching out the mixed stuffs

Checkout resource based on above three points in detail to solve mixed content warning.

Upvotes: 2

Rahul Sharma
Rahul Sharma

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

Related Questions