wesdegroot
New member
- Joined
- Nov 16, 2013
- Messages
- 4
Let's encrypt failed to renew certificates...
after (temporary) disabling the .htaccess it worked:
After renewing set the .htaccess active again
Contents of .htaccess
Code:
Getting challenge dor mydomainnname.com from acme-server...
Waiting for domain verification...
Challenge is invalid. Details: invalid response from http://mydomainname.com/.well-known/acme-challenge/SOMERANDOMSTRING. Exiting...
after (temporary) disabling the .htaccess it worked:
Code:
[root@vps public_html]# mv .htaccess xxx.htaccess
After renewing set the .htaccess active again
Code:
[root@vps public_html]# mv xxx.htaccess .htaccess
Contents of .htaccess
Code:
[root@vps public_html]# cat .htaccess
# Set Options
# {
Options +FollowSymlinks +MultiViews -Indexes
Header set Access-Control-Allow-Origin "*"
# Rewrite to v2
# {
RewriteEngine On
RewriteRule ^(.*) v2/$1
# }
# }