Lets encrypt not working

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: onlineorganic.in

I ran this command:

It produced this output:

My web server is (include version):

The operating system my web server runs on is (include version):

My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don't know):

I'm using a control panel to manage my site (no, or provide the name and version of the control panel):

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):

2 Likes

you already using valid cerficiate just signed, (<24 hours) what is the problem?

3 Likes

And after you've answered @orangepizza 's question, it would be rather helpful to answer the questions from the questionnaire to the best of your knowledge. Even if you don't know the answer entirely, make your best guess and tell us. The more we know, the better we can help you.

3 Likes

Its say ' Connection is not secure ' and exclamation ! mark is showing. but website is opening . just https icon ! mark is showing with not secure message. How to remove?

1 Like

As already pointed out - your site is sending a valid SSL cert. See here for test results

Sometimes you just need to restart your browser to see new connection

Otherwise, what browser and oper system are you using. And what versions of each?

2 Likes

its firefox 96.0.1 (64-bit) but in microsft edge works fine.

1 Like

Have you rebooted the PC?

1 Like

@kodermanews ...
you have several declarations in your html calling for insecure image resources.

EG: <a href="#"><img src=http://placehold.it/254x150/3498db/f5f5f5/&text=New+Collection" class="img-responsive" alt="product 1"></a>

Those need to be changed to https:// to clean up the warning(s). I count 4 instances in your homepage.

5 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.