My domain is:
muellerf.com
I ran this command:
letsencrypt certonly --webroot -w /var/www/letsencrypt -d muellerf.com --rsa-key-size 4096 --dry-run
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for muellerf.com
Using the webroot path /var/www/letsencrypt for all unmatched domains.
Waiting for verification…
Cleaning up challenges
Failed authorization procedure. muellerf.com (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://185.104.140.216: Invalid host in redirect target “185.104.140.216”. Only domain names are supported, not IP addresses
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: muellerf.com
Type: connection
Detail: Fetching http://185.104.140.216: Invalid host in redirect
target “185.104.140.216”. Only domain names are supported, not IP
addressesTo fix these errors, please make sure that your domain name was
entered correctly and the DNS A record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you’re using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.
My web server is (include version):
nginx 1.10.3
The operating system my web server runs on is (include version):
Debian Stretch
My hosting provider, if applicable, is:
checkdomain
I can login to a root shell on my machine (yes or no, or I don’t know):
yes
I have a server that’s in my home network. Ports 443 and 80 are forwarded (not right now but was when I ran the command). I’ve forwarded the domain to my IP address which is fixed. Also there is a A record with cloud.muellerf.com that points to the same IP address.