• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Let's Encrypt: Invalid response, Connection refused

OllieK

New Pleskian
Hi,
I use the Let's Encrypt Extension. It worked flawless for years, but recently it won't renew my certificate.
I cannot find the exact same problem in this forum or the Plesk knowledge base.

The error message is:

Fehler: Let's Encrypt-SSL/TLS-Zertifikat konnte nicht ausgestellt werden für domain.de. Die Autorisierung dieser Domain ist fehlgeschlagen.
Details
Invalid response from https://acme-v01.api.letsencrypt.org/acme/authz/oXY3XVCffDXpCi_cRDCsKPywev0rfYRhp2gGZBCDPTM.
Details:
Type: urn:acme:error:connection
Status: 400
Detail: Fetching http://www.domain.de/.well-known/acme-challenge/MsZFV8QkjEZR_PuBmUUVS3ro2-ywiwdhZnvRTQ-5ZqA: Connection refused

The interesting part is that I can reach http://www.domain.de/.well-known/acme-challenge/MsZFV8QkjEZR_PuBmUUVS3ro2-ywiwdhZnvRTQ-5ZqA without any problems with my browser.

Any ideas?

Oliver
 
In your case this is an IPv6 problem.
Either you need to make sure your server can be reached via IPv6 or you need to remove the AAAA record for your domain.

Currently, your/this site is not available via IPv6 and thus the LetsEncrypt validation fails, as the LetsEncrypt validation server does not perform any fallback to IPv4

Code:
wget http://www.your-real-domain.cc/.well-known/acme-challenge/MsZFV8QkjEZR_PuBmUUVS3ro2-ywiwdhZnvRTQ-5ZqA

--2019-04-10 10:44:50--  http://www.your-real-domain.cc/.well-known/acme-challenge/MsZFV8QkjEZR_PuBmUUVS3ro2-ywiwdhZnvRTQ-5ZqA
Resolving www.your-real-domain.cc (www.your-real-domain.cc)... 2a01:x:x:x:x:x:x:x, 87.b.c.d
Connecting to www.your-real-domain.cc (www.your-real-domain.cc)2a01:x:x:x:x:x:x:x|:80... failed: Connection refused.
Connecting to www.your-real-domain.cc (www.your-real-domain.cc)|87.b.c.d|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 87 [text/plain]
Saving to: âMsZFV8QkjEZR_PuBmUUVS3ro2-ywiwdhZnvRTQ-5ZqAâ

MsZFV8QkjEZR_PuBmUUVS3ro2-ywiwdhZnvRTQ-5ZqA 100%[===========================================================================================>]      87  --.-KB/s    in 0s

2019-04-10 10:44:50 (5.35 MB/s) - âMsZFV8QkjEZR_PuBmUUVS3ro2-ywiwdhZnvRTQ-5ZqAâ saved [87/87]
 
Thanks a lot! I removed the aaaa record and two hours later it worked.
Now I have to find out why my server could not be accessed by IPv6 ;-)
 
Back
Top