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: nikoskalfas.com || http://34.241.217.25/
I ran this command: sudo certbot --nginx -d nikoskalfas.com -d www.nikoskalfas.com
It produced this output:
Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
Domain: nikoskalfas.com
Type: connection
Detail: During secondary validation: 76.223.67.189: Fetching http://nikoskalfas.com/.well-known/acme-challenge/EmSJBrcY79VRdJUHzCSaKeDGvibUF-EQzCcipVeQv74: Error getting validation dataDomain: www.nikoskalfas.com
Type: connection
Detail: During secondary validation: 13.248.213.45: Fetching http://www.nikoskalfas.com/.well-known/acme-challenge/SubEwMZ4JiFtfqZhNxEgIT9TaqFQpDgkIY1Wi8r_DZg: Error getting validation dataHint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.
My web server is (include version): nginx (no idea)
The operating system my web server runs on is (include version): ubuntu (no idea)
My hosting provider, if applicable, is: 123reg
I can login to a root shell on my machine (yes or no, or I don't know): yes
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): 2.9.0
I've been in this position a lot from different paths this last few days. I have documented my path to get to this point here: GitHub - NikolaosKalfas/Install-NGINX-Wordpress: Install NGINX & Wordpress
This is on an AWS EC2, and it looks like my security group allows for both port 80 and port 443 to be accessible.
What I also don't understand is that when I visit my 34.241.217.25, I can see the nginx server page. When I visit 34.241.217.25/nikoskalfas.com where I expect to see the Wordpress set up page, I get a 403 forbidden error. Not sure if that's related...
Not sure if uploading the error log here is a good idea?:
certbot error log.txt (88.3 KB)