• Resolved clhall3

    (@clhall3)


    Hey All!

    Spinning up a website and I have the really simple SSL plugin. I thought I set it up correctly. But it’s showing “Not Secure” on the website. Does anyone know why that might be?

    It seems like I can only send a screenshot from a URL, not from a file here, or I’d send a pic of my dashboard.

    Thank you all so much! I looked through the FAQs, but couldn’t find it.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Jarno Vos

    (@jarnovos)

    Hi @clhall3,

    I attempted to take a look at the SSL status of the attached website, but it appears that the site currently experiences a so-called “redirect loop”, so I wasn’t able to confirm this yet.

    So, let’s try to address that redirect loop first. WordPress depends on a variable, $_SERVER[“HTTPS”] to check if it is on SSL. When this variable is not set and SSL is forced, WordPress tries to redirect back to http; resulting in a redirect loop.

    Could you try adding the below line to your wp-config.php file, to see if that resolves the issue?

    $_SERVER["HTTPS"] = "on";

    Kind regards, Jarno

    Plugin Support Jarno Vos

    (@jarnovos)

    Hi @clhall3,

    I see that the site is now loading correctly once more, no redirect loops; and that a valid Let’s Encrypt SSL certificate has been installed. The site currently functions correctly over HTTPS/SSL.

    So, the results appear to be all good now! Let me know if you have any further questions though.

    Kind regards, Jarno

    Thread Starter clhall3

    (@clhall3)

    Hey Jarno, thanks for looking into that! Glad it’s secure.

    The only issue is…It might be too secure, haha. Now when I try and login to WordPress, I get a 403 Forbidden error from Nginx. Do you think that’s related to the new security settings? Googling it, it seems to be a pretty common WordPress issue.

    Thanks!

    Plugin Support Jarno Vos

    (@jarnovos)

    Hi @clhall3,

    I would expect this to be unrelated to the Really Simple SSL plugin (especially if all you did was activate/enforce SSL on the site).

    But your server logs might provide further details as to why that appears, and help you determine the cause of the issue.

    Kind regards, Jarno

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Website Showing “Not Secure?”’ is closed to new replies.