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. crt.sh | 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:
test.vpps.link
I ran this command:
sudo certbot certonly --server https://acme-v02.api.letsencrypt.org/directory --apache -d test.vpps.link
It produced this output:
Plugins selected: Authenticator apache, Installer apache
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for test.vpps.link
Waiting for verification...
Challenge failed for domain test.vpps.link
http-01 challenge for test.vpps.link
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: test.vpps.link
Type: connection
Detail: Fetching
http://test.vpps.link/.well-known/acme-challenge/j6rh0V4Gtt9L8mli7hCaNUgF0jO7gwTkKFKFWkPRW_Y:
Timeout during connect (likely firewall problem)
My web server is (include version):
Server version: Apache/2.4.41 (Ubuntu)
The operating system my web server runs on is (include version):
Ubuntu 20.04
My hosting provider, if applicable, is:
self hosting
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): no
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): 0.40.0
Previously have been successful in creating certificates using the manual DNS verification.
Am able to access the verification folder from the outside i.e.
http://test.vpps.link/.well-known/acme-challenge/
Continue to get the timeout error when attempting http challenge. Help appreciated as spent hours on this and got locked out one time by too many cert attempts.
Virtual hosts file contents
< VirtualHost *:80>
ServerName test.vpps.link
ServerAlias test.vpps.link
DocumentRoot /var/www/html/test.vpps.link