Archived topic
SSL installed but images still not safe
7 replies · Started by Anton on February 25, 2018
Hi,
I installed SSL on my website, but there are still some images not loading safe.
I tried different plugins like Really Simple SSL and SSL Insecure Content Fixer, but none of them are helping.
Not sure it's a GP problem or Elementor though.
Hi there,
Can you try reuploading the navigation logo: https://docs.generatepress.com/article/navigation-logo/
And the big yellow background image in Elementor for the first section?
Done. But it's still the same (cleared cache also).
Hello,
Plungin Really Simple SSL is not necessary.
It is enough to install the ssl certificate, then change the http paths to https in the database, you can use the plugins "Better Search Replace"
And if you use elementor you have to use its tool in: Elementor -> Tools -> Replace URL
Ad you will have to add in the htaccess the command to always load the ssl version.
This way you can also save a plugin because the better plugin can be erased later.
Regards
Thanks Chete,
Tried with the plugin you said, but there are still some images loading in http://
Tried the tool in Elementor too.
In htaccess I have this:
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
##
I'm still seeing the Elementor section as having http.
Did you do what chete suggested above and search/replace the URLs in "Elementor > Tools"?
It works!
I replaced first all URLS back to http:// and then again to https://. Now I have no more mixed content.
Thanks Leo, chete and Tom!
Glad we could help! :)