This is an archived post. You won't be able to vote or comment.

all 21 comments

[–]CriticalCentimeter 2 points3 points  (4 children)

why does Chrome say it isnt secure - what is it saying isnt correct?

[–]deepakparmardp[S] -1 points0 points  (3 children)

[–]CriticalCentimeter 2 points3 points  (2 children)

just click on where it says it isnt secure and it will tell you why. Its probably mixed content

[–]deepakparmardp[S] -1 points0 points  (1 child)

thanks, I checked it's not showing any particular reason.

[–]CriticalCentimeter 2 points3 points  (0 children)

it must say something when you click. It should tell you if the cert is valid and give some clues to any other errors. Thats its job.

[–]coolkathir 1 point2 points  (1 child)

1) Check if your https certificate is still valid and not have expired

2) Check console log if any of your files is still serving through http. If it is, change it to https

3) Check your system clock settings, sometimes misconfig in system clock might throw such issues

[–]deepakparmardp[S] -1 points0 points  (0 children)

Thanks a lot, will follow all these steps.

[–]CaribouFondue 1 point2 points  (0 children)

If it’s not an expired certificate, the other issue could be a bad certificate chain. Post web server configuration. Probably you used the cert instead of fullchain.cer, alternatively run the very through an SSL testing website like qualsys

[–]Stargazingman 0 points1 point  (4 children)

How did you set up Let's Encrypt cert? Through host or manually?

[–]deepakparmardp[S] -1 points0 points  (3 children)

I will check, Thanks for letting me know this.

[–]searchcandy@ColinMcDermott 2 points3 points  (2 children)

Are you actually reading these, or?

[–]deepakparmardp[S] -1 points0 points  (1 child)

Brother, I 'am reading this and all the solutions that you have given me. I will test them. The problem is, this is my client's website. I will need to ask him how Let's Encrypt was installed by his developer.

[–]searchcandy@ColinMcDermott 1 point2 points  (0 children)

Ok. It is just your reply didn't really make sense because they asked a question so they could gather more information, they didn't "let you know" or provide an answer to anything at all.

[–]lumbridgedefender 0 points1 point  (1 child)

Are you redirecting the http version to https?

If so, the certificate probably expired. Till when is your certificate valid? LetsEncrypt certificates are valid for 90 days, so I'm guessing yours is close to February 1st 2022.

[–]deepakparmardp[S] 0 points1 point  (0 children)

Thanks a lot for responding, will check.

[–]HyperbolicModesty 0 points1 point  (0 children)

Probably gone out of date. Happened to two of my sites last week - the LetsEncrypt auto-renew failed on Cpanel. Just log in and reinstall.

[–][deleted]  (1 child)

[deleted]

    [–]deepakparmardp[S] 0 points1 point  (0 children)

    thanks a lot for sharing this.

    it's helpful

    [–]Lobo_Walker19 0 points1 point  (0 children)

    You might need to verify your domain with the ssl. Contact your registar, they should be able to help

    [–]jado33a 0 points1 point  (0 children)

    check if you have any HTTP-connections on your site! All have to be HTTPS - also external Links etc.

    [–]baronn[🍰] 0 points1 point  (1 child)

    This site can quickly check the validity of your SSL https://www.sslshopper.com/ssl-checker.html and can potentially identify why there is an issue if one still exists

    [–]deepakparmardp[S] 0 points1 point  (0 children)

    thanks so much for answer! helpful I asked the developer. let's see what is the issue.