plesk / letsencrypt-plesk

Let’s Encrypt extension for Plesk gives all Plesk users the power to get a free Let’s Encrypt certificate with just a couple of clicks.
https://www.plesk.com/extensions/letsencrypt/
180 stars 25 forks source link

Installation fails #171

Closed mat-l closed 7 years ago

mat-l commented 7 years ago

Hello, the installation of new certificates is failing with the following error: Fehler: Fehler bei der Installation des SSL-Zertifikats von Let's Encrypt: Challenge marked as invalid. Details: Invalid response from http://ad-quadrat.de/.well-known/acme-challenge/7Va3uzLCOw61AU8_XriMPYP-1m6MYFbX4qoPsnTF8fY: "<HTML> <HEAD> <TITLE>404 Not Found</TITLE> <BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]--> </HEAD> <BODY> <H1>No"

Running plesk-letsencrypt on: Betriebssystem: ‪CentOS Linux 7.3.1611 (Core)‬ Produkt : Plesk Onyx Version 17.5.3 Update #6

xgin commented 7 years ago

Useful comment: https://ext.plesk.com/packages/f6847e61-33a7-4104-8dc9-d26a0183a8dd-letsencrypt#comment-3312235348

If the acme-challenge fails (wrong response or 404 Not Found), make sure you don't have an ipv6 DNS AAAAA record pointing elsewhere. It seems that Letsencrypt will try an ipv6 record before the ipv4. So, correct the ipv6 to the one attached to your server, or delete the DNS record. Worked for me!

mat-l commented 7 years ago

The IPv6 address showed to the wrong website, therefore letsencrypt couldn't load the certificate. Thank you very much, now it is working again!