2020-02-16 19:58:00,884:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/*** HTTP/1.1" 200 1053
2020-02-16 19:58:00,885:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 16 Feb 2020 19:58:00 GMT
Content-Type: application/json
Content-Length: 1053
Connection: keep-alive
Boulder-Requester: 78326959
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: ***
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "www.ekapines.lt"
},
"status": "invalid",
"expires": "2020-02-23T19:57:56Z",
"challenges": [
{
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:ietf:params:acme:error:unauthorized",
"detail": "The key authorization file from the server did not match this challenge \"***\" != \"Hello World! From OpenLiteSpeed NodeJS\"",
"status": 403
},
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/***/***",
"token": "***",
"validationRecord": [
{
"url": "http://www.ekapines.lt/.well-known/acme-challenge/***",
"hostname": "www.ekapines.lt",
"port": "80",
"addressesResolved": [
"35.207.71.7"
],
"addressUsed": "35.207.71.7"
}
]
}
]
}
2020-02-16 19:58:00,885:DEBUG:acme.client:Storing nonce: ***
2020-02-16 19:58:00,886:DEBUG:certbot.reporter:Reporting to user: The following errors were reported by the server:
Domain: ekapines.lt
Type: unauthorized
Detail: The key authorization file from the server did not match this challenge "***" != "Hello World! From OpenLiteSpeed NodeJS"