Kiekeboe100
Verified User
Hi,
I was also having problems renewing a certificate. But since new certificates were working, i've been looking at the differences.
In my case I had put the following code in the Custom HTTPD values, so that all requests to that domain get redirected to https
After removing this and running a manual renew from the command line it succeeded.
regards,
Stijn
I was also having problems renewing a certificate. But since new certificates were working, i've been looking at the differences.
In my case I had put the following code in the Custom HTTPD values, so that all requests to that domain get redirected to https
Code:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
After removing this and running a manual renew from the command line it succeeded.
regards,
Stijn