zEitEr
Super Moderator
Hello,
It turns out that Directadmin creates .well-known/ (to verify a domain) under the domain's public_html with 711 permissions which are not sufficient, and
solves the issue. With 711 we access an 403 error in NGINX:
Let's encrypt client 1.0.3 is installed.
Kindly check this and fix it's required.
It turns out that Directadmin creates .well-known/ (to verify a domain) under the domain's public_html with 711 permissions which are not sufficient, and
Code:
chmod 755 .well-known/
solves the issue. With 711 we access an 403 error in NGINX:
Code:
aaa.bbb.ccc.ddd - - [14/Dec/2016:06:19:34 +0100] "GET /.well-known/acme-challenge/letsencrypt_1481692773 HTTP/1.1" 403 162 "-" "curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.21 Basic ECC zlib/1.2.3 libidn/1.18 libssh2/1.4.2"
Let's encrypt client 1.0.3 is installed.
Kindly check this and fix it's required.