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:mahabazaaronline.com
I ran this command:
sudo certbot-auto --apache -d mahabazaaronline.com
It produced this output:
Plugins selected: Authenticator apache, Installer apache
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for mahabazaaronline.com
Waiting for verification...
Cleaning up challenges
Created an SSL vhost at /etc/apache2/sites-available/mahabazaaronline.com-le-ssl.conf
Deploying Certificate to VirtualHost /etc/apache2/sites-available/mahabazaaronline.com-le-ssl.conf
Enabling available site: /etc/apache2/sites-available/mahabazaaronline.com-le-ssl.conf
Redirecting vhost in /etc/apache2/sites-enabled/mahabazaaronline.com.conf to ssl vhost in /etc/apache2/sites-available/mahabazaaronline.com-le-ssl.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Congratulations! You have successfully enabled https://mahabazaaronline.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
IMPORTANT NOTES:
- Congratulations! Your certificate and chain have been saved at:
/etc/letsencrypt/live/mahabazaaronline.com/fullchain.pem
Your key file has been saved at:
/etc/letsencrypt/live/mahabazaaronline.com/privkey.pem
Your cert will expire on 2021-02-08. To obtain a new or tweaked
version of this certificate in the future, simply run certbot-auto
again with the "certonly" option. To non-interactively renew *all*
of your certificates, run "certbot-auto renew"
- If you like Certbot, please consider supporting our work by:
Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
Donating to EFF: https://eff.org/donate-le
My web server is (include version):apache2
The operating system my web server runs on is (include version):2.4.18
My hosting provider, if applicable, is:DO
I can login 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):
The version of my client is (e.g. output of `certbot --version` or `certbot-auto --version` if you're using Certbot): 1.9.0
I am tring to move my application from one server to a new server. I created certificate and later for couple of minutes http://mahabazaaronline.com worked, then it started giving error 404 page not found on domain url, but worked for all other links of the web site. However, I also felt that it was not able to access www.mahabazaaronline.com. I uninstaled ths certificate and created one more certicate using
sudo certbot-auto --apache -d www.mahabazaaronline.com -d mahabazaaronline.com
I was not able to create certificate. Error is as below
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for www.mahabazaaronline.com
Waiting for verification...
Challenge failed for domain www.mahabazaaronline.com
http-01 challenge for www.mahabazaaronline.com
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: www.mahabazaaronline.com
Type: unauthorized
Detail: Invalid response from
https://www.mahabazaaronline.com/.well-known/acme-challenge/dav22-omclrfXnEK78hnWC4DnfNLs0zfvMeQhh2380s
[34.192.194.170]: "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0
Strict//EN\"
\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<!--[if lt
IE 7]> "
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
Now, I have redirected url to the old server and currently mhabazaaronline.com
does not point to my new server where new application is built
Please let me know what is going wrong