LetsEncrypt Challenge failed for domain

Running this with my domain:

sudo certbot certonly --standalone --preferred-challenges http --server --register-unsafely-without-email -d example.com Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator standalone, Installer None Obtaining a new certificate Performing the following challenges: http-01 challenge for example.com Waiting for verification... Challenge failed for domain example.com http-01 challenge for example.com Cleaning up challenges Some challenges have failed. IMPORTANT NOTES: - The following errors were reported by the server: Domain: exxample.com Type: connection Detail: correct.ip.address: Fetching Timeout during connect (likely firewall problem) 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. 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. 

Note: Without using --standalone I am able to download the file wget

I have port forward working correct and in the Ubuntu server I did ufw 80 and ufw 443. But still note, that I am able to wget the file manually.

I have ipv4 records, but no AAAA ipv6 records - but I guess it should work with ipv4.

And I have no problem serving pyton3 -m http.server 80 and curl to the server.

Am I missing something?

9

Related questions 8 Lets Encrypt Error "urn:acme:error:unauthorized" 16 Using certbot to apply Let's Encrypt Certificate: Failed authorization procedure 0 Letsencrypt SSL certificate error Related questions 8 Lets Encrypt Error "urn:acme:error:unauthorized" 16 Using certbot to apply Let's Encrypt Certificate: Failed authorization procedure 0 Letsencrypt SSL certificate error 1 Lets Encrypt does not sign my domains 4 Let's Encrypt via certbot on Shared Linux Server 1 Trouble w/ Certbot & Let's Encrypt on Nginx/Ubuntu14.04 3 letsencrypt certbot timeout error 0 Apache HTTPS Certbot LetsEncrypt issue 14 certbot cannot verify domain and connection refused 3 letsencrypt certbot broken Load 7 more related questions Show fewer related questions

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like