jradzuweit
Basic Pleskian
TITLE:
STEPS TO REPRODUCE:
Let's Encrypt certificate renewal fails with "Authorization for the domain failed"
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:Operating System : Ubuntu 14.04.5 LTS
Product Plesk Onyx
Version 17.5.3 Update #35
Lets Encrypt Version: 2.5.0-270
PROBLEM DESCRIPTION:Product Plesk Onyx
Version 17.5.3 Update #35
Lets Encrypt Version: 2.5.0-270
When I try to renew the certificate it fails with the following message:
Fehler: Could not issue a Let's Encrypt SSL/TLS certificate for wiki.jarf.de. Authorization for the domain failed.
Details
Invalid response from https://acme-v01.api.letsencrypt.org/acme/authz/z_gP_-vJlu1nz7MfvGw8kAonvBaUc7wjclSJVT49nq4.
Details:
Type: urn:acme:error:connection
Status: 400
Detail: Fetching https://wiki.jarf.de.well-known/acme-challenge/JApsBB8e33L94GbePxJVV6lI3MjizftnsPceoGxkRCE: Error getting validation data
In the Detail you can see that the URL is wrong, there should be a "/" between ".de" and ".well-known"
It seems that additional commands for Apache causes the problem, because I had the following statement in additional command section for http:
After removing it and try to renew the certificate it works fine.
Other commands in the https section seem to cause similar problems e.g
Fehler: Could not issue a Let's Encrypt SSL/TLS certificate for wiki.jarf.de. Authorization for the domain failed.
Details
Invalid response from https://acme-v01.api.letsencrypt.org/acme/authz/z_gP_-vJlu1nz7MfvGw8kAonvBaUc7wjclSJVT49nq4.
Details:
Type: urn:acme:error:connection
Status: 400
Detail: Fetching https://wiki.jarf.de.well-known/acme-challenge/JApsBB8e33L94GbePxJVV6lI3MjizftnsPceoGxkRCE: Error getting validation data
In the Detail you can see that the URL is wrong, there should be a "/" between ".de" and ".well-known"
It seems that additional commands for Apache causes the problem, because I had the following statement in additional command section for http:
Code:
Redirect permanent / https://wiki.jarf.de
After removing it and try to renew the certificate it works fine.
Other commands in the https section seem to cause similar problems e.g
Code:
<IfModule mod_headers.c>
Header always set Strict-Transport-Security "max-age=15552000; includeSubDomains; preload"
</IfModule>
Go to Let's encrypt Extension for a domain and press renewal button.
ACTUAL RESULT:Renewal fails see description
EXPECTED RESULT:Renewal will be successful
ANY ADDITIONAL INFORMATION:see description
YOUR EXPECTATIONS FROM PLESK SERVICE TEAM:Confirm bug
Last edited: