Nefunkčí prodlužování SSL certifikátu od Let’s encrypt:

Failed authorization procedure. svojgr.com (http-01): urn:ietf:params:acme:error:unauthorized :: The client 
lacks sufficient authorization :: Invalid response from 
http://svojgr.com/.well-known/acme-challenge/jDcDJ8hBAzjl5HgHu2IPgqFqqvHj5QebGheMxVBcLqY: 
"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html"

IMPORTANT NOTES:
 - The following errors were reported by the server:

   Domain: svojgr.com
   Type:   unauthorized
   Detail: Invalid response from
   http://svojgr.com/.well-known/acme-challenge/jDcDJ8hBAzjl5HgHu2IPgqFqqvHj5QebGheMxVBcLqY:
   "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\"
   \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html"

   To fix these errors, please make sure that your domain name was
   entered correctly and the DNS A/AAAA record(s) for that domain
   contain(s) the right IP address.

Vyřešila až úprava virtualhosta apache

  RewriteEngine on
        RewriteRule ^/\.well-known/acme-challenge/([A-Za-z0-9-_=]+)$
 /var/lib/letsencrypt/http_challenges/$1 [END]
    
         <Directory /var/lib/letsencrypt/http_challenges>
            Require all granted
        </Directory>
        <Location /.well-known/acme-challenge>
            Require all granted
        </Location>
Trackback

Žádný komentář do teď

Přidejte svůj komentář