[Resolved] SSL installed but images still not safe

Home Forums Support [Resolved] SSL installed but images still not safe

Home Forums Support SSL installed but images still not safe

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #505613
    Anton

    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.

    #506050
    Leo
    Staff
    Customer Support

    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?

    #506157
    Anton

    Done. But it’s still the same (cleared cache also).

    #506164
    chete

    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

    #506173
    Anton

    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]
    ##

    #506532
    Tom
    Lead Developer
    Lead Developer

    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”?

    #506543
    Anton

    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!

    #507104
    Tom
    Lead Developer
    Lead Developer

    Glad we could help! 🙂

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.