Lets encrypt not working "showing page not found "

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: acuitydev.ithands.net

I ran this command:

It produced this output:

My web server is (include version): apache2

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

My hosting provider, if applicable, is:

I can log in to a root shell on my machine (yes or no, or I don’t know): yes

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

Hi @robert1

Lets encrypt not working “showing page not found ”

what does this mean? Which command did you use?

You only provided 4 of 8 bits of information - That’s only half of the input.
Here is half of the output: There is nothing listening on port 443.

just installed certbot for the domain and thats it i did nothing

and edited the .conf file for apache

Please complete the missing information:

I ran this command:
It produced this output:
My hosting provider, if applicable, is:
I’m using a control panel to manage my site (no, or provide the name and version of the control panel):

Better yet, just add it to the first post.

You must install certbot on your server. But then you must run a certbot command to create a certificate.

https://certbot.eff.org/docs/using.html#certbot-commands

like @rg305 already said: nothing is listening on SSL port.
Configure your vhost properly and check your firewall.

on my firewall 80 and 443 are open and the vhost config i checked it the path are same as it was given to me by certbot for key and cert file, and my other site is working on the same server with https

What certbot command did you use? What output did it give? What are the exact contents of the Apache configuration files?

There are three certificates created yesterday.

https://transparencyreport.google.com/https/certificates?cert_search_auth=&cert_search_cert=&cert_search=include_expired:false;include_subdomains:false;domain:acuitydev.ithands.net&lu=cert_search

All with acuitydev.ithands.net as single name. So this part works.

Find one certificate with

certbot certificates

And share your apache configuration file. There you have to use the certificate.

LogLevel warn

Here is my vhost ssl config file

    SSLEngine on

     SSLCertificateFile  /etc/letsencrypt/live/acuitydev.ithands.net-0001/cert.pem

     SSLCertificateKeyFile /etc/letsencrypt/live/acuitydev.ithands.net-0001/privkey.pem

     Include /etc/letsencrypt/options-ssl-apache.conf

    SSLCertificateChainFile /etc/letsencrypt/live/acuitydev.ithands.net-0001/chain.pem

What's the content of

Certbot certificates

acuitydev.ithands.net-0001

may be wrong. But I can't see which certificate is used - https://acuitydev.ithands.net/ has a timeout.

i tried to install it multiple time so that it could work but every time the site had a timeout

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