Website not secure

zodiaC-

Junior Member
Joined
Sep 5, 2020
Messages
113
Reaction score
109
I’m getting a website not secure message for my website even though I’ve connected it to Cloudflare and turned on SSL.

Anyone know how to fix it?
 
Do a google search for "http to https .htaccess" , and set rule in Cloudflare to always use https redirect
 
I’m getting a website not secure message for my website even though I’ve connected it to Cloudflare and turned on SSL.

Anyone know how to fix it?
It may happen that Google doesn't recognize HTTPS redirection and that it automatically lead users to the HTTP version if you included both of them on the site. That's why you are getting messages that the website isn't secure as it recognizes that version first. Yiu need to set up that site always open HTTPS version when someone makes some query related to it, and that should solve problems here.
 
I suggest integrate your website in Cloudflare. In SSL Tab Select

Full
Encrypts end-to-end, using a self signed certificate on the server

10 minutes cloudflare will activate your ssl for Free
 
It might have just been part of the usual delay during setup. Are you working yet @zodiaC- ?
 
You can install the plugin Really Simple SSL, this force the redirect http to https including the images of your website ;)
 
Search your hosting panel for "https redirect" or symbolic link between private to public html and see if it's enabled. If you are using wordpress change your url to https:// in settings.
 
Are you using external images or other external sources without SSL?

That can be the problem.
 
Are you using external images or other external sources without SSL?

That can be the problem.
Agreed. OP check your site source and search for "http://" and see if any <img src> is linking to unsecured image
 
Select the Flexible option for SSL/TLS in Cloudflare , if your server does not have a self signed ssl cerificate.
 
Back
Top