[GH-ISSUE #1537] Renewal of certificates via https challenge returns 404 #1170

Closed
opened 2026-02-26 06:36:02 +03:00 by kerem · 14 comments
Owner

Originally created by @Apollon77 on GitHub (Oct 30, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1537

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • Yes
  • Are you sure you're not using someone else's docker image?
    • Yes
  • Have you searched for similar issues (both open and closed)?
    • Yes

Describe the bug
None of my current certificates renews atm ... a log looks like as the "https" URL that is tried to be called is not exiosting or such

Fetching https://stats.zwave-js.io/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI: Error getting validation data

When I call the page after getting the error I get an Error 404 from OpenResty, so I assume that the routing is correct

Letsencrypt Logs
[root@docker-7882db881ecc:/app]# cat /var/log/letsencrypt/letsencrypt.log
2021-10-30 12:36:29,388:DEBUG:certbot._internal.main:certbot version: 1.20.0
2021-10-30 12:36:29,388:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot
2021-10-30 12:36:29,388:DEBUG:certbot._internal.main:Arguments: ['--force-renewal', '--non-interactive', '--config', '/etc/letsencrypt.ini', '--cert-name', 'npm-3', '--preferred-challenges', 'dns,http', '--disable-hook-validation']
2021-10-30 12:36:29,388:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2021-10-30 12:36:29,397:DEBUG:certbot._internal.log:Root logging level set at 30
2021-10-30 12:36:29,398:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/npm-3.conf
2021-10-30 12:36:29,410:DEBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x7fa00145ca20> and installer <certbot._internal.cli.cli_utils._Default object at 0x7fa00145ca20>
2021-10-30 12:36:29,410:DEBUG:certbot._internal.cli:Var pref_challs=dns,http (set by user).
2021-10-30 12:36:29,410:DEBUG:certbot._internal.cli:Var key_type=ecdsa (set by user).
2021-10-30 12:36:29,410:DEBUG:certbot._internal.cli:Var elliptic_curve=secp384r1 (set by user).
2021-10-30 12:36:29,410:DEBUG:certbot._internal.cli:Var webroot_path=/data/letsencrypt-acme-challenge (set by user).
2021-10-30 12:36:29,410:DEBUG:certbot._internal.cli:Var webroot_map={'webroot_path'} (set by user).
2021-10-30 12:36:29,410:DEBUG:certbot._internal.cli:Var webroot_path=/data/letsencrypt-acme-challenge (set by user).
2021-10-30 12:36:29,419:DEBUG:certbot._internal.renewal:Auto-renewal forced with --force-renewal...
2021-10-30 12:36:29,419:INFO:certbot._internal.renewal:Non-interactive renewal: random delay of 272.73586240161393 seconds
2021-10-30 12:41:02,254:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2021-10-30 12:41:02,256:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot
Description: Place files in webroot directory
Interfaces: Authenticator, Plugin
Entry point: webroot = certbot._internal.plugins.webroot:Authenticator
Initialized: <certbot._internal.plugins.webroot.Authenticator object at 0x7fa0014a6908>
Prep: True
2021-10-30 12:41:02,256:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot._internal.plugins.webroot.Authenticator object at 0x7fa0014a6908> and installer None
2021-10-30 12:41:02,257:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None
2021-10-30 12:41:02,261:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/156548020', new_authzr_uri=None, terms_of_service=None), 54e8eefc691831cd903ff7a0ffc5749b, Meta(creation_dt=datetime.datetime(2021, 8, 10, 21, 18, 21, tzinfo=<UTC>), creation_host='553bc64577d9', register_to_eff=None))>
2021-10-30 12:41:02,262:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2021-10-30 12:41:02,263:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
2021-10-30 12:41:02,743:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 658
2021-10-30 12:41:02,744:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 30 Oct 2021 12:41:02 GMT
Content-Type: application/json
Content-Length: 658
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "1YaPpvr4QSg": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
  "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
  "meta": {
    "caaIdentities": [
      "letsencrypt.org"
    ],
    "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf",
    "website": "https://letsencrypt.org"
  },
  "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
  "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
  "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
  "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
}
2021-10-30 12:41:02,745:DEBUG:certbot._internal.display.obj:Notifying user: Renewing an existing certificate for charts.zwave-js.io and stats.zwave-js.io
2021-10-30 12:41:02,758:DEBUG:certbot.crypto_util:Generating ECDSA key (2048 bits): /etc/letsencrypt/keys/2476_key-certbot.pem
2021-10-30 12:41:02,771:DEBUG:certbot.crypto_util:Creating CSR: /etc/letsencrypt/csr/2476_csr-certbot.pem
2021-10-30 12:41:02,771:DEBUG:acme.client:Requesting fresh nonce
2021-10-30 12:41:02,771:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
2021-10-30 12:41:02,925:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
2021-10-30 12:41:02,925:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 30 Oct 2021 12:41:02 GMT
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0001qnZV9DhMmGz8UP5J-ExlFmCnQTiJLemq8qPSiNhRBAY
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800


2021-10-30 12:41:02,925:DEBUG:acme.client:Storing nonce: 0001qnZV9DhMmGz8UP5J-ExlFmCnQTiJLemq8qPSiNhRBAY
2021-10-30 12:41:02,926:DEBUG:acme.client:JWS payload:
b'{\n  "identifiers": [\n    {\n      "type": "dns",\n      "value": "charts.zwave-js.io"\n    },\n    {\n      "type": "dns",\n      "value": "stats.zwave-js.io"\n    }\n  ]\n}'
2021-10-30 12:41:02,927:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDFxblpWOURoTW1HejhVUDVKLUV4bEZtQ25RVGlKTGVtcThxUFNpTmhSQkFZIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctb3JkZXIifQ",
  "signature": "kEoFipLUQCiOUOwK2a1VK6S8RMSvdU6IX46KEpVo-ke8cSHAyg-oQ5yJ6SQHkTuAePlEfyT9KJMom_WJ-JbOKPqcUGHNQI6WG2N9JHFZzmKJJuxjYJWHnJBwf23HQ2UmtYOJ2TRsAGuFscj8_yvEWeQ9m8EvPbAd8eBZMkFVWBb78sek5LIKGQYYUcpzYiyp247XJ_HDPXcpb4DSP_ocE1yvE4pREkq4gWZvG_ZyPPr66dWIlCmjFbfCmQBFLGzOoJX2iLCrhTMChwywn_xT0ZIYV9pLaC55sCbDbxyUz8hdjSz-DbDsJ0_u9Y6gbcOPGXWUNzdpK2uYsliP6kDKOw",
  "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImNoYXJ0cy56d2F2ZS1qcy5pbyIKICAgIH0sCiAgICB7CiAgICAgICJ0eXBlIjogImRucyIsCiAgICAgICJ2YWx1ZSI6ICJzdGF0cy56d2F2ZS1qcy5pbyIKICAgIH0KICBdCn0"
}
2021-10-30 12:41:03,148:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 480
2021-10-30 12:41:03,149:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Date: Sat, 30 Oct 2021 12:41:03 GMT
Content-Type: application/json
Content-Length: 480
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/156548020/35815236100
Replay-Nonce: 0001Wco6YPIF-wiFt4ogT1JokYXGuat6vYF0-tOBq9_2WLo
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "status": "pending",
  "expires": "2021-11-06T12:41:03Z",
  "identifiers": [
    {
      "type": "dns",
      "value": "charts.zwave-js.io"
    },
    {
      "type": "dns",
      "value": "stats.zwave-js.io"
    }
  ],
  "authorizations": [
    "https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322950",
    "https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322960"
  ],
  "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/156548020/35815236100"
}
2021-10-30 12:41:03,149:DEBUG:acme.client:Storing nonce: 0001Wco6YPIF-wiFt4ogT1JokYXGuat6vYF0-tOBq9_2WLo
2021-10-30 12:41:03,149:DEBUG:acme.client:JWS payload:
b''
2021-10-30 12:41:03,150:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322950:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDFXY282WVBJRi13aUZ0NG9nVDFKb2tZWEd1YXQ2dllGMC10T0JxOV8yV0xvIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk1MCJ9",
  "signature": "nxxWGjYvjhMCr_hvRBo9h1ew9c8UYh11KPku0dGQ3w5uVmBc81KMrq2CAi_sEB2HQLyhWzzlDjX3d-N9fCztXI9SVSxZMkIuVvzXnHy1pR5BzA8ybr2rfPjP7_jlHDwQEU6Ye_b96qHbquUkf364DOtenRNI_FX1BBjBIfYAzK9na1dkNcnUqJDhkgneUlVhXmQzKfRLoHmqpHSItC2qlAmh66OTGTYYhqXHO7GlnERcV50mUKfXCA5YoEoepd4XntSOUGkg7sbpS04uxzvrYRtrPwYc-xe2gcFE8Op19K124lzgwLq2pys0pu6sVeu30xnRPx2LykscxnJRfKcb1A",
  "payload": ""
}
2021-10-30 12:41:04,195:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322950 HTTP/1.1" 200 799
2021-10-30 12:41:04,196:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 30 Oct 2021 12:41:03 GMT
Content-Type: application/json
Content-Length: 799
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0002ZGDv6Q97y8v6tck7b3su84caaiv3h11mRUZ8z5G_Dx0
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "charts.zwave-js.io"
  },
  "status": "pending",
  "expires": "2021-11-06T12:41:03Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/TnBzig",
      "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/GKfspg",
      "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/_ZLfBg",
      "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0"
    }
  ]
}
2021-10-30 12:41:04,196:DEBUG:acme.client:Storing nonce: 0002ZGDv6Q97y8v6tck7b3su84caaiv3h11mRUZ8z5G_Dx0
2021-10-30 12:41:04,196:DEBUG:acme.client:JWS payload:
b''
2021-10-30 12:41:04,197:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322960:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDJaR0R2NlE5N3k4djZ0Y2s3YjNzdTg0Y2FhaXYzaDExbVJVWjh6NUdfRHgwIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk2MCJ9",
  "signature": "Mz3NV0DjxD68EhMO-ie3XLRcUfwzY-WmgcuDt4UeEbzmC_PRVH1UmBDI5FJmPSoTY4RNx0pp1Qr_optdLo9RMzYU6s7j89BRTLZq_-jokYN6F1CeSUInFLoegdaTYSck84-LlRgaiVC8ZmPm6B5Jfc5_OPxYxAO5EL4wsyaa08uh_GN3JSooLyL0UmgzxoUxPT8pbzdiH7AKnTlH47BXEYgvyjT7IyKzLadCZHLc_NO31oBQ2kkm-0ZMLTtgYlWO_rNpEJRf4UQnV1jnyPlqSt3qV547VYpDRMSrYGQkDqnmLl3dQmX1toLhLjBZnsBofpzn_2TSwa1gd_kHCVJ6Mw",
  "payload": ""
}
2021-10-30 12:41:04,358:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322960 HTTP/1.1" 200 798
2021-10-30 12:41:04,358:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 30 Oct 2021 12:41:04 GMT
Content-Type: application/json
Content-Length: 798
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0002R8GkEtqhgKih82_1-2z8PqPT5h4Vj6ybt1Wtmk9qk6M
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "stats.zwave-js.io"
  },
  "status": "pending",
  "expires": "2021-11-06T12:41:03Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/9GfX_Q",
      "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/SKJFeQ",
      "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/rnTgsw",
      "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI"
    }
  ]
}
2021-10-30 12:41:04,358:DEBUG:acme.client:Storing nonce: 0002R8GkEtqhgKih82_1-2z8PqPT5h4Vj6ybt1Wtmk9qk6M
2021-10-30 12:41:04,358:INFO:certbot._internal.auth_handler:Performing the following challenges:
2021-10-30 12:41:04,358:INFO:certbot._internal.auth_handler:http-01 challenge for charts.zwave-js.io
2021-10-30 12:41:04,359:INFO:certbot._internal.auth_handler:http-01 challenge for stats.zwave-js.io
2021-10-30 12:41:04,359:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains.
2021-10-30 12:41:04,359:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge
2021-10-30 12:41:04,359:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge
2021-10-30 12:41:04,360:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0
2021-10-30 12:41:04,360:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI
2021-10-30 12:41:04,360:DEBUG:acme.client:JWS payload:
b'{}'
2021-10-30 12:41:04,361:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/TnBzig:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDJSOEdrRXRxaGdLaWg4Ml8xLTJ6OFBxUFQ1aDRWajZ5YnQxV3RtazlxazZNIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbC12My80NDY0MTMyMjk1MC9UbkJ6aWcifQ",
  "signature": "Ouf5MLnEqZHkb1lEgwUSYoCEa0lcMMRnFqMxaZj-nWXOE30ClaSDL1bkoxFFZeGzUOTkeFIvKAkxUKNT7vUBSw2VF5pTtqBN53P3AvtF6-9-h_j9kxnvMXS8NlC0nB3gHA3_CvSynfcnT6dqZLjuMdOrU7dSoMUEpneyWjojE0CZi26Ir5cS6g_-vZG9Lqsm9EHRZzXZb9hLXVgY36DEhVgwtjBztK3voBQRi8o0gfdgX9GZlik0hYBXW_20uakbYNr25_rwrPuamyWFeiispuHxooO3I64ppTWYBUIE74xNzG1KAmv8OAQ8aVRPt6pcsw1lXpTwZUAlE6SRNNy5xw",
  "payload": "e30"
}
2021-10-30 12:41:04,755:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall-v3/44641322950/TnBzig HTTP/1.1" 200 186
2021-10-30 12:41:04,755:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 30 Oct 2021 12:41:04 GMT
Content-Type: application/json
Content-Length: 186
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322950>;rel="up"
Location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/TnBzig
Replay-Nonce: 00017cpO7ipMc9GFvzXYERW5zhhgnzto5kOnNWo3OoXt3O4
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "type": "http-01",
  "status": "pending",
  "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/TnBzig",
  "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0"
}
2021-10-30 12:41:04,756:DEBUG:acme.client:Storing nonce: 00017cpO7ipMc9GFvzXYERW5zhhgnzto5kOnNWo3OoXt3O4
2021-10-30 12:41:04,756:DEBUG:acme.client:JWS payload:
b'{}'
2021-10-30 12:41:04,757:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/9GfX_Q:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDE3Y3BPN2lwTWM5R0Z2elhZRVJXNXpoaGduenRvNWtPbk5XbzNPb1h0M080IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbC12My80NDY0MTMyMjk2MC85R2ZYX1EifQ",
  "signature": "glPnEjYv07OWcPCeKb2Qch0J0o6JRgY7fGw3ZL92M46R-SN9fwmmQ3_g5YVkqnJl8OHRM1eo70BgxyfwLCw7-ew_hNUusLj0X8yrgplXM6PBZ3-wu26qaGU-HH8Wubwdde-ypLSe8SN2Wyhuji03RkNNgmmil34vswCqG4Ilnl6kN2Ob-4znzL2mrxY9A_ykwyaPrw4w1nbEtG7XrVzneRanWFMojrc5UlAehHMNozSdPyQ7vCI-iTP1LKjnbir0yEwaQ3Mev0csgtjgL56qNpHi8mUE4VSKDI9rVTij1ASR5G8nbjtfyb6FeDNnYi35OFyQ8gv2_i5jBXYGPezIaQ",
  "payload": "e30"
}
2021-10-30 12:41:05,603:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall-v3/44641322960/9GfX_Q HTTP/1.1" 200 186
2021-10-30 12:41:05,603:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 30 Oct 2021 12:41:04 GMT
Content-Type: application/json
Content-Length: 186
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322960>;rel="up"
Location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/9GfX_Q
Replay-Nonce: 0002tRZ5KD5w64otuTOc9UbHlsJf4w-trLN6j72SR-SdukU
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "type": "http-01",
  "status": "pending",
  "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/9GfX_Q",
  "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI"
}
2021-10-30 12:41:05,604:DEBUG:acme.client:Storing nonce: 0002tRZ5KD5w64otuTOc9UbHlsJf4w-trLN6j72SR-SdukU
2021-10-30 12:41:05,604:INFO:certbot._internal.auth_handler:Waiting for verification...
2021-10-30 12:41:06,605:DEBUG:acme.client:JWS payload:
b''
2021-10-30 12:41:06,606:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322950:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDJ0Ulo1S0Q1dzY0b3R1VE9jOVViSGxzSmY0dy10ckxONmo3MlNSLVNkdWtVIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk1MCJ9",
  "signature": "K_3D2tHSA60V4_6UHvTMN9sPLeeNs_xOdHVbmOCtQ-ekrsiUWxr5eqeqqNNr_H_Vojv6qe8fgJXS81tADfpG_cAzk-6xiPSWzvmHlMGTmz_VwjYXvOEIQzO9fy7VBFrwpmadEsKsxe5TBlL8FlNcR3StnWHsGuzicFLRp5AryFR-UY9MsjeSAvCh3KM_kAJmfxw1GaySdnfbyyG6J6XYlJnRIlphH0HdlHIQgILdteKwVOU65BnMtBlvj0hOamZckMoozOOosAAca2lTAoA7DkDsarcuhL49FhewUZl_JI98sKDKuenoEvK2jGNd79JUUzDHFEZhygPK1ETObQSghw",
  "payload": ""
}
2021-10-30 12:41:06,784:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322950 HTTP/1.1" 200 799
2021-10-30 12:41:06,784:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 30 Oct 2021 12:41:06 GMT
Content-Type: application/json
Content-Length: 799
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0002TRa0zDv0Jo_C_uz2n_A3_sNVUIEd7QuxMvEmFxEa2XE
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "charts.zwave-js.io"
  },
  "status": "pending",
  "expires": "2021-11-06T12:41:03Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/TnBzig",
      "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/GKfspg",
      "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/_ZLfBg",
      "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0"
    }
  ]
}
2021-10-30 12:41:06,784:DEBUG:acme.client:Storing nonce: 0002TRa0zDv0Jo_C_uz2n_A3_sNVUIEd7QuxMvEmFxEa2XE
2021-10-30 12:41:06,785:DEBUG:acme.client:JWS payload:
b''
2021-10-30 12:41:06,786:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322960:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDJUUmEwekR2MEpvX0NfdXoybl9BM19zTlZVSUVkN1F1eE12RW1GeEVhMlhFIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk2MCJ9",
  "signature": "QcAkkn5INSdIpXNXMxU9oKSCF4NZ1QY_ocuLHS6s-MpdzgAV2-eydqoAMHX8ZyZL2kJDVeDSOxbcLjbJdLijn-OJa0iJ2AFUeOzBE4QQefDHLBqxRly6yDK9_0eQxbyjH5TPpekCu6IRNt_1r-gGedftyRmFKsJ4GU_9zKzk8Xcaepm_mO3P6BELoUYoj1JUZZX0LeJyedWCcyi6U0iPW3wLuzVaHCFZ0PfXyW_By9PlcYbYJ0l2RBK5nWrCIc5eu1sBGFTJMHxe_o2Rl4a3v1EB9RbiGzKuKbjl4clY7KD2r_2NXf8nit5bf-g_9mgHXqffzbBNtyARdo6L_oA5FQ",
  "payload": ""
}
2021-10-30 12:41:06,959:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322960 HTTP/1.1" 200 798
2021-10-30 12:41:06,960:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 30 Oct 2021 12:41:06 GMT
Content-Type: application/json
Content-Length: 798
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0001PbfhPh0HaX34wuMGrPUe-v1UceRPGRYVPBiHUzG5NB8
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "stats.zwave-js.io"
  },
  "status": "pending",
  "expires": "2021-11-06T12:41:03Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/9GfX_Q",
      "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/SKJFeQ",
      "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/rnTgsw",
      "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI"
    }
  ]
}
2021-10-30 12:41:06,960:DEBUG:acme.client:Storing nonce: 0001PbfhPh0HaX34wuMGrPUe-v1UceRPGRYVPBiHUzG5NB8
2021-10-30 12:41:09,962:DEBUG:acme.client:JWS payload:
b''
2021-10-30 12:41:09,964:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322950:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDFQYmZoUGgwSGFYMzR3dU1HclBVZS12MVVjZVJQR1JZVlBCaUhVekc1TkI4IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk1MCJ9",
  "signature": "HhdwUU9eGAokuvXID-M0mjbNWiJItqC2NfWjGdySqDqHc5BNwqnVEzxUEJRtnHaQ7GPe3Eet8lqWps8KTUewQipYFG7bmrXgD3so97Y77TGXyF3Zp6I_sV2B57xKN5zBuDoken0baGHuo-butPE0OSOp2fAZemeWgCY-j6YFlDK_iSrhds4ohR6zqnWPMeYLd7Lsk3A0nNal9I3XipL2r9oIybkacm-IqEL6tJn2YiqLuvxYvXbuh7ohzeb_0C6QqAKc4YdB98GpkfNiJImNU6Bwn1JfituEQ1aXX1FeMzG897ev9yBVAECW-InNvVU3yza-lc9VRevE16j1njWjfA",
  "payload": ""
}
2021-10-30 12:41:10,122:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322950 HTTP/1.1" 200 799
2021-10-30 12:41:10,122:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 30 Oct 2021 12:41:10 GMT
Content-Type: application/json
Content-Length: 799
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0001zHgJl9vszg8_ywTTJvwMtaoxfIff6xUAaDSWw5xx9sE
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "charts.zwave-js.io"
  },
  "status": "pending",
  "expires": "2021-11-06T12:41:03Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/TnBzig",
      "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/GKfspg",
      "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/_ZLfBg",
      "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0"
    }
  ]
}
2021-10-30 12:41:10,122:DEBUG:acme.client:Storing nonce: 0001zHgJl9vszg8_ywTTJvwMtaoxfIff6xUAaDSWw5xx9sE
2021-10-30 12:41:10,122:DEBUG:acme.client:JWS payload:
b''
2021-10-30 12:41:10,123:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322960:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDF6SGdKbDl2c3pnOF95d1RUSnZ3TXRhb3hmSWZmNnhVQWFEU1d3NXh4OXNFIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk2MCJ9",
  "signature": "nG1XaztNmXICjB7tZrF_5ZDTpkRxYBhlzP96qrAQeTEE4lXlK_FgRcKt2SSp5LvygeVHU2xPTZ1GbBxOeGZt6wkKzOTWXMKfD_3npbtJHjVukEkqU9FmVLYzmOCLydnZbR51OXQm4yMepM2NE7eiu0blbYE1MqmnItJFfGp2CQb6BVNsab5PSPVQYF9Tv4_cva5gV6EuVq-ZWTwz1HGOr3MrYc7_Zt94Gpk93nFuKmzdBNXYWoZr5iKFmqsfgRye4U72V6fn15ZTQ3ZX8Xe1u8R47F-fPNk3Ys4k7jE7mQUfusObEsNtyviOEGZgnXaddv4tb5n2t5RvHj_6rCvQww",
  "payload": ""
}
2021-10-30 12:41:11,171:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322960 HTTP/1.1" 200 798
2021-10-30 12:41:11,172:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 30 Oct 2021 12:41:10 GMT
Content-Type: application/json
Content-Length: 798
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0001rd93_3arTVGVrRqT4IlsJfNOzSSH3aAvSpsOh2dAa_8
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "stats.zwave-js.io"
  },
  "status": "pending",
  "expires": "2021-11-06T12:41:03Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/9GfX_Q",
      "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/SKJFeQ",
      "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/rnTgsw",
      "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI"
    }
  ]
}
2021-10-30 12:41:11,172:DEBUG:acme.client:Storing nonce: 0001rd93_3arTVGVrRqT4IlsJfNOzSSH3aAvSpsOh2dAa_8
2021-10-30 12:41:14,175:DEBUG:acme.client:JWS payload:
b''
2021-10-30 12:41:14,176:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322950:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDFyZDkzXzNhclRWR1ZyUnFUNElsc0pmTk96U1NIM2FBdlNwc09oMmRBYV84IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk1MCJ9",
  "signature": "FLNuiRTjoOh-bw3_19HNJs0YAfdLupRIrOs3BIo_dU6EsR_D8GbAHvJxGSwdT1ebXu63zGZHVutl53xHxdAWBg-60avQw1_a4hcqq3rzL8ilCM74aq1Isc9Nn6JH31VWCIbqCYeQqIW7ZkmKCBte1_-d5EHImCwhn5Me1yzUEzsRcBG3touzaUsbb4G3YKxZvY868TwsahaGGyKKfxnnriwgbm5spKXcngdOOp3r41Un0TRj8jStK4EVc8OXua7L9IgXL33KHHVeHzCNWrlEzU2jFcf62CyEAhzckNRlfzFKxpWu65DhSsoc5pAjJLemgtbavzj11ARzLWVKztLeCA",
  "payload": ""
}
2021-10-30 12:41:14,335:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322950 HTTP/1.1" 200 1878
2021-10-30 12:41:14,335:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 30 Oct 2021 12:41:14 GMT
Content-Type: application/json
Content-Length: 1878
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0001659-t2PoE4owW09vmw3HfByXdmVi5HlEUrTzUSv5OrI
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "charts.zwave-js.io"
  },
  "status": "invalid",
  "expires": "2021-11-06T12:41:03Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "invalid",
      "error": {
        "type": "urn:ietf:params:acme:error:connection",
        "detail": "Fetching https://charts.zwave-js.io/.well-known/acme-challenge/sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0: Error getting validation data",
        "status": 400
      },
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/TnBzig",
      "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0",
      "validationRecord": [
        {
          "url": "http://charts.zwave-js.io/.well-known/acme-challenge/sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0",
          "hostname": "charts.zwave-js.io",
          "port": "80",
          "addressesResolved": [
            "134.3.35.157",
            "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
          ],
          "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
        },
        {
          "url": "http://charts.zwave-js.io/.well-known/acme-challenge/sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0",
          "hostname": "charts.zwave-js.io",
          "port": "80",
          "addressesResolved": [
            "134.3.35.157",
            "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
          ],
          "addressUsed": "134.3.35.157"
        },
        {
          "url": "https://charts.zwave-js.io/.well-known/acme-challenge/sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0",
          "hostname": "charts.zwave-js.io",
          "port": "443",
          "addressesResolved": [
            "134.3.35.157",
            "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
          ],
          "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
        }
      ],
      "validated": "2021-10-30T12:41:04Z"
    }
  ]
}
2021-10-30 12:41:14,335:DEBUG:acme.client:Storing nonce: 0001659-t2PoE4owW09vmw3HfByXdmVi5HlEUrTzUSv5OrI
2021-10-30 12:41:14,336:DEBUG:acme.client:JWS payload:
b''
2021-10-30 12:41:14,337:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322960:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDE2NTktdDJQb0U0b3dXMDl2bXczSGZCeVhkbVZpNUhsRVVyVHpVU3Y1T3JJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk2MCJ9",
  "signature": "QBfT8boOqQVFmBVOmCvAYOdfRG4dR6bEntJmhBgE-VqQVXc_gDutiKJDICCeMzjwMLk52ewbl9NtP4AMaMinJu7A4xE8suh52ZOsUX6css4RlINChBlq0O60ad0GhUwWs8NWCgIhKwxxDHfFkm0I-dCXNYvWYYsdpnIPcyQLDc5OaS9pE8BlQxksMLv6ZCkV9lSL6qwllwEQUUeo6gYLMLoQkOhBzbqI6aH3C28aQ3vv2m3KPafMf1pFNVLGxWqIOs6UP45ppuJMWr0XjQxAsmXOD12748wA5UH6G_IllbVgQ9C6-kqgOiwiOEhCXA49ivJNkoe93MaifMXC9qP_pA",
  "payload": ""
}
2021-10-30 12:41:16,124:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322960 HTTP/1.1" 200 1870
2021-10-30 12:41:16,124:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 30 Oct 2021 12:41:14 GMT
Content-Type: application/json
Content-Length: 1870
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0001kQRS6s0vFQGEgBupZT907aVSGQXc0trOt92ViNUmUuI
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "stats.zwave-js.io"
  },
  "status": "invalid",
  "expires": "2021-11-06T12:41:03Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "invalid",
      "error": {
        "type": "urn:ietf:params:acme:error:connection",
        "detail": "Fetching https://stats.zwave-js.io/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI: Error getting validation data",
        "status": 400
      },
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/9GfX_Q",
      "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI",
      "validationRecord": [
        {
          "url": "http://stats.zwave-js.io/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI",
          "hostname": "stats.zwave-js.io",
          "port": "80",
          "addressesResolved": [
            "134.3.35.157",
            "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
          ],
          "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
        },
        {
          "url": "http://stats.zwave-js.io/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI",
          "hostname": "stats.zwave-js.io",
          "port": "80",
          "addressesResolved": [
            "134.3.35.157",
            "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
          ],
          "addressUsed": "134.3.35.157"
        },
        {
          "url": "https://stats.zwave-js.io/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI",
          "hostname": "stats.zwave-js.io",
          "port": "443",
          "addressesResolved": [
            "134.3.35.157",
            "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
          ],
          "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
        }
      ],
      "validated": "2021-10-30T12:41:04Z"
    }
  ]
}
2021-10-30 12:41:16,124:DEBUG:acme.client:Storing nonce: 0001kQRS6s0vFQGEgBupZT907aVSGQXc0trOt92ViNUmUuI
2021-10-30 12:41:16,124:INFO:certbot._internal.auth_handler:Challenge failed for domain charts.zwave-js.io
2021-10-30 12:41:16,124:INFO:certbot._internal.auth_handler:Challenge failed for domain stats.zwave-js.io
2021-10-30 12:41:16,125:INFO:certbot._internal.auth_handler:http-01 challenge for charts.zwave-js.io
2021-10-30 12:41:16,125:INFO:certbot._internal.auth_handler:http-01 challenge for stats.zwave-js.io
2021-10-30 12:41:16,125:DEBUG:certbot._internal.display.obj:Notifying user: 
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
  Domain: charts.zwave-js.io
  Type:   connection
  Detail: Fetching https://charts.zwave-js.io/.well-known/acme-challenge/sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0: Error getting validation data

  Domain: stats.zwave-js.io
  Type:   connection
  Detail: Fetching https://stats.zwave-js.io/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI: Error getting validation data

Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.

2021-10-30 12:41:16,125:DEBUG:certbot._internal.error_handler:Encountered exception:
Traceback (most recent call last):
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 90, in handle_authorizations
    self._poll_authorizations(authzrs, max_retries, best_effort)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 178, in _poll_authorizations
    raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.

2021-10-30 12:41:16,125:DEBUG:certbot._internal.error_handler:Calling registered functions
2021-10-30 12:41:16,125:INFO:certbot._internal.auth_handler:Cleaning up challenges
2021-10-30 12:41:16,125:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0
2021-10-30 12:41:16,125:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI
2021-10-30 12:41:16,126:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up
2021-10-30 12:41:16,126:ERROR:certbot._internal.renewal:Failed to renew certificate npm-3 with error: Some challenges have failed.
2021-10-30 12:41:16,126:DEBUG:certbot._internal.renewal:Traceback was:
Traceback (most recent call last):
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/renewal.py", line 475, in handle_renewal_request
    main.renew_cert(lineage_config, plugins, renewal_candidate)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1386, in renew_cert
    renewed_lineage = _get_and_save_cert(le_client, config, lineage=lineage)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 122, in _get_and_save_cert
    renewal.renew_cert(config, domains, le_client, lineage)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/renewal.py", line 335, in renew_cert
    new_cert, new_chain, new_key, _ = le_client.obtain_certificate(domains, new_key)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 384, in obtain_certificate
    orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 434, in _get_order_and_authorizations
    authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 90, in handle_authorizations
    self._poll_authorizations(authzrs, max_retries, best_effort)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 178, in _poll_authorizations
    raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.

2021-10-30 12:41:16,126:DEBUG:certbot._internal.display.obj:Notifying user: 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2021-10-30 12:41:16,127:ERROR:certbot._internal.renewal:All renewals failed. The following certificates could not be renewed:
2021-10-30 12:41:16,127:ERROR:certbot._internal.renewal:  /etc/letsencrypt/live/npm-3/fullchain.pem (failure)
2021-10-30 12:41:16,127:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2021-10-30 12:41:16,127:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
  File "/opt/certbot/bin/certbot", line 8, in <module>
    sys.exit(main())
  File "/opt/certbot/lib/python3.7/site-packages/certbot/main.py", line 15, in main
    return internal_main.main(cli_args)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1574, in main
    return config.func(config, plugins)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1460, in renew
    renewal.handle_renewal_request(config)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/renewal.py", line 501, in handle_renewal_request
    len(renew_failures), len(parse_failures)))
certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)
2021-10-30 12:41:16,127:ERROR:certbot._internal.log:1 renew failure(s), 0 parse failure(s)
[root@docker-7882db881ecc:/app]# 

Nginx Proxy Manager Version
2.9.11

To Reproduce
Renew cert ... or wait until he tries to auto renew ... also happens there

Expected behavior
Reniew works

Operating System
Runs on an intel nuc as docker inside lxc, but this should be irrelevant

Originally created by @Apollon77 on GitHub (Oct 30, 2021). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1537 **Checklist** - Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image? - Yes - Are you sure you're not using someone else's docker image? - Yes - Have you searched for similar issues (both open and closed)? - Yes **Describe the bug** None of my current certificates renews atm ... a log looks like as the "https" URL that is tried to be called is not exiosting or such > Fetching https://stats.zwave-js.io/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI: Error getting validation data When I call the page after getting the error I get an Error 404 from OpenResty, so I assume that the routing is correct <details><summary>Letsencrypt Logs</summary> ``` [root@docker-7882db881ecc:/app]# cat /var/log/letsencrypt/letsencrypt.log 2021-10-30 12:36:29,388:DEBUG:certbot._internal.main:certbot version: 1.20.0 2021-10-30 12:36:29,388:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot 2021-10-30 12:36:29,388:DEBUG:certbot._internal.main:Arguments: ['--force-renewal', '--non-interactive', '--config', '/etc/letsencrypt.ini', '--cert-name', 'npm-3', '--preferred-challenges', 'dns,http', '--disable-hook-validation'] 2021-10-30 12:36:29,388:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) 2021-10-30 12:36:29,397:DEBUG:certbot._internal.log:Root logging level set at 30 2021-10-30 12:36:29,398:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/npm-3.conf 2021-10-30 12:36:29,410:DEBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x7fa00145ca20> and installer <certbot._internal.cli.cli_utils._Default object at 0x7fa00145ca20> 2021-10-30 12:36:29,410:DEBUG:certbot._internal.cli:Var pref_challs=dns,http (set by user). 2021-10-30 12:36:29,410:DEBUG:certbot._internal.cli:Var key_type=ecdsa (set by user). 2021-10-30 12:36:29,410:DEBUG:certbot._internal.cli:Var elliptic_curve=secp384r1 (set by user). 2021-10-30 12:36:29,410:DEBUG:certbot._internal.cli:Var webroot_path=/data/letsencrypt-acme-challenge (set by user). 2021-10-30 12:36:29,410:DEBUG:certbot._internal.cli:Var webroot_map={'webroot_path'} (set by user). 2021-10-30 12:36:29,410:DEBUG:certbot._internal.cli:Var webroot_path=/data/letsencrypt-acme-challenge (set by user). 2021-10-30 12:36:29,419:DEBUG:certbot._internal.renewal:Auto-renewal forced with --force-renewal... 2021-10-30 12:36:29,419:INFO:certbot._internal.renewal:Non-interactive renewal: random delay of 272.73586240161393 seconds 2021-10-30 12:41:02,254:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None 2021-10-30 12:41:02,256:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot Description: Place files in webroot directory Interfaces: Authenticator, Plugin Entry point: webroot = certbot._internal.plugins.webroot:Authenticator Initialized: <certbot._internal.plugins.webroot.Authenticator object at 0x7fa0014a6908> Prep: True 2021-10-30 12:41:02,256:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot._internal.plugins.webroot.Authenticator object at 0x7fa0014a6908> and installer None 2021-10-30 12:41:02,257:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None 2021-10-30 12:41:02,261:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/156548020', new_authzr_uri=None, terms_of_service=None), 54e8eefc691831cd903ff7a0ffc5749b, Meta(creation_dt=datetime.datetime(2021, 8, 10, 21, 18, 21, tzinfo=<UTC>), creation_host='553bc64577d9', register_to_eff=None))> 2021-10-30 12:41:02,262:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. 2021-10-30 12:41:02,263:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 2021-10-30 12:41:02,743:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 658 2021-10-30 12:41:02,744:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Sat, 30 Oct 2021 12:41:02 GMT Content-Type: application/json Content-Length: 658 Connection: keep-alive Cache-Control: public, max-age=0, no-cache X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "1YaPpvr4QSg": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", "meta": { "caaIdentities": [ "letsencrypt.org" ], "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf", "website": "https://letsencrypt.org" }, "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" } 2021-10-30 12:41:02,745:DEBUG:certbot._internal.display.obj:Notifying user: Renewing an existing certificate for charts.zwave-js.io and stats.zwave-js.io 2021-10-30 12:41:02,758:DEBUG:certbot.crypto_util:Generating ECDSA key (2048 bits): /etc/letsencrypt/keys/2476_key-certbot.pem 2021-10-30 12:41:02,771:DEBUG:certbot.crypto_util:Creating CSR: /etc/letsencrypt/csr/2476_csr-certbot.pem 2021-10-30 12:41:02,771:DEBUG:acme.client:Requesting fresh nonce 2021-10-30 12:41:02,771:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. 2021-10-30 12:41:02,925:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 2021-10-30 12:41:02,925:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Sat, 30 Oct 2021 12:41:02 GMT Connection: keep-alive Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0001qnZV9DhMmGz8UP5J-ExlFmCnQTiJLemq8qPSiNhRBAY X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 2021-10-30 12:41:02,925:DEBUG:acme.client:Storing nonce: 0001qnZV9DhMmGz8UP5J-ExlFmCnQTiJLemq8qPSiNhRBAY 2021-10-30 12:41:02,926:DEBUG:acme.client:JWS payload: b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "charts.zwave-js.io"\n },\n {\n "type": "dns",\n "value": "stats.zwave-js.io"\n }\n ]\n}' 2021-10-30 12:41:02,927:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDFxblpWOURoTW1HejhVUDVKLUV4bEZtQ25RVGlKTGVtcThxUFNpTmhSQkFZIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctb3JkZXIifQ", "signature": "kEoFipLUQCiOUOwK2a1VK6S8RMSvdU6IX46KEpVo-ke8cSHAyg-oQ5yJ6SQHkTuAePlEfyT9KJMom_WJ-JbOKPqcUGHNQI6WG2N9JHFZzmKJJuxjYJWHnJBwf23HQ2UmtYOJ2TRsAGuFscj8_yvEWeQ9m8EvPbAd8eBZMkFVWBb78sek5LIKGQYYUcpzYiyp247XJ_HDPXcpb4DSP_ocE1yvE4pREkq4gWZvG_ZyPPr66dWIlCmjFbfCmQBFLGzOoJX2iLCrhTMChwywn_xT0ZIYV9pLaC55sCbDbxyUz8hdjSz-DbDsJ0_u9Y6gbcOPGXWUNzdpK2uYsliP6kDKOw", "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImNoYXJ0cy56d2F2ZS1qcy5pbyIKICAgIH0sCiAgICB7CiAgICAgICJ0eXBlIjogImRucyIsCiAgICAgICJ2YWx1ZSI6ICJzdGF0cy56d2F2ZS1qcy5pbyIKICAgIH0KICBdCn0" } 2021-10-30 12:41:03,148:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 480 2021-10-30 12:41:03,149:DEBUG:acme.client:Received response: HTTP 201 Server: nginx Date: Sat, 30 Oct 2021 12:41:03 GMT Content-Type: application/json Content-Length: 480 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Location: https://acme-v02.api.letsencrypt.org/acme/order/156548020/35815236100 Replay-Nonce: 0001Wco6YPIF-wiFt4ogT1JokYXGuat6vYF0-tOBq9_2WLo X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "status": "pending", "expires": "2021-11-06T12:41:03Z", "identifiers": [ { "type": "dns", "value": "charts.zwave-js.io" }, { "type": "dns", "value": "stats.zwave-js.io" } ], "authorizations": [ "https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322950", "https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322960" ], "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/156548020/35815236100" } 2021-10-30 12:41:03,149:DEBUG:acme.client:Storing nonce: 0001Wco6YPIF-wiFt4ogT1JokYXGuat6vYF0-tOBq9_2WLo 2021-10-30 12:41:03,149:DEBUG:acme.client:JWS payload: b'' 2021-10-30 12:41:03,150:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322950: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDFXY282WVBJRi13aUZ0NG9nVDFKb2tZWEd1YXQ2dllGMC10T0JxOV8yV0xvIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk1MCJ9", "signature": "nxxWGjYvjhMCr_hvRBo9h1ew9c8UYh11KPku0dGQ3w5uVmBc81KMrq2CAi_sEB2HQLyhWzzlDjX3d-N9fCztXI9SVSxZMkIuVvzXnHy1pR5BzA8ybr2rfPjP7_jlHDwQEU6Ye_b96qHbquUkf364DOtenRNI_FX1BBjBIfYAzK9na1dkNcnUqJDhkgneUlVhXmQzKfRLoHmqpHSItC2qlAmh66OTGTYYhqXHO7GlnERcV50mUKfXCA5YoEoepd4XntSOUGkg7sbpS04uxzvrYRtrPwYc-xe2gcFE8Op19K124lzgwLq2pys0pu6sVeu30xnRPx2LykscxnJRfKcb1A", "payload": "" } 2021-10-30 12:41:04,195:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322950 HTTP/1.1" 200 799 2021-10-30 12:41:04,196:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Sat, 30 Oct 2021 12:41:03 GMT Content-Type: application/json Content-Length: 799 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0002ZGDv6Q97y8v6tck7b3su84caaiv3h11mRUZ8z5G_Dx0 X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "charts.zwave-js.io" }, "status": "pending", "expires": "2021-11-06T12:41:03Z", "challenges": [ { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/TnBzig", "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0" }, { "type": "dns-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/GKfspg", "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0" }, { "type": "tls-alpn-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/_ZLfBg", "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0" } ] } 2021-10-30 12:41:04,196:DEBUG:acme.client:Storing nonce: 0002ZGDv6Q97y8v6tck7b3su84caaiv3h11mRUZ8z5G_Dx0 2021-10-30 12:41:04,196:DEBUG:acme.client:JWS payload: b'' 2021-10-30 12:41:04,197:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322960: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDJaR0R2NlE5N3k4djZ0Y2s3YjNzdTg0Y2FhaXYzaDExbVJVWjh6NUdfRHgwIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk2MCJ9", "signature": "Mz3NV0DjxD68EhMO-ie3XLRcUfwzY-WmgcuDt4UeEbzmC_PRVH1UmBDI5FJmPSoTY4RNx0pp1Qr_optdLo9RMzYU6s7j89BRTLZq_-jokYN6F1CeSUInFLoegdaTYSck84-LlRgaiVC8ZmPm6B5Jfc5_OPxYxAO5EL4wsyaa08uh_GN3JSooLyL0UmgzxoUxPT8pbzdiH7AKnTlH47BXEYgvyjT7IyKzLadCZHLc_NO31oBQ2kkm-0ZMLTtgYlWO_rNpEJRf4UQnV1jnyPlqSt3qV547VYpDRMSrYGQkDqnmLl3dQmX1toLhLjBZnsBofpzn_2TSwa1gd_kHCVJ6Mw", "payload": "" } 2021-10-30 12:41:04,358:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322960 HTTP/1.1" 200 798 2021-10-30 12:41:04,358:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Sat, 30 Oct 2021 12:41:04 GMT Content-Type: application/json Content-Length: 798 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0002R8GkEtqhgKih82_1-2z8PqPT5h4Vj6ybt1Wtmk9qk6M X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "stats.zwave-js.io" }, "status": "pending", "expires": "2021-11-06T12:41:03Z", "challenges": [ { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/9GfX_Q", "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI" }, { "type": "dns-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/SKJFeQ", "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI" }, { "type": "tls-alpn-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/rnTgsw", "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI" } ] } 2021-10-30 12:41:04,358:DEBUG:acme.client:Storing nonce: 0002R8GkEtqhgKih82_1-2z8PqPT5h4Vj6ybt1Wtmk9qk6M 2021-10-30 12:41:04,358:INFO:certbot._internal.auth_handler:Performing the following challenges: 2021-10-30 12:41:04,358:INFO:certbot._internal.auth_handler:http-01 challenge for charts.zwave-js.io 2021-10-30 12:41:04,359:INFO:certbot._internal.auth_handler:http-01 challenge for stats.zwave-js.io 2021-10-30 12:41:04,359:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. 2021-10-30 12:41:04,359:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge 2021-10-30 12:41:04,359:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge 2021-10-30 12:41:04,360:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0 2021-10-30 12:41:04,360:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI 2021-10-30 12:41:04,360:DEBUG:acme.client:JWS payload: b'{}' 2021-10-30 12:41:04,361:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/TnBzig: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDJSOEdrRXRxaGdLaWg4Ml8xLTJ6OFBxUFQ1aDRWajZ5YnQxV3RtazlxazZNIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbC12My80NDY0MTMyMjk1MC9UbkJ6aWcifQ", "signature": "Ouf5MLnEqZHkb1lEgwUSYoCEa0lcMMRnFqMxaZj-nWXOE30ClaSDL1bkoxFFZeGzUOTkeFIvKAkxUKNT7vUBSw2VF5pTtqBN53P3AvtF6-9-h_j9kxnvMXS8NlC0nB3gHA3_CvSynfcnT6dqZLjuMdOrU7dSoMUEpneyWjojE0CZi26Ir5cS6g_-vZG9Lqsm9EHRZzXZb9hLXVgY36DEhVgwtjBztK3voBQRi8o0gfdgX9GZlik0hYBXW_20uakbYNr25_rwrPuamyWFeiispuHxooO3I64ppTWYBUIE74xNzG1KAmv8OAQ8aVRPt6pcsw1lXpTwZUAlE6SRNNy5xw", "payload": "e30" } 2021-10-30 12:41:04,755:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall-v3/44641322950/TnBzig HTTP/1.1" 200 186 2021-10-30 12:41:04,755:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Sat, 30 Oct 2021 12:41:04 GMT Content-Type: application/json Content-Length: 186 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322950>;rel="up" Location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/TnBzig Replay-Nonce: 00017cpO7ipMc9GFvzXYERW5zhhgnzto5kOnNWo3OoXt3O4 X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/TnBzig", "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0" } 2021-10-30 12:41:04,756:DEBUG:acme.client:Storing nonce: 00017cpO7ipMc9GFvzXYERW5zhhgnzto5kOnNWo3OoXt3O4 2021-10-30 12:41:04,756:DEBUG:acme.client:JWS payload: b'{}' 2021-10-30 12:41:04,757:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/9GfX_Q: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDE3Y3BPN2lwTWM5R0Z2elhZRVJXNXpoaGduenRvNWtPbk5XbzNPb1h0M080IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbC12My80NDY0MTMyMjk2MC85R2ZYX1EifQ", "signature": "glPnEjYv07OWcPCeKb2Qch0J0o6JRgY7fGw3ZL92M46R-SN9fwmmQ3_g5YVkqnJl8OHRM1eo70BgxyfwLCw7-ew_hNUusLj0X8yrgplXM6PBZ3-wu26qaGU-HH8Wubwdde-ypLSe8SN2Wyhuji03RkNNgmmil34vswCqG4Ilnl6kN2Ob-4znzL2mrxY9A_ykwyaPrw4w1nbEtG7XrVzneRanWFMojrc5UlAehHMNozSdPyQ7vCI-iTP1LKjnbir0yEwaQ3Mev0csgtjgL56qNpHi8mUE4VSKDI9rVTij1ASR5G8nbjtfyb6FeDNnYi35OFyQ8gv2_i5jBXYGPezIaQ", "payload": "e30" } 2021-10-30 12:41:05,603:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall-v3/44641322960/9GfX_Q HTTP/1.1" 200 186 2021-10-30 12:41:05,603:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Sat, 30 Oct 2021 12:41:04 GMT Content-Type: application/json Content-Length: 186 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322960>;rel="up" Location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/9GfX_Q Replay-Nonce: 0002tRZ5KD5w64otuTOc9UbHlsJf4w-trLN6j72SR-SdukU X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/9GfX_Q", "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI" } 2021-10-30 12:41:05,604:DEBUG:acme.client:Storing nonce: 0002tRZ5KD5w64otuTOc9UbHlsJf4w-trLN6j72SR-SdukU 2021-10-30 12:41:05,604:INFO:certbot._internal.auth_handler:Waiting for verification... 2021-10-30 12:41:06,605:DEBUG:acme.client:JWS payload: b'' 2021-10-30 12:41:06,606:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322950: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDJ0Ulo1S0Q1dzY0b3R1VE9jOVViSGxzSmY0dy10ckxONmo3MlNSLVNkdWtVIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk1MCJ9", "signature": "K_3D2tHSA60V4_6UHvTMN9sPLeeNs_xOdHVbmOCtQ-ekrsiUWxr5eqeqqNNr_H_Vojv6qe8fgJXS81tADfpG_cAzk-6xiPSWzvmHlMGTmz_VwjYXvOEIQzO9fy7VBFrwpmadEsKsxe5TBlL8FlNcR3StnWHsGuzicFLRp5AryFR-UY9MsjeSAvCh3KM_kAJmfxw1GaySdnfbyyG6J6XYlJnRIlphH0HdlHIQgILdteKwVOU65BnMtBlvj0hOamZckMoozOOosAAca2lTAoA7DkDsarcuhL49FhewUZl_JI98sKDKuenoEvK2jGNd79JUUzDHFEZhygPK1ETObQSghw", "payload": "" } 2021-10-30 12:41:06,784:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322950 HTTP/1.1" 200 799 2021-10-30 12:41:06,784:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Sat, 30 Oct 2021 12:41:06 GMT Content-Type: application/json Content-Length: 799 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0002TRa0zDv0Jo_C_uz2n_A3_sNVUIEd7QuxMvEmFxEa2XE X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "charts.zwave-js.io" }, "status": "pending", "expires": "2021-11-06T12:41:03Z", "challenges": [ { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/TnBzig", "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0" }, { "type": "dns-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/GKfspg", "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0" }, { "type": "tls-alpn-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/_ZLfBg", "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0" } ] } 2021-10-30 12:41:06,784:DEBUG:acme.client:Storing nonce: 0002TRa0zDv0Jo_C_uz2n_A3_sNVUIEd7QuxMvEmFxEa2XE 2021-10-30 12:41:06,785:DEBUG:acme.client:JWS payload: b'' 2021-10-30 12:41:06,786:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322960: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDJUUmEwekR2MEpvX0NfdXoybl9BM19zTlZVSUVkN1F1eE12RW1GeEVhMlhFIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk2MCJ9", "signature": "QcAkkn5INSdIpXNXMxU9oKSCF4NZ1QY_ocuLHS6s-MpdzgAV2-eydqoAMHX8ZyZL2kJDVeDSOxbcLjbJdLijn-OJa0iJ2AFUeOzBE4QQefDHLBqxRly6yDK9_0eQxbyjH5TPpekCu6IRNt_1r-gGedftyRmFKsJ4GU_9zKzk8Xcaepm_mO3P6BELoUYoj1JUZZX0LeJyedWCcyi6U0iPW3wLuzVaHCFZ0PfXyW_By9PlcYbYJ0l2RBK5nWrCIc5eu1sBGFTJMHxe_o2Rl4a3v1EB9RbiGzKuKbjl4clY7KD2r_2NXf8nit5bf-g_9mgHXqffzbBNtyARdo6L_oA5FQ", "payload": "" } 2021-10-30 12:41:06,959:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322960 HTTP/1.1" 200 798 2021-10-30 12:41:06,960:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Sat, 30 Oct 2021 12:41:06 GMT Content-Type: application/json Content-Length: 798 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0001PbfhPh0HaX34wuMGrPUe-v1UceRPGRYVPBiHUzG5NB8 X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "stats.zwave-js.io" }, "status": "pending", "expires": "2021-11-06T12:41:03Z", "challenges": [ { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/9GfX_Q", "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI" }, { "type": "dns-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/SKJFeQ", "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI" }, { "type": "tls-alpn-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/rnTgsw", "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI" } ] } 2021-10-30 12:41:06,960:DEBUG:acme.client:Storing nonce: 0001PbfhPh0HaX34wuMGrPUe-v1UceRPGRYVPBiHUzG5NB8 2021-10-30 12:41:09,962:DEBUG:acme.client:JWS payload: b'' 2021-10-30 12:41:09,964:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322950: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDFQYmZoUGgwSGFYMzR3dU1HclBVZS12MVVjZVJQR1JZVlBCaUhVekc1TkI4IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk1MCJ9", "signature": "HhdwUU9eGAokuvXID-M0mjbNWiJItqC2NfWjGdySqDqHc5BNwqnVEzxUEJRtnHaQ7GPe3Eet8lqWps8KTUewQipYFG7bmrXgD3so97Y77TGXyF3Zp6I_sV2B57xKN5zBuDoken0baGHuo-butPE0OSOp2fAZemeWgCY-j6YFlDK_iSrhds4ohR6zqnWPMeYLd7Lsk3A0nNal9I3XipL2r9oIybkacm-IqEL6tJn2YiqLuvxYvXbuh7ohzeb_0C6QqAKc4YdB98GpkfNiJImNU6Bwn1JfituEQ1aXX1FeMzG897ev9yBVAECW-InNvVU3yza-lc9VRevE16j1njWjfA", "payload": "" } 2021-10-30 12:41:10,122:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322950 HTTP/1.1" 200 799 2021-10-30 12:41:10,122:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Sat, 30 Oct 2021 12:41:10 GMT Content-Type: application/json Content-Length: 799 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0001zHgJl9vszg8_ywTTJvwMtaoxfIff6xUAaDSWw5xx9sE X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "charts.zwave-js.io" }, "status": "pending", "expires": "2021-11-06T12:41:03Z", "challenges": [ { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/TnBzig", "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0" }, { "type": "dns-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/GKfspg", "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0" }, { "type": "tls-alpn-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/_ZLfBg", "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0" } ] } 2021-10-30 12:41:10,122:DEBUG:acme.client:Storing nonce: 0001zHgJl9vszg8_ywTTJvwMtaoxfIff6xUAaDSWw5xx9sE 2021-10-30 12:41:10,122:DEBUG:acme.client:JWS payload: b'' 2021-10-30 12:41:10,123:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322960: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDF6SGdKbDl2c3pnOF95d1RUSnZ3TXRhb3hmSWZmNnhVQWFEU1d3NXh4OXNFIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk2MCJ9", "signature": "nG1XaztNmXICjB7tZrF_5ZDTpkRxYBhlzP96qrAQeTEE4lXlK_FgRcKt2SSp5LvygeVHU2xPTZ1GbBxOeGZt6wkKzOTWXMKfD_3npbtJHjVukEkqU9FmVLYzmOCLydnZbR51OXQm4yMepM2NE7eiu0blbYE1MqmnItJFfGp2CQb6BVNsab5PSPVQYF9Tv4_cva5gV6EuVq-ZWTwz1HGOr3MrYc7_Zt94Gpk93nFuKmzdBNXYWoZr5iKFmqsfgRye4U72V6fn15ZTQ3ZX8Xe1u8R47F-fPNk3Ys4k7jE7mQUfusObEsNtyviOEGZgnXaddv4tb5n2t5RvHj_6rCvQww", "payload": "" } 2021-10-30 12:41:11,171:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322960 HTTP/1.1" 200 798 2021-10-30 12:41:11,172:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Sat, 30 Oct 2021 12:41:10 GMT Content-Type: application/json Content-Length: 798 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0001rd93_3arTVGVrRqT4IlsJfNOzSSH3aAvSpsOh2dAa_8 X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "stats.zwave-js.io" }, "status": "pending", "expires": "2021-11-06T12:41:03Z", "challenges": [ { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/9GfX_Q", "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI" }, { "type": "dns-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/SKJFeQ", "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI" }, { "type": "tls-alpn-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/rnTgsw", "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI" } ] } 2021-10-30 12:41:11,172:DEBUG:acme.client:Storing nonce: 0001rd93_3arTVGVrRqT4IlsJfNOzSSH3aAvSpsOh2dAa_8 2021-10-30 12:41:14,175:DEBUG:acme.client:JWS payload: b'' 2021-10-30 12:41:14,176:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322950: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDFyZDkzXzNhclRWR1ZyUnFUNElsc0pmTk96U1NIM2FBdlNwc09oMmRBYV84IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk1MCJ9", "signature": "FLNuiRTjoOh-bw3_19HNJs0YAfdLupRIrOs3BIo_dU6EsR_D8GbAHvJxGSwdT1ebXu63zGZHVutl53xHxdAWBg-60avQw1_a4hcqq3rzL8ilCM74aq1Isc9Nn6JH31VWCIbqCYeQqIW7ZkmKCBte1_-d5EHImCwhn5Me1yzUEzsRcBG3touzaUsbb4G3YKxZvY868TwsahaGGyKKfxnnriwgbm5spKXcngdOOp3r41Un0TRj8jStK4EVc8OXua7L9IgXL33KHHVeHzCNWrlEzU2jFcf62CyEAhzckNRlfzFKxpWu65DhSsoc5pAjJLemgtbavzj11ARzLWVKztLeCA", "payload": "" } 2021-10-30 12:41:14,335:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322950 HTTP/1.1" 200 1878 2021-10-30 12:41:14,335:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Sat, 30 Oct 2021 12:41:14 GMT Content-Type: application/json Content-Length: 1878 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0001659-t2PoE4owW09vmw3HfByXdmVi5HlEUrTzUSv5OrI X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "charts.zwave-js.io" }, "status": "invalid", "expires": "2021-11-06T12:41:03Z", "challenges": [ { "type": "http-01", "status": "invalid", "error": { "type": "urn:ietf:params:acme:error:connection", "detail": "Fetching https://charts.zwave-js.io/.well-known/acme-challenge/sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0: Error getting validation data", "status": 400 }, "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322950/TnBzig", "token": "sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0", "validationRecord": [ { "url": "http://charts.zwave-js.io/.well-known/acme-challenge/sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0", "hostname": "charts.zwave-js.io", "port": "80", "addressesResolved": [ "134.3.35.157", "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" ], "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" }, { "url": "http://charts.zwave-js.io/.well-known/acme-challenge/sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0", "hostname": "charts.zwave-js.io", "port": "80", "addressesResolved": [ "134.3.35.157", "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" ], "addressUsed": "134.3.35.157" }, { "url": "https://charts.zwave-js.io/.well-known/acme-challenge/sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0", "hostname": "charts.zwave-js.io", "port": "443", "addressesResolved": [ "134.3.35.157", "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" ], "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" } ], "validated": "2021-10-30T12:41:04Z" } ] } 2021-10-30 12:41:14,335:DEBUG:acme.client:Storing nonce: 0001659-t2PoE4owW09vmw3HfByXdmVi5HlEUrTzUSv5OrI 2021-10-30 12:41:14,336:DEBUG:acme.client:JWS payload: b'' 2021-10-30 12:41:14,337:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/44641322960: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAwMDE2NTktdDJQb0U0b3dXMDl2bXczSGZCeVhkbVZpNUhsRVVyVHpVU3Y1T3JJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NDY0MTMyMjk2MCJ9", "signature": "QBfT8boOqQVFmBVOmCvAYOdfRG4dR6bEntJmhBgE-VqQVXc_gDutiKJDICCeMzjwMLk52ewbl9NtP4AMaMinJu7A4xE8suh52ZOsUX6css4RlINChBlq0O60ad0GhUwWs8NWCgIhKwxxDHfFkm0I-dCXNYvWYYsdpnIPcyQLDc5OaS9pE8BlQxksMLv6ZCkV9lSL6qwllwEQUUeo6gYLMLoQkOhBzbqI6aH3C28aQ3vv2m3KPafMf1pFNVLGxWqIOs6UP45ppuJMWr0XjQxAsmXOD12748wA5UH6G_IllbVgQ9C6-kqgOiwiOEhCXA49ivJNkoe93MaifMXC9qP_pA", "payload": "" } 2021-10-30 12:41:16,124:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/44641322960 HTTP/1.1" 200 1870 2021-10-30 12:41:16,124:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Sat, 30 Oct 2021 12:41:14 GMT Content-Type: application/json Content-Length: 1870 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0001kQRS6s0vFQGEgBupZT907aVSGQXc0trOt92ViNUmUuI X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "stats.zwave-js.io" }, "status": "invalid", "expires": "2021-11-06T12:41:03Z", "challenges": [ { "type": "http-01", "status": "invalid", "error": { "type": "urn:ietf:params:acme:error:connection", "detail": "Fetching https://stats.zwave-js.io/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI: Error getting validation data", "status": 400 }, "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/44641322960/9GfX_Q", "token": "sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI", "validationRecord": [ { "url": "http://stats.zwave-js.io/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI", "hostname": "stats.zwave-js.io", "port": "80", "addressesResolved": [ "134.3.35.157", "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" ], "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" }, { "url": "http://stats.zwave-js.io/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI", "hostname": "stats.zwave-js.io", "port": "80", "addressesResolved": [ "134.3.35.157", "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" ], "addressUsed": "134.3.35.157" }, { "url": "https://stats.zwave-js.io/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI", "hostname": "stats.zwave-js.io", "port": "443", "addressesResolved": [ "134.3.35.157", "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" ], "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" } ], "validated": "2021-10-30T12:41:04Z" } ] } 2021-10-30 12:41:16,124:DEBUG:acme.client:Storing nonce: 0001kQRS6s0vFQGEgBupZT907aVSGQXc0trOt92ViNUmUuI 2021-10-30 12:41:16,124:INFO:certbot._internal.auth_handler:Challenge failed for domain charts.zwave-js.io 2021-10-30 12:41:16,124:INFO:certbot._internal.auth_handler:Challenge failed for domain stats.zwave-js.io 2021-10-30 12:41:16,125:INFO:certbot._internal.auth_handler:http-01 challenge for charts.zwave-js.io 2021-10-30 12:41:16,125:INFO:certbot._internal.auth_handler:http-01 challenge for stats.zwave-js.io 2021-10-30 12:41:16,125:DEBUG:certbot._internal.display.obj:Notifying user: Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems: Domain: charts.zwave-js.io Type: connection Detail: Fetching https://charts.zwave-js.io/.well-known/acme-challenge/sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0: Error getting validation data Domain: stats.zwave-js.io Type: connection Detail: Fetching https://stats.zwave-js.io/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI: Error getting validation data Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet. 2021-10-30 12:41:16,125:DEBUG:certbot._internal.error_handler:Encountered exception: Traceback (most recent call last): File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 90, in handle_authorizations self._poll_authorizations(authzrs, max_retries, best_effort) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 178, in _poll_authorizations raise errors.AuthorizationError('Some challenges have failed.') certbot.errors.AuthorizationError: Some challenges have failed. 2021-10-30 12:41:16,125:DEBUG:certbot._internal.error_handler:Calling registered functions 2021-10-30 12:41:16,125:INFO:certbot._internal.auth_handler:Cleaning up challenges 2021-10-30 12:41:16,125:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/sj45u8WbCq61J7XeUloq2KcH89DrYxRCIJSJPwpkar0 2021-10-30 12:41:16,125:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/sdKiAaDk8r93FflXPAMMsH4R8iXilSh_VeXHbN1-zPI 2021-10-30 12:41:16,126:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up 2021-10-30 12:41:16,126:ERROR:certbot._internal.renewal:Failed to renew certificate npm-3 with error: Some challenges have failed. 2021-10-30 12:41:16,126:DEBUG:certbot._internal.renewal:Traceback was: Traceback (most recent call last): File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/renewal.py", line 475, in handle_renewal_request main.renew_cert(lineage_config, plugins, renewal_candidate) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1386, in renew_cert renewed_lineage = _get_and_save_cert(le_client, config, lineage=lineage) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 122, in _get_and_save_cert renewal.renew_cert(config, domains, le_client, lineage) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/renewal.py", line 335, in renew_cert new_cert, new_chain, new_key, _ = le_client.obtain_certificate(domains, new_key) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 384, in obtain_certificate orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 434, in _get_order_and_authorizations authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 90, in handle_authorizations self._poll_authorizations(authzrs, max_retries, best_effort) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 178, in _poll_authorizations raise errors.AuthorizationError('Some challenges have failed.') certbot.errors.AuthorizationError: Some challenges have failed. 2021-10-30 12:41:16,126:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2021-10-30 12:41:16,127:ERROR:certbot._internal.renewal:All renewals failed. The following certificates could not be renewed: 2021-10-30 12:41:16,127:ERROR:certbot._internal.renewal: /etc/letsencrypt/live/npm-3/fullchain.pem (failure) 2021-10-30 12:41:16,127:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2021-10-30 12:41:16,127:DEBUG:certbot._internal.log:Exiting abnormally: Traceback (most recent call last): File "/opt/certbot/bin/certbot", line 8, in <module> sys.exit(main()) File "/opt/certbot/lib/python3.7/site-packages/certbot/main.py", line 15, in main return internal_main.main(cli_args) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1574, in main return config.func(config, plugins) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1460, in renew renewal.handle_renewal_request(config) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/renewal.py", line 501, in handle_renewal_request len(renew_failures), len(parse_failures))) certbot.errors.Error: 1 renew failure(s), 0 parse failure(s) 2021-10-30 12:41:16,127:ERROR:certbot._internal.log:1 renew failure(s), 0 parse failure(s) [root@docker-7882db881ecc:/app]# ``` </details> **Nginx Proxy Manager Version** 2.9.11 **To Reproduce** Renew cert ... or wait until he tries to auto renew ... also happens there **Expected behavior** Reniew works **Operating System** Runs on an intel nuc as docker inside lxc, but this should be irrelevant
kerem 2026-02-26 06:36:02 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@chaptergy commented on GitHub (Oct 31, 2021):

So it seems it is not available from the public internet for some reason or another. Do you have mutliple instances of npm and could have mixed them up in the DNS record? Or maybe a different nginx instance?

I have created a PR which adds a button to test the connection to your server, could you please switch to the following version of the docker image: jc21/nginx-proxy-manager:github-pr-1538 and press the button to see what the result is?

<!-- gh-comment-id:955717838 --> @chaptergy commented on GitHub (Oct 31, 2021): So it seems it is not available from the public internet for some reason or another. Do you have mutliple instances of npm and could have mixed them up in the DNS record? Or maybe a different nginx instance? I have created a PR which adds a button to test the connection to your server, could you please switch to the following version of the docker image: `jc21/nginx-proxy-manager:github-pr-1538` and press the button to see what the result is?
Author
Owner

@C-Fu commented on GitHub (Nov 2, 2021):

Same here. Renewing just won't work with some if not all expired certs.

Example from docker-compose logs:

nginxproxy       | Skipping.
nginxproxy       | Renewal configuration file /etc/letsencrypt/renewal/npm-3.conf is broken.
nginxproxy       | The error was: expected /etc/letsencrypt/live/npm-3/cert.pem to be a symlink
nginxproxy       | Skipping.
nginxproxy       | Renewal configuration file /etc/letsencrypt/renewal/npm-4.conf is broken.
nginxproxy       | The error was: expected /etc/letsencrypt/live/npm-4/cert.pem to be a symlink
nginxproxy       | Skipping.
nginxproxy       | Renewal configuration file /etc/letsencrypt/renewal/npm-5.conf is broken.
nginxproxy       | The error was: expected /etc/letsencrypt/live/npm-5/cert.pem to be a symlink
nginxproxy       | Skipping.
nginxproxy       | Renewal configuration file /etc/letsencrypt/renewal/npm-6.conf is broken.
nginxproxy       | The error was: expected /etc/letsencrypt/live/npm-6/cert.pem to be a symlink
nginxproxy       | Skipping.
nginxproxy       | Renewal configuration file /etc/letsencrypt/renewal/npm-7.conf is broken.
nginxproxy       | The error was: expected /etc/letsencrypt/live/npm-7/cert.pem to be a symlink
nginxproxy       | Skipping.
nginxproxy       | Renewal configuration file /etc/letsencrypt/renewal/npm-8.conf is broken.
nginxproxy       | The error was: expected /etc/letsencrypt/live/npm-8/cert.pem to be a symlink
nginxproxy       | Skipping.
nginxproxy       | Renewal configuration file /etc/letsencrypt/renewal/npm-9.conf is broken.
nginxproxy       | The error was: expected /etc/letsencrypt/live/npm-9/cert.pem to be a symlink
nginxproxy       | Skipping.
nginxproxy       | 0 renew failure(s), 22 parse failure(s)
nginxproxy       |     at ChildProcess.exithandler (node:child_process:397:12)
nginxproxy       |     at ChildProcess.emit (node:events:390:28)
nginxproxy       |     at maybeClose (node:internal/child_process:1064:16)
nginxproxy       |     at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)
<!-- gh-comment-id:957300107 --> @C-Fu commented on GitHub (Nov 2, 2021): Same here. Renewing just won't work with some if not all expired certs. Example from docker-compose logs: ``` nginxproxy | Skipping. nginxproxy | Renewal configuration file /etc/letsencrypt/renewal/npm-3.conf is broken. nginxproxy | The error was: expected /etc/letsencrypt/live/npm-3/cert.pem to be a symlink nginxproxy | Skipping. nginxproxy | Renewal configuration file /etc/letsencrypt/renewal/npm-4.conf is broken. nginxproxy | The error was: expected /etc/letsencrypt/live/npm-4/cert.pem to be a symlink nginxproxy | Skipping. nginxproxy | Renewal configuration file /etc/letsencrypt/renewal/npm-5.conf is broken. nginxproxy | The error was: expected /etc/letsencrypt/live/npm-5/cert.pem to be a symlink nginxproxy | Skipping. nginxproxy | Renewal configuration file /etc/letsencrypt/renewal/npm-6.conf is broken. nginxproxy | The error was: expected /etc/letsencrypt/live/npm-6/cert.pem to be a symlink nginxproxy | Skipping. nginxproxy | Renewal configuration file /etc/letsencrypt/renewal/npm-7.conf is broken. nginxproxy | The error was: expected /etc/letsencrypt/live/npm-7/cert.pem to be a symlink nginxproxy | Skipping. nginxproxy | Renewal configuration file /etc/letsencrypt/renewal/npm-8.conf is broken. nginxproxy | The error was: expected /etc/letsencrypt/live/npm-8/cert.pem to be a symlink nginxproxy | Skipping. nginxproxy | Renewal configuration file /etc/letsencrypt/renewal/npm-9.conf is broken. nginxproxy | The error was: expected /etc/letsencrypt/live/npm-9/cert.pem to be a symlink nginxproxy | Skipping. nginxproxy | 0 renew failure(s), 22 parse failure(s) nginxproxy | at ChildProcess.exithandler (node:child_process:397:12) nginxproxy | at ChildProcess.emit (node:events:390:28) nginxproxy | at maybeClose (node:internal/child_process:1064:16) nginxproxy | at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5) ```
Author
Owner

@chaptergy commented on GitHub (Nov 2, 2021):

@C-Fu Your problem is definitely something different than the original issue the author reported, please open a new issue for that.

<!-- gh-comment-id:957309233 --> @chaptergy commented on GitHub (Nov 2, 2021): @C-Fu Your problem is definitely something different than the original issue the author reported, please open a new issue for that.
Author
Owner

@Apollon77 commented on GitHub (Nov 2, 2021):

@chaptergy Will do the check tomorrow ... but in fact the services are all reachable from external via theirs domains and "al lot of traffic" goes to them and no other nginx is in between.

<!-- gh-comment-id:957427878 --> @Apollon77 commented on GitHub (Nov 2, 2021): @chaptergy Will do the check tomorrow ... but in fact the services are all reachable from external via theirs domains and "al lot of traffic" goes to them and no other nginx is in between.
Author
Owner

@Apollon77 commented on GitHub (Nov 2, 2021):

I was also able to check the URL from error message and always got an 404 from "OpenResty" (and I have nothing else then nginx-proxy-manager which should use that

<!-- gh-comment-id:957429738 --> @Apollon77 commented on GitHub (Nov 2, 2021): I was also able to check the URL from error message and always got an 404 from "OpenResty" (and I have nothing else then nginx-proxy-manager which should use that
Author
Owner

@chaptergy commented on GitHub (Nov 4, 2021):

Yeah the url should always return 404 and only return actual data for the short period the check is running. This means both when renewing certificates and when clicking on the test domains button.
Have you tried using the different image and clicking the test button? If so, what was the result?

<!-- gh-comment-id:960705562 --> @chaptergy commented on GitHub (Nov 4, 2021): Yeah the url should always return 404 and only return actual data for the short period the check is running. This means both when renewing certificates and when clicking on the test domains button. Have you tried using the different image and clicking the test button? If so, what was the result?
Author
Owner

@Apollon77 commented on GitHub (Nov 4, 2021):

I did ... result was all good ...
Bildschirmfoto 2021-11-04 um 16 19 44

trying exactly this host directly after the check gave ...

Letsencrypt Log
2021-11-04 15:22:55,464:DEBUG:certbot._internal.main:certbot version: 1.20.0
2021-11-04 15:22:55,464:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot
2021-11-04 15:22:55,464:DEBUG:certbot._internal.main:Arguments: ['--force-renewal', '--non-interactive', '--config', '/etc/letsencrypt.ini', '--cert-name', 'npm-3', '--preferred-challenges', 'dns,http', '--disable-hook-validation']
2021-11-04 15:22:55,464:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2021-11-04 15:22:55,473:DEBUG:certbot._internal.log:Root logging level set at 30
2021-11-04 15:22:55,474:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/npm-3.conf
2021-11-04 15:22:55,486:DEBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x7efc9d5caa90> and installer <certbot._internal.cli.cli_utils._Default object at 0x7efc9d5caa90>
2021-11-04 15:22:55,486:DEBUG:certbot._internal.cli:Var pref_challs=dns,http (set by user).
2021-11-04 15:22:55,486:DEBUG:certbot._internal.cli:Var key_type=ecdsa (set by user).
2021-11-04 15:22:55,486:DEBUG:certbot._internal.cli:Var elliptic_curve=secp384r1 (set by user).
2021-11-04 15:22:55,487:DEBUG:certbot._internal.cli:Var webroot_path=/data/letsencrypt-acme-challenge (set by user).
2021-11-04 15:22:55,487:DEBUG:certbot._internal.cli:Var webroot_map={'webroot_path'} (set by user).
2021-11-04 15:22:55,487:DEBUG:certbot._internal.cli:Var webroot_path=/data/letsencrypt-acme-challenge (set by user).
2021-11-04 15:22:55,496:DEBUG:certbot._internal.renewal:Auto-renewal forced with --force-renewal...
2021-11-04 15:22:55,496:INFO:certbot._internal.renewal:Non-interactive renewal: random delay of 160.79940595306712 seconds
2021-11-04 15:25:36,390:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2021-11-04 15:25:36,393:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot
Description: Place files in webroot directory
Interfaces: Authenticator, Plugin
Entry point: webroot = certbot._internal.plugins.webroot:Authenticator
Initialized: <certbot._internal.plugins.webroot.Authenticator object at 0x7efc9d59cfd0>
Prep: True
2021-11-04 15:25:36,393:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot._internal.plugins.webroot.Authenticator object at 0x7efc9d59cfd0> and installer None
2021-11-04 15:25:36,393:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None
2021-11-04 15:25:36,398:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/156548020', new_authzr_uri=None, terms_of_service=None), 54e8eefc691831cd903ff7a0ffc5749b, Meta(creation_dt=datetime.datetime(2021, 8, 10, 21, 18, 21, tzinfo=<UTC>), creation_host='553bc64577d9', register_to_eff=None))>
2021-11-04 15:25:36,398:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2021-11-04 15:25:36,400:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
2021-11-04 15:25:36,879:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 658
2021-11-04 15:25:36,879:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 04 Nov 2021 15:25:36 GMT
Content-Type: application/json
Content-Length: 658
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "RGHS070JSDc": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
  "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
  "meta": {
    "caaIdentities": [
      "letsencrypt.org"
    ],
    "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf",
    "website": "https://letsencrypt.org"
  },
  "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
  "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
  "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
  "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
}
2021-11-04 15:25:36,880:DEBUG:certbot._internal.display.obj:Notifying user: Renewing an existing certificate for charts.zwave-js.io and stats.zwave-js.io
2021-11-04 15:25:36,896:DEBUG:certbot.crypto_util:Generating ECDSA key (2048 bits): /etc/letsencrypt/keys/3093_key-certbot.pem
2021-11-04 15:25:36,912:DEBUG:certbot.crypto_util:Creating CSR: /etc/letsencrypt/csr/3093_csr-certbot.pem
2021-11-04 15:25:36,913:DEBUG:acme.client:Requesting fresh nonce
2021-11-04 15:25:36,913:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
2021-11-04 15:25:37,066:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
2021-11-04 15:25:37,066:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 04 Nov 2021 15:25:36 GMT
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 010246eGWYMU9SiDe2Rd92cZsftBGpN4M1tLD3WE9stMLQo
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800


2021-11-04 15:25:37,067:DEBUG:acme.client:Storing nonce: 010246eGWYMU9SiDe2Rd92cZsftBGpN4M1tLD3WE9stMLQo
2021-11-04 15:25:37,067:DEBUG:acme.client:JWS payload:
b'{\n  "identifiers": [\n    {\n      "type": "dns",\n      "value": "charts.zwave-js.io"\n    },\n    {\n      "type": "dns",\n      "value": "stats.zwave-js.io"\n    }\n  ]\n}'
2021-11-04 15:25:37,068:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDI0NmVHV1lNVTlTaURlMlJkOTJjWnNmdEJHcE40TTF0TEQzV0U5c3RNTFFvIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctb3JkZXIifQ",
  "signature": "k8ERi6cneUrxgrHtSsQEu9MXeB4oVKKOwo1p6TMWi8ny1GY5mkwGCjsdRsUE_Y_rX2JOTM31hEBPc8mCKAEsBFHgwwYpBb0A8sIWJAMu8KgWpSdovRQfNwVHtUAV8HxoD277J2pXMI6TMIyyax98nUHEl9Pgpe3k90x8evToRyR6OUjms7RNIHa5v7T-2giLSF7GTzrZb-ptWurWNwCF6tr5RZAHc_vuIWf0-Z05W1MoWoDfJqDsTW5DDsnUDFvSwL4cJbmb5CjVtYpa_JmKVGelxJCOfB7GL6ut6rDzen8zeq5W_AFkaGrnZvQzipp0aApJOK3Gf3Vesx9zXCsFVw",
  "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImNoYXJ0cy56d2F2ZS1qcy5pbyIKICAgIH0sCiAgICB7CiAgICAgICJ0eXBlIjogImRucyIsCiAgICAgICJ2YWx1ZSI6ICJzdGF0cy56d2F2ZS1qcy5pbyIKICAgIH0KICBdCn0"
}
2021-11-04 15:25:37,412:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 480
2021-11-04 15:25:37,412:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Date: Thu, 04 Nov 2021 15:25:37 GMT
Content-Type: application/json
Content-Length: 480
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/156548020/37096133820
Replay-Nonce: 01017dt-hd1Zoq3Trt-AyFOENMPBJnb_Ct-iNPRqgs4TGGs
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "status": "pending",
  "expires": "2021-11-11T15:25:37Z",
  "identifiers": [
    {
      "type": "dns",
      "value": "charts.zwave-js.io"
    },
    {
      "type": "dns",
      "value": "stats.zwave-js.io"
    }
  ],
  "authorizations": [
    "https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240",
    "https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303250"
  ],
  "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/156548020/37096133820"
}
2021-11-04 15:25:37,412:DEBUG:acme.client:Storing nonce: 01017dt-hd1Zoq3Trt-AyFOENMPBJnb_Ct-iNPRqgs4TGGs
2021-11-04 15:25:37,413:DEBUG:acme.client:JWS payload:
b''
2021-11-04 15:25:37,414:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDE3ZHQtaGQxWm9xM1RydC1BeUZPRU5NUEJKbmJfQ3QtaU5QUnFnczRUR0dzIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI0MCJ9",
  "signature": "olCTb-OpRHkjO5sLZmGrgQwqxHGA8MPkVtZpRVh1vK31UYZvos-ThcXUeRmU0nxtx4cJAxkzBF4NLkYks-WXiYnCq0bS9bUeC7czr_UavunZIWkf-VxYTXGfQQlrwZZyedVFu5d-305BP1NTDarBHcmNwV0H3yABQpWL2qDFaVY1xwNNdeD9gzr8nxQ6_mM3R2zvrsW2NMhJ8vN2j2mkJv1Spbr1tL2WWnu24z07gdjSOOWRXSZz7lx0rll4A0T76zdsgFXsSGG7bGb6waVxBDNal8wPYql_Ck6QtVLtQhmA1N7w-6_K8ylmrEw7NwQzXwMY2dKrC8xRwEU6qjG27w",
  "payload": ""
}
2021-11-04 15:25:37,597:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303240 HTTP/1.1" 200 799
2021-11-04 15:25:37,597:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 04 Nov 2021 15:25:37 GMT
Content-Type: application/json
Content-Length: 799
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 01025ReaZclTP_un0KYz0Aet6jzXoMc0vkoMgH3hCA0_ucA
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "charts.zwave-js.io"
  },
  "status": "pending",
  "expires": "2021-11-11T15:25:37Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/K8mXFQ",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/rBVlGg",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
    }
  ]
}
2021-11-04 15:25:37,597:DEBUG:acme.client:Storing nonce: 01025ReaZclTP_un0KYz0Aet6jzXoMc0vkoMgH3hCA0_ucA
2021-11-04 15:25:37,597:DEBUG:acme.client:JWS payload:
b''
2021-11-04 15:25:37,598:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303250:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDI1UmVhWmNsVFBfdW4wS1l6MEFldDZqelhvTWMwdmtvTWdIM2hDQTBfdWNBIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI1MCJ9",
  "signature": "YoXtITGMePa0T4H6sMbEdrGzkUe-9eq6oAqFibZcf-IYO-apKHfZlvJiXoiQeEo9XBNqqRAesYDo2QqgmmwySCKSuNDCAtSJXuj_vokQLDbFVGEiO49bp-Wa325rfP-r1KTDSCsdPerV0145xp6NjAn__1EWRBn3EXE2A6HPQvbJYRvNhzxguHhToyvc2hLC3EcFZqvcG8KfpUu4ZPmTNrnRYhKv74QKizyUvqBGaeWgdsBR4fUhfP9F19FF_uPV0aq-aHr6DWmrR1-z7FJXV6t9I4PA8jvMg_NgsEJkmEENVxWkt8Lgp727zjGZ1awB4g7ByfAfk8Wps5dXtmx9uQ",
  "payload": ""
}
2021-11-04 15:25:37,801:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303250 HTTP/1.1" 200 798
2021-11-04 15:25:37,802:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 04 Nov 2021 15:25:37 GMT
Content-Type: application/json
Content-Length: 798
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 01015lz9GAndX7md_-OoKQ18XO49VvJn7k-goTth0fQdzSY
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "stats.zwave-js.io"
  },
  "status": "pending",
  "expires": "2021-11-11T15:25:37Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww",
      "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/Cmt58Q",
      "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/wmc27g",
      "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE"
    }
  ]
}
2021-11-04 15:25:37,802:DEBUG:acme.client:Storing nonce: 01015lz9GAndX7md_-OoKQ18XO49VvJn7k-goTth0fQdzSY
2021-11-04 15:25:37,802:INFO:certbot._internal.auth_handler:Performing the following challenges:
2021-11-04 15:25:37,802:INFO:certbot._internal.auth_handler:http-01 challenge for charts.zwave-js.io
2021-11-04 15:25:37,802:INFO:certbot._internal.auth_handler:http-01 challenge for stats.zwave-js.io
2021-11-04 15:25:37,802:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains.
2021-11-04 15:25:37,803:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge
2021-11-04 15:25:37,803:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge
2021-11-04 15:25:37,803:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys
2021-11-04 15:25:37,804:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE
2021-11-04 15:25:37,804:DEBUG:acme.client:JWS payload:
b'{}'
2021-11-04 15:25:37,805:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDE1bHo5R0FuZFg3bWRfLU9vS1ExOFhPNDlWdkpuN2stZ29UdGgwZlFkelNZIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbC12My80NjE4MDMwMzI0MC93VmtDTUEifQ",
  "signature": "f638bKclh1abR68gmhCHNseF4rsXHda_ugzvelDZC1yWBGroC3mTV3elNVQGf1c5Q1G-6Kwmmmgh-s9tmgMbj3luLQTvPjgPvv-_FttkmtTWGpoDp6tQM6PJsx5xxbYo9id_ue2EB6fkVexjjiOTFqbWYIheDTWDy8g7hHoRypAc35nYUfSPIvuxAlObdz_XA-NQ7WKIrM3CIXmT7LszPX6Qo2H75fCJ3KjXrfP5E5Vdfij1dPhAEg4P9JvNMGpKRcWMpVxEBk51BNNOhEutnVU9aXSJJL3B_bUr-olK7hE4jihdwBzvhZXArUAnxA47fj39VpPGB156Jlo96d8c8w",
  "payload": "e30"
}
2021-11-04 15:25:38,040:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall-v3/46180303240/wVkCMA HTTP/1.1" 200 186
2021-11-04 15:25:38,041:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 04 Nov 2021 15:25:37 GMT
Content-Type: application/json
Content-Length: 186
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240>;rel="up"
Location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA
Replay-Nonce: 0102uC6N66aQHeLcGcFRpNfonqGFWs-04S-JM5sHCA4G3bg
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "type": "http-01",
  "status": "pending",
  "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA",
  "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
}
2021-11-04 15:25:38,041:DEBUG:acme.client:Storing nonce: 0102uC6N66aQHeLcGcFRpNfonqGFWs-04S-JM5sHCA4G3bg
2021-11-04 15:25:38,041:DEBUG:acme.client:JWS payload:
b'{}'
2021-11-04 15:25:38,042:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDJ1QzZONjZhUUhlTGNHY0ZScE5mb25xR0ZXcy0wNFMtSk01c0hDQTRHM2JnIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbC12My80NjE4MDMwMzI1MC9Pb0Q4V3cifQ",
  "signature": "YvG5Xe9yv5LW2YZ8ShV7UJl8a8YC8Nnsyavh3fnmv7BdLCqIFBdTSDBzzENr6PIgdXcID4L5lV2CMXNfWF2nvm3p1WiZ84uD9PXmdi-26sxgFPgSkb-7ODu-04Cd8hMhMT2uqkamSvEoX9h9K3sstbdtq1ObTYnz9AAmQg0wUgRk0KRSjNlLNp_yJt2WFo-vfdODrAhprhFj_LptyZ5aFwTnCOazIHcz6r-hInZh8C9biVJq7QvF7R5W2msRGLbETpSbfU4oNWWW8laM3hcnxToEqMUxmb0K_Kyg7TWx5cGVo1EK-5NV3VcYInI2LLwycSENFXpY8wdqQQP4AnRlrw",
  "payload": "e30"
}
2021-11-04 15:25:38,258:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall-v3/46180303250/OoD8Ww HTTP/1.1" 200 186
2021-11-04 15:25:38,258:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 04 Nov 2021 15:25:38 GMT
Content-Type: application/json
Content-Length: 186
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303250>;rel="up"
Location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww
Replay-Nonce: 0101aBDQDTM4tO7WNARMNqITHxYaHuIZc2VT-V2sQtowSQI
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "type": "http-01",
  "status": "pending",
  "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww",
  "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE"
}
2021-11-04 15:25:38,258:DEBUG:acme.client:Storing nonce: 0101aBDQDTM4tO7WNARMNqITHxYaHuIZc2VT-V2sQtowSQI
2021-11-04 15:25:38,258:INFO:certbot._internal.auth_handler:Waiting for verification...
2021-11-04 15:25:39,260:DEBUG:acme.client:JWS payload:
b''
2021-11-04 15:25:39,261:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDFhQkRRRFRNNHRPN1dOQVJNTnFJVEh4WWFIdUlaYzJWVC1WMnNRdG93U1FJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI0MCJ9",
  "signature": "mFmh2mohPxHNfRJHM7X4fPEQrXRK9nE8eXJ4hCmf2TW7oY7PuvAGa2j_TzDekIWNCplSjiYEKJM0Nt5ZAcvPZTyJqFuKP2_hQBSmVWAR61vLfD8GYL3INVx_Sys0zKyB1ysuBGtnExGXHjWGY6STWL5q00c0Qm7HLS3LVKqslkpm1yJWMN_dzG9AnWLUXIJJz9SLhwRdWWnK5euqCtEzOGF6LKqYkOINOuq-92kXx-WdVlYmHfkTUY0JqWQqIzubZEgNJSAH5oh-WbHkQL7W4TA83uOzjWn-fSkWL6oO3_t7TT3AU5AlN8bLrYP0mLiEYo_8cVmAFZIqK6p9ubBuxg",
  "payload": ""
}
2021-11-04 15:25:39,447:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303240 HTTP/1.1" 200 799
2021-11-04 15:25:39,447:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 04 Nov 2021 15:25:39 GMT
Content-Type: application/json
Content-Length: 799
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0101G0631sGXM2DvlORqfx2RNNN_sm7eAJetWw8XmigFYRc
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "charts.zwave-js.io"
  },
  "status": "pending",
  "expires": "2021-11-11T15:25:37Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/K8mXFQ",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/rBVlGg",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
    }
  ]
}
2021-11-04 15:25:39,447:DEBUG:acme.client:Storing nonce: 0101G0631sGXM2DvlORqfx2RNNN_sm7eAJetWw8XmigFYRc
2021-11-04 15:25:39,447:DEBUG:acme.client:JWS payload:
b''
2021-11-04 15:25:39,448:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303250:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDFHMDYzMXNHWE0yRHZsT1JxZngyUk5OTl9zbTdlQUpldFd3OFhtaWdGWVJjIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI1MCJ9",
  "signature": "bQ2CL5X2fwHZqbIXTw1BsGXp_Sw4MWPeKlpyige2fWCEX2ugwTGJj_geLBFm1-Q8j1UQgkVHw63eQUu4-VqVgw6ioukBXaL6sOdVITIF77KfxG-25r02uZlFgknwqsv7PMol-4nKseDhraXqg_GnJ9cnnZVTfG4V4jSgFB7eYKHdh6tYvb4kLvJ7AtYoNmi_TWRprt6UKE-DWd3_b3KwA7nh3vTdt8DQmy9QQ-2aRgR3lpQcLB5oOyqNy88_rltAwleKn1JgyB5P8ucSiqu2mRt2lyFZ9CP7599oZPsW8oZwHrxwi7t8ISi5IPaDzIQE-jXMQKuk8FyYLcDS8q-SVA",
  "payload": ""
}
2021-11-04 15:25:39,636:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303250 HTTP/1.1" 200 798
2021-11-04 15:25:39,637:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 04 Nov 2021 15:25:39 GMT
Content-Type: application/json
Content-Length: 798
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0102D_gm3I_xeH5aFdd3yapGO9fiR4zzuLowLqQK2bmX24A
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "stats.zwave-js.io"
  },
  "status": "pending",
  "expires": "2021-11-11T15:25:37Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww",
      "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/Cmt58Q",
      "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/wmc27g",
      "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE"
    }
  ]
}
2021-11-04 15:25:39,637:DEBUG:acme.client:Storing nonce: 0102D_gm3I_xeH5aFdd3yapGO9fiR4zzuLowLqQK2bmX24A
2021-11-04 15:25:42,639:DEBUG:acme.client:JWS payload:
b''
2021-11-04 15:25:42,640:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDJEX2dtM0lfeGVINWFGZGQzeWFwR085ZmlSNHp6dUxvd0xxUUsyYm1YMjRBIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI0MCJ9",
  "signature": "gWxzOf-OLyKXeq1D3nkQRh_U6cn_tzj1nBoUjdnYeDzvf614x-K5sFWo86t3KclBbVGR4RnlhnqJ_IT9dlVImGDxn7GirwLGB8-H2drxLt_ZZ7oGtWYwTUDT5twm-kF-nL9d87AMDVZOuXNHnzvGq1kobKVtf-Vr3al6F0n0QGArb36j79iSmYI454LuRzWG0F886JHbwZqnJCAopvjdp2e6F8FtIvMEiNlPaQQlmoCAZwL51YTa0uCbRMY64zscT_MoGZ27n-Uo4oKUsLnJixiE06RpE51dE1D15uIWWIjzmeuIY7Ti9oLfVlgKhuIH7LirayxySXAOwjrvnJNWbQ",
  "payload": ""
}
2021-11-04 15:25:42,833:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303240 HTTP/1.1" 200 799
2021-11-04 15:25:42,833:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 04 Nov 2021 15:25:42 GMT
Content-Type: application/json
Content-Length: 799
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0101hiDaSd24EXUoT4dVfCvH060WZKRxXGCJL6esVpm6WZI
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "charts.zwave-js.io"
  },
  "status": "pending",
  "expires": "2021-11-11T15:25:37Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/K8mXFQ",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/rBVlGg",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
    }
  ]
}
2021-11-04 15:25:42,833:DEBUG:acme.client:Storing nonce: 0101hiDaSd24EXUoT4dVfCvH060WZKRxXGCJL6esVpm6WZI
2021-11-04 15:25:42,833:DEBUG:acme.client:JWS payload:
b''
2021-11-04 15:25:42,835:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303250:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDFoaURhU2QyNEVYVW9UNGRWZkN2SDA2MFdaS1J4WEdDSkw2ZXNWcG02V1pJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI1MCJ9",
  "signature": "rv9gdg5VsgZB8eAej3ozWSA6hNlF0Z4oCvYM4IIaNrBvzrYZW2P5RfohxXpcBjWRgBQc8ULQjLDn6gIQVRhQIuL597VwKdO4Xl3twJf0s7HQt-NkvaoZ0XBrTRTvAOiJothTWP6xdXZk0Gw7AOnOVHuQl-U0LGpjqOafYHR8ltSfKs3yuZf_kekqU5e9lSh36CAbEZfFjgSZwTXUR2sUSxPAIeNnDbhj_MiSxg0EgIRlBibAyBl-Eb3DKKe2e-lmgPHEGhSzxDJ06K8VqiQ6RDsMZSDeOTiu915F2Sxh36hB3abkrEemSBr2OpmUpxbx2O3BVnIwlBGtoCiLiD_JGg",
  "payload": ""
}
2021-11-04 15:25:43,021:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303250 HTTP/1.1" 200 798
2021-11-04 15:25:43,022:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 04 Nov 2021 15:25:42 GMT
Content-Type: application/json
Content-Length: 798
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 01021hfXyOsUzLXvNYf_BnlWuXU01QTxilSfn5seVvANeZY
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "stats.zwave-js.io"
  },
  "status": "pending",
  "expires": "2021-11-11T15:25:37Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww",
      "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/Cmt58Q",
      "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/wmc27g",
      "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE"
    }
  ]
}
2021-11-04 15:25:43,022:DEBUG:acme.client:Storing nonce: 01021hfXyOsUzLXvNYf_BnlWuXU01QTxilSfn5seVvANeZY
2021-11-04 15:25:46,023:DEBUG:acme.client:JWS payload:
b''
2021-11-04 15:25:46,024:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDIxaGZYeU9zVXpMWHZOWWZfQm5sV3VYVTAxUVR4aWxTZm41c2VWdkFOZVpZIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI0MCJ9",
  "signature": "DWbNLuk9Trn5NixgVS3Q0uEMY_f4cun-JI21Hu-ppDjQLOIkNK9Fade3vC1KI5fYD4xz1eQeE83mN_4WczN0d6rGdWy23qY8WABw9sDX5Ydw-_hxgnerEb9LzVVhbqVsRnLDgW4XiWNjQ_U1pmG19f0jTIFkSr1skt2HICYeDCoWKRIfz2-GBri4TugCJ-abInO1oFqEVe_2vqtS3jHY9F-AVERbsiTKgUuTPAsoYg-UskQqZ0-FJe_8W51Uk1epESq7PtU0OUfPPrEGF5wQ0F_8jytwNIpGyMHWWYF2OaSKKBo_C2qGT-TPyA0PDsQBxPyORaFXT6YW549vGws27A",
  "payload": ""
}
2021-11-04 15:25:46,222:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303240 HTTP/1.1" 200 799
2021-11-04 15:25:46,222:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 04 Nov 2021 15:25:46 GMT
Content-Type: application/json
Content-Length: 799
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0102ObrNsxvRum5W6B1TO-ZdApUTZRgFlJR0Ev5LC_7r_EI
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "charts.zwave-js.io"
  },
  "status": "pending",
  "expires": "2021-11-11T15:25:37Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/K8mXFQ",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/rBVlGg",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
    }
  ]
}
2021-11-04 15:25:46,222:DEBUG:acme.client:Storing nonce: 0102ObrNsxvRum5W6B1TO-ZdApUTZRgFlJR0Ev5LC_7r_EI
2021-11-04 15:25:46,222:DEBUG:acme.client:JWS payload:
b''
2021-11-04 15:25:46,223:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303250:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDJPYnJOc3h2UnVtNVc2QjFUTy1aZEFwVVRaUmdGbEpSMEV2NUxDXzdyX0VJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI1MCJ9",
  "signature": "XgNbR480I_vy04QaWIkM_OyLgpImkWpcXmAtAJI3h3O6MU9yHleLogHTOnoyFbxPMsv6gxTBr_CTTIAPqBUlfyXMnwL7qwjg8tv-g8P9j78BAro792jCbvRmhHCjNTc9dO4c3KQKqwu_gTaDjbCkBy9V_oIxcDrRBzpUz62-vDLrgE_AJzuNFHQGhlhmZxPXqAIKu23e5PU-y4xOP66QhwbcUIfa3H_coi_1swlH2Po5VGcthNTTAQGyBQC1x1dw4Q6pYQZiqzvYhGaM6oyBr0aSzGN9wwq_zF5xC86IyLfo7SL2Y829349Apk6N36JIqjWSLD7SGTs0gDffdj8ApQ",
  "payload": ""
}
2021-11-04 15:25:46,415:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303250 HTTP/1.1" 200 798
2021-11-04 15:25:46,416:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 04 Nov 2021 15:25:46 GMT
Content-Type: application/json
Content-Length: 798
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0101HkezWZivCwsVrJZFnyA4Jgc8vS6cKlRawUDXeb1sc1U
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "stats.zwave-js.io"
  },
  "status": "pending",
  "expires": "2021-11-11T15:25:37Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww",
      "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/Cmt58Q",
      "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/wmc27g",
      "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE"
    }
  ]
}
2021-11-04 15:25:46,416:DEBUG:acme.client:Storing nonce: 0101HkezWZivCwsVrJZFnyA4Jgc8vS6cKlRawUDXeb1sc1U
2021-11-04 15:25:49,418:DEBUG:acme.client:JWS payload:
b''
2021-11-04 15:25:49,419:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDFIa2V6V1ppdkN3c1ZySlpGbnlBNEpnYzh2UzZjS2xSYXdVRFhlYjFzYzFVIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI0MCJ9",
  "signature": "LWFrsgzht0y4skDgefrTrNEdZL9umi12zlS33hT8uWP6Lsd5atU9B4A_w-W1QDt-4waF3n1tT41gM8CS6Z7bL9fJYR09zEtWUxbs-TgD0T2l85JKnpZlsXTziF9KlB-1OgYQ-AP1x47J2nTxgJlSF72dE9qyv4EX0E4A6uJXSLEyc_aJ6KU_UE1Se-HRpmcDTIyYCnZ_AdmFBvtsqOL7VR4DS0Cu1Zd9D3zgT92rmR6Ipy7NrMfxdCw1D3P6qH1ioNUzz4iAtxx7nlJQu3qvfNNe2qGJEA7XueeQffXQRy69ol8m8s89jzw-I-zir_kioPeHBFXg3ojccwE6nfgaYA",
  "payload": ""
}
2021-11-04 15:25:49,622:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303240 HTTP/1.1" 200 799
2021-11-04 15:25:49,623:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 04 Nov 2021 15:25:49 GMT
Content-Type: application/json
Content-Length: 799
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0101mkqHBT-QZNciTX66Z0uCSTTwX7dAKv-yPm8HT37byho
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "charts.zwave-js.io"
  },
  "status": "pending",
  "expires": "2021-11-11T15:25:37Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
    },
    {
      "type": "dns-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/K8mXFQ",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
    },
    {
      "type": "tls-alpn-01",
      "status": "pending",
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/rBVlGg",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys"
    }
  ]
}
2021-11-04 15:25:49,623:DEBUG:acme.client:Storing nonce: 0101mkqHBT-QZNciTX66Z0uCSTTwX7dAKv-yPm8HT37byho
2021-11-04 15:25:49,623:DEBUG:acme.client:JWS payload:
b''
2021-11-04 15:25:49,624:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303250:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDFta3FIQlQtUVpOY2lUWDY2WjB1Q1NUVHdYN2RBS3YteVBtOEhUMzdieWhvIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI1MCJ9",
  "signature": "K_HAfhC4ccAaVTvcAtloqHG4vO6VO_LQ8yjwSS0x2OVVvgtVKVXioe_qOZZvplVd1pSlvsr2fpwB0Y5NXLWoaCj9suZuKZi08ldmRdcfV46UUvqKgg0pOSGfTVegTq_dv2iC8BhFnvQiwFux0hvlQVW95kX3d6UcXddNZOf2MFC-NrbDq_P2_tMqK-dbeBS3nyIPLvgDaNHJKjWsFSAutuuqZjpCMIxoWwefrlMt8ka_GmVTr8itroqroBBZYyUwM-pGgeI0W5VI3zPlbbjAwm-HZdC8XFcOMeAPacm4YGlXrxARI5giKN3KO-1nHa3jLZY_AYD31vkNvCKyx7CGVA",
  "payload": ""
}
2021-11-04 15:25:49,846:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303250 HTTP/1.1" 200 1889
2021-11-04 15:25:49,847:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 04 Nov 2021 15:25:49 GMT
Content-Type: application/json
Content-Length: 1889
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0102huM1PMc0I7Dcx8fw5ed8kWO-Y-Te5elFViPbqaCsYGs
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "stats.zwave-js.io"
  },
  "status": "invalid",
  "expires": "2021-11-11T15:25:37Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "invalid",
      "error": {
        "type": "urn:ietf:params:acme:error:connection",
        "detail": "Fetching https://stats.zwave-js.io/.well-known/acme-challenge/_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE: Timeout during connect (likely firewall problem)",
        "status": 400
      },
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww",
      "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE",
      "validationRecord": [
        {
          "url": "http://stats.zwave-js.io/.well-known/acme-challenge/_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE",
          "hostname": "stats.zwave-js.io",
          "port": "80",
          "addressesResolved": [
            "134.3.35.157",
            "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
          ],
          "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
        },
        {
          "url": "http://stats.zwave-js.io/.well-known/acme-challenge/_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE",
          "hostname": "stats.zwave-js.io",
          "port": "80",
          "addressesResolved": [
            "134.3.35.157",
            "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
          ],
          "addressUsed": "134.3.35.157"
        },
        {
          "url": "https://stats.zwave-js.io/.well-known/acme-challenge/_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE",
          "hostname": "stats.zwave-js.io",
          "port": "443",
          "addressesResolved": [
            "134.3.35.157",
            "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
          ],
          "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
        }
      ],
      "validated": "2021-11-04T15:25:38Z"
    }
  ]
}
2021-11-04 15:25:49,847:DEBUG:acme.client:Storing nonce: 0102huM1PMc0I7Dcx8fw5ed8kWO-Y-Te5elFViPbqaCsYGs
2021-11-04 15:25:49,847:INFO:certbot._internal.auth_handler:Challenge failed for domain stats.zwave-js.io
2021-11-04 15:25:52,850:DEBUG:acme.client:JWS payload:
b''
2021-11-04 15:25:52,852:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240:
{
  "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDJodU0xUE1jMEk3RGN4OGZ3NWVkOGtXTy1ZLVRlNWVsRlZpUGJxYUNzWUdzIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI0MCJ9",
  "signature": "a9jjXXalFVltuwhjRaLjQfGwKngcaoWeJDNlteF1hJBgJL9pckJt0KjQvy2W2wtdLfT9-RIiIIwJ5BZrj-eTHZiNE6xl-kID5tG_RCR9fNER0WTV8aRnS_IUPygOs8PZUCInOmGYDtase4jOLaob-9T21AvtxXzPoP_O1Z9xvPA6RSoAaClTibeyzxgNj4TCAHBriZVQx5G3Rf5L_GxCwdgmPrTnfNaxnKOcnNcqatVdQJDhzz8gR0svFIQewCaLInvXhbpKLQRNJgcRCsj3yOCkfNPKjPP7rdFfKw0VrybFjKDDHyVXTFHketUObJ0w6UsSUNkYmK31YkPXe4MRrg",
  "payload": ""
}
2021-11-04 15:25:53,053:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303240 HTTP/1.1" 200 1878
2021-11-04 15:25:53,053:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Thu, 04 Nov 2021 15:25:52 GMT
Content-Type: application/json
Content-Length: 1878
Connection: keep-alive
Boulder-Requester: 156548020
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0101rkmGseFUgS61nHfHM7TN3QlEdUlVFtGnE9fPscnbkFE
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

{
  "identifier": {
    "type": "dns",
    "value": "charts.zwave-js.io"
  },
  "status": "invalid",
  "expires": "2021-11-11T15:25:37Z",
  "challenges": [
    {
      "type": "http-01",
      "status": "invalid",
      "error": {
        "type": "urn:ietf:params:acme:error:connection",
        "detail": "Fetching https://charts.zwave-js.io/.well-known/acme-challenge/gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys: Error getting validation data",
        "status": 400
      },
      "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA",
      "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys",
      "validationRecord": [
        {
          "url": "http://charts.zwave-js.io/.well-known/acme-challenge/gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys",
          "hostname": "charts.zwave-js.io",
          "port": "80",
          "addressesResolved": [
            "134.3.35.157",
            "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
          ],
          "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
        },
        {
          "url": "http://charts.zwave-js.io/.well-known/acme-challenge/gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys",
          "hostname": "charts.zwave-js.io",
          "port": "80",
          "addressesResolved": [
            "134.3.35.157",
            "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
          ],
          "addressUsed": "134.3.35.157"
        },
        {
          "url": "https://charts.zwave-js.io/.well-known/acme-challenge/gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys",
          "hostname": "charts.zwave-js.io",
          "port": "443",
          "addressesResolved": [
            "134.3.35.157",
            "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
          ],
          "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d"
        }
      ],
      "validated": "2021-11-04T15:25:37Z"
    }
  ]
}
2021-11-04 15:25:53,053:DEBUG:acme.client:Storing nonce: 0101rkmGseFUgS61nHfHM7TN3QlEdUlVFtGnE9fPscnbkFE
2021-11-04 15:25:53,054:INFO:certbot._internal.auth_handler:Challenge failed for domain charts.zwave-js.io
2021-11-04 15:25:53,054:INFO:certbot._internal.auth_handler:http-01 challenge for stats.zwave-js.io
2021-11-04 15:25:53,054:INFO:certbot._internal.auth_handler:http-01 challenge for charts.zwave-js.io
2021-11-04 15:25:53,054:DEBUG:certbot._internal.display.obj:Notifying user: 
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
  Domain: stats.zwave-js.io
  Type:   connection
  Detail: Fetching https://stats.zwave-js.io/.well-known/acme-challenge/_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE: Timeout during connect (likely firewall problem)

  Domain: charts.zwave-js.io
  Type:   connection
  Detail: Fetching https://charts.zwave-js.io/.well-known/acme-challenge/gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys: Error getting validation data

Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.

2021-11-04 15:25:53,054:DEBUG:certbot._internal.error_handler:Encountered exception:
Traceback (most recent call last):
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 90, in handle_authorizations
    self._poll_authorizations(authzrs, max_retries, best_effort)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 178, in _poll_authorizations
    raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.

2021-11-04 15:25:53,054:DEBUG:certbot._internal.error_handler:Calling registered functions
2021-11-04 15:25:53,054:INFO:certbot._internal.auth_handler:Cleaning up challenges
2021-11-04 15:25:53,054:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys
2021-11-04 15:25:53,055:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE
2021-11-04 15:25:53,055:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up
2021-11-04 15:25:53,055:ERROR:certbot._internal.renewal:Failed to renew certificate npm-3 with error: Some challenges have failed.
2021-11-04 15:25:53,056:DEBUG:certbot._internal.renewal:Traceback was:
Traceback (most recent call last):
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/renewal.py", line 475, in handle_renewal_request
    main.renew_cert(lineage_config, plugins, renewal_candidate)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1386, in renew_cert
    renewed_lineage = _get_and_save_cert(le_client, config, lineage=lineage)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 122, in _get_and_save_cert
    renewal.renew_cert(config, domains, le_client, lineage)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/renewal.py", line 335, in renew_cert
    new_cert, new_chain, new_key, _ = le_client.obtain_certificate(domains, new_key)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 384, in obtain_certificate
    orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 434, in _get_order_and_authorizations
    authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 90, in handle_authorizations
    self._poll_authorizations(authzrs, max_retries, best_effort)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 178, in _poll_authorizations
    raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.

2021-11-04 15:25:53,056:DEBUG:certbot._internal.display.obj:Notifying user: 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2021-11-04 15:25:53,056:ERROR:certbot._internal.renewal:All renewals failed. The following certificates could not be renewed:
2021-11-04 15:25:53,056:ERROR:certbot._internal.renewal:  /etc/letsencrypt/live/npm-3/fullchain.pem (failure)
2021-11-04 15:25:53,056:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2021-11-04 15:25:53,056:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
  File "/opt/certbot/bin/certbot", line 8, in <module>
    sys.exit(main())
  File "/opt/certbot/lib/python3.7/site-packages/certbot/main.py", line 15, in main
    return internal_main.main(cli_args)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1574, in main
    return config.func(config, plugins)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1460, in renew
    renewal.handle_renewal_request(config)
  File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/renewal.py", line 501, in handle_renewal_request
    len(renew_failures), len(parse_failures)))
certbot.errors.Error: 1 renew failure(s), 0 parse failure(s)
2021-11-04 15:25:53,056:ERROR:certbot._internal.log:1 renew failure(s), 0 parse failure(s)
[root@docker-a321f4a68154:/var/log/letsencrypt]# 
<!-- gh-comment-id:961153602 --> @Apollon77 commented on GitHub (Nov 4, 2021): I did ... result was all good ... ![Bildschirmfoto 2021-11-04 um 16 19 44](https://user-images.githubusercontent.com/11976694/140349065-532135ce-353a-4c59-913e-e68677c21611.png) trying exactly this host directly after the check gave ... <details><summary>Letsencrypt Log</summary> ``` 2021-11-04 15:22:55,464:DEBUG:certbot._internal.main:certbot version: 1.20.0 2021-11-04 15:22:55,464:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot 2021-11-04 15:22:55,464:DEBUG:certbot._internal.main:Arguments: ['--force-renewal', '--non-interactive', '--config', '/etc/letsencrypt.ini', '--cert-name', 'npm-3', '--preferred-challenges', 'dns,http', '--disable-hook-validation'] 2021-11-04 15:22:55,464:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) 2021-11-04 15:22:55,473:DEBUG:certbot._internal.log:Root logging level set at 30 2021-11-04 15:22:55,474:DEBUG:certbot._internal.display.obj:Notifying user: Processing /etc/letsencrypt/renewal/npm-3.conf 2021-11-04 15:22:55,486:DEBUG:certbot._internal.plugins.selection:Requested authenticator <certbot._internal.cli.cli_utils._Default object at 0x7efc9d5caa90> and installer <certbot._internal.cli.cli_utils._Default object at 0x7efc9d5caa90> 2021-11-04 15:22:55,486:DEBUG:certbot._internal.cli:Var pref_challs=dns,http (set by user). 2021-11-04 15:22:55,486:DEBUG:certbot._internal.cli:Var key_type=ecdsa (set by user). 2021-11-04 15:22:55,486:DEBUG:certbot._internal.cli:Var elliptic_curve=secp384r1 (set by user). 2021-11-04 15:22:55,487:DEBUG:certbot._internal.cli:Var webroot_path=/data/letsencrypt-acme-challenge (set by user). 2021-11-04 15:22:55,487:DEBUG:certbot._internal.cli:Var webroot_map={'webroot_path'} (set by user). 2021-11-04 15:22:55,487:DEBUG:certbot._internal.cli:Var webroot_path=/data/letsencrypt-acme-challenge (set by user). 2021-11-04 15:22:55,496:DEBUG:certbot._internal.renewal:Auto-renewal forced with --force-renewal... 2021-11-04 15:22:55,496:INFO:certbot._internal.renewal:Non-interactive renewal: random delay of 160.79940595306712 seconds 2021-11-04 15:25:36,390:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None 2021-11-04 15:25:36,393:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot Description: Place files in webroot directory Interfaces: Authenticator, Plugin Entry point: webroot = certbot._internal.plugins.webroot:Authenticator Initialized: <certbot._internal.plugins.webroot.Authenticator object at 0x7efc9d59cfd0> Prep: True 2021-11-04 15:25:36,393:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot._internal.plugins.webroot.Authenticator object at 0x7efc9d59cfd0> and installer None 2021-11-04 15:25:36,393:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None 2021-11-04 15:25:36,398:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/156548020', new_authzr_uri=None, terms_of_service=None), 54e8eefc691831cd903ff7a0ffc5749b, Meta(creation_dt=datetime.datetime(2021, 8, 10, 21, 18, 21, tzinfo=<UTC>), creation_host='553bc64577d9', register_to_eff=None))> 2021-11-04 15:25:36,398:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. 2021-11-04 15:25:36,400:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 2021-11-04 15:25:36,879:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 658 2021-11-04 15:25:36,879:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Thu, 04 Nov 2021 15:25:36 GMT Content-Type: application/json Content-Length: 658 Connection: keep-alive Cache-Control: public, max-age=0, no-cache X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "RGHS070JSDc": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", "meta": { "caaIdentities": [ "letsencrypt.org" ], "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf", "website": "https://letsencrypt.org" }, "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" } 2021-11-04 15:25:36,880:DEBUG:certbot._internal.display.obj:Notifying user: Renewing an existing certificate for charts.zwave-js.io and stats.zwave-js.io 2021-11-04 15:25:36,896:DEBUG:certbot.crypto_util:Generating ECDSA key (2048 bits): /etc/letsencrypt/keys/3093_key-certbot.pem 2021-11-04 15:25:36,912:DEBUG:certbot.crypto_util:Creating CSR: /etc/letsencrypt/csr/3093_csr-certbot.pem 2021-11-04 15:25:36,913:DEBUG:acme.client:Requesting fresh nonce 2021-11-04 15:25:36,913:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce. 2021-11-04 15:25:37,066:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0 2021-11-04 15:25:37,066:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Thu, 04 Nov 2021 15:25:36 GMT Connection: keep-alive Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 010246eGWYMU9SiDe2Rd92cZsftBGpN4M1tLD3WE9stMLQo X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 2021-11-04 15:25:37,067:DEBUG:acme.client:Storing nonce: 010246eGWYMU9SiDe2Rd92cZsftBGpN4M1tLD3WE9stMLQo 2021-11-04 15:25:37,067:DEBUG:acme.client:JWS payload: b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "charts.zwave-js.io"\n },\n {\n "type": "dns",\n "value": "stats.zwave-js.io"\n }\n ]\n}' 2021-11-04 15:25:37,068:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDI0NmVHV1lNVTlTaURlMlJkOTJjWnNmdEJHcE40TTF0TEQzV0U5c3RNTFFvIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctb3JkZXIifQ", "signature": "k8ERi6cneUrxgrHtSsQEu9MXeB4oVKKOwo1p6TMWi8ny1GY5mkwGCjsdRsUE_Y_rX2JOTM31hEBPc8mCKAEsBFHgwwYpBb0A8sIWJAMu8KgWpSdovRQfNwVHtUAV8HxoD277J2pXMI6TMIyyax98nUHEl9Pgpe3k90x8evToRyR6OUjms7RNIHa5v7T-2giLSF7GTzrZb-ptWurWNwCF6tr5RZAHc_vuIWf0-Z05W1MoWoDfJqDsTW5DDsnUDFvSwL4cJbmb5CjVtYpa_JmKVGelxJCOfB7GL6ut6rDzen8zeq5W_AFkaGrnZvQzipp0aApJOK3Gf3Vesx9zXCsFVw", "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImNoYXJ0cy56d2F2ZS1qcy5pbyIKICAgIH0sCiAgICB7CiAgICAgICJ0eXBlIjogImRucyIsCiAgICAgICJ2YWx1ZSI6ICJzdGF0cy56d2F2ZS1qcy5pbyIKICAgIH0KICBdCn0" } 2021-11-04 15:25:37,412:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 480 2021-11-04 15:25:37,412:DEBUG:acme.client:Received response: HTTP 201 Server: nginx Date: Thu, 04 Nov 2021 15:25:37 GMT Content-Type: application/json Content-Length: 480 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Location: https://acme-v02.api.letsencrypt.org/acme/order/156548020/37096133820 Replay-Nonce: 01017dt-hd1Zoq3Trt-AyFOENMPBJnb_Ct-iNPRqgs4TGGs X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "status": "pending", "expires": "2021-11-11T15:25:37Z", "identifiers": [ { "type": "dns", "value": "charts.zwave-js.io" }, { "type": "dns", "value": "stats.zwave-js.io" } ], "authorizations": [ "https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240", "https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303250" ], "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/156548020/37096133820" } 2021-11-04 15:25:37,412:DEBUG:acme.client:Storing nonce: 01017dt-hd1Zoq3Trt-AyFOENMPBJnb_Ct-iNPRqgs4TGGs 2021-11-04 15:25:37,413:DEBUG:acme.client:JWS payload: b'' 2021-11-04 15:25:37,414:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDE3ZHQtaGQxWm9xM1RydC1BeUZPRU5NUEJKbmJfQ3QtaU5QUnFnczRUR0dzIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI0MCJ9", "signature": "olCTb-OpRHkjO5sLZmGrgQwqxHGA8MPkVtZpRVh1vK31UYZvos-ThcXUeRmU0nxtx4cJAxkzBF4NLkYks-WXiYnCq0bS9bUeC7czr_UavunZIWkf-VxYTXGfQQlrwZZyedVFu5d-305BP1NTDarBHcmNwV0H3yABQpWL2qDFaVY1xwNNdeD9gzr8nxQ6_mM3R2zvrsW2NMhJ8vN2j2mkJv1Spbr1tL2WWnu24z07gdjSOOWRXSZz7lx0rll4A0T76zdsgFXsSGG7bGb6waVxBDNal8wPYql_Ck6QtVLtQhmA1N7w-6_K8ylmrEw7NwQzXwMY2dKrC8xRwEU6qjG27w", "payload": "" } 2021-11-04 15:25:37,597:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303240 HTTP/1.1" 200 799 2021-11-04 15:25:37,597:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Thu, 04 Nov 2021 15:25:37 GMT Content-Type: application/json Content-Length: 799 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 01025ReaZclTP_un0KYz0Aet6jzXoMc0vkoMgH3hCA0_ucA X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "charts.zwave-js.io" }, "status": "pending", "expires": "2021-11-11T15:25:37Z", "challenges": [ { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" }, { "type": "dns-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/K8mXFQ", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" }, { "type": "tls-alpn-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/rBVlGg", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" } ] } 2021-11-04 15:25:37,597:DEBUG:acme.client:Storing nonce: 01025ReaZclTP_un0KYz0Aet6jzXoMc0vkoMgH3hCA0_ucA 2021-11-04 15:25:37,597:DEBUG:acme.client:JWS payload: b'' 2021-11-04 15:25:37,598:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303250: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDI1UmVhWmNsVFBfdW4wS1l6MEFldDZqelhvTWMwdmtvTWdIM2hDQTBfdWNBIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI1MCJ9", "signature": "YoXtITGMePa0T4H6sMbEdrGzkUe-9eq6oAqFibZcf-IYO-apKHfZlvJiXoiQeEo9XBNqqRAesYDo2QqgmmwySCKSuNDCAtSJXuj_vokQLDbFVGEiO49bp-Wa325rfP-r1KTDSCsdPerV0145xp6NjAn__1EWRBn3EXE2A6HPQvbJYRvNhzxguHhToyvc2hLC3EcFZqvcG8KfpUu4ZPmTNrnRYhKv74QKizyUvqBGaeWgdsBR4fUhfP9F19FF_uPV0aq-aHr6DWmrR1-z7FJXV6t9I4PA8jvMg_NgsEJkmEENVxWkt8Lgp727zjGZ1awB4g7ByfAfk8Wps5dXtmx9uQ", "payload": "" } 2021-11-04 15:25:37,801:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303250 HTTP/1.1" 200 798 2021-11-04 15:25:37,802:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Thu, 04 Nov 2021 15:25:37 GMT Content-Type: application/json Content-Length: 798 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 01015lz9GAndX7md_-OoKQ18XO49VvJn7k-goTth0fQdzSY X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "stats.zwave-js.io" }, "status": "pending", "expires": "2021-11-11T15:25:37Z", "challenges": [ { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww", "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE" }, { "type": "dns-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/Cmt58Q", "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE" }, { "type": "tls-alpn-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/wmc27g", "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE" } ] } 2021-11-04 15:25:37,802:DEBUG:acme.client:Storing nonce: 01015lz9GAndX7md_-OoKQ18XO49VvJn7k-goTth0fQdzSY 2021-11-04 15:25:37,802:INFO:certbot._internal.auth_handler:Performing the following challenges: 2021-11-04 15:25:37,802:INFO:certbot._internal.auth_handler:http-01 challenge for charts.zwave-js.io 2021-11-04 15:25:37,802:INFO:certbot._internal.auth_handler:http-01 challenge for stats.zwave-js.io 2021-11-04 15:25:37,802:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains. 2021-11-04 15:25:37,803:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge 2021-11-04 15:25:37,803:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge 2021-11-04 15:25:37,803:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys 2021-11-04 15:25:37,804:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE 2021-11-04 15:25:37,804:DEBUG:acme.client:JWS payload: b'{}' 2021-11-04 15:25:37,805:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDE1bHo5R0FuZFg3bWRfLU9vS1ExOFhPNDlWdkpuN2stZ29UdGgwZlFkelNZIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbC12My80NjE4MDMwMzI0MC93VmtDTUEifQ", "signature": "f638bKclh1abR68gmhCHNseF4rsXHda_ugzvelDZC1yWBGroC3mTV3elNVQGf1c5Q1G-6Kwmmmgh-s9tmgMbj3luLQTvPjgPvv-_FttkmtTWGpoDp6tQM6PJsx5xxbYo9id_ue2EB6fkVexjjiOTFqbWYIheDTWDy8g7hHoRypAc35nYUfSPIvuxAlObdz_XA-NQ7WKIrM3CIXmT7LszPX6Qo2H75fCJ3KjXrfP5E5Vdfij1dPhAEg4P9JvNMGpKRcWMpVxEBk51BNNOhEutnVU9aXSJJL3B_bUr-olK7hE4jihdwBzvhZXArUAnxA47fj39VpPGB156Jlo96d8c8w", "payload": "e30" } 2021-11-04 15:25:38,040:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall-v3/46180303240/wVkCMA HTTP/1.1" 200 186 2021-11-04 15:25:38,041:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Thu, 04 Nov 2021 15:25:37 GMT Content-Type: application/json Content-Length: 186 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240>;rel="up" Location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA Replay-Nonce: 0102uC6N66aQHeLcGcFRpNfonqGFWs-04S-JM5sHCA4G3bg X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" } 2021-11-04 15:25:38,041:DEBUG:acme.client:Storing nonce: 0102uC6N66aQHeLcGcFRpNfonqGFWs-04S-JM5sHCA4G3bg 2021-11-04 15:25:38,041:DEBUG:acme.client:JWS payload: b'{}' 2021-11-04 15:25:38,042:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDJ1QzZONjZhUUhlTGNHY0ZScE5mb25xR0ZXcy0wNFMtSk01c0hDQTRHM2JnIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbC12My80NjE4MDMwMzI1MC9Pb0Q4V3cifQ", "signature": "YvG5Xe9yv5LW2YZ8ShV7UJl8a8YC8Nnsyavh3fnmv7BdLCqIFBdTSDBzzENr6PIgdXcID4L5lV2CMXNfWF2nvm3p1WiZ84uD9PXmdi-26sxgFPgSkb-7ODu-04Cd8hMhMT2uqkamSvEoX9h9K3sstbdtq1ObTYnz9AAmQg0wUgRk0KRSjNlLNp_yJt2WFo-vfdODrAhprhFj_LptyZ5aFwTnCOazIHcz6r-hInZh8C9biVJq7QvF7R5W2msRGLbETpSbfU4oNWWW8laM3hcnxToEqMUxmb0K_Kyg7TWx5cGVo1EK-5NV3VcYInI2LLwycSENFXpY8wdqQQP4AnRlrw", "payload": "e30" } 2021-11-04 15:25:38,258:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall-v3/46180303250/OoD8Ww HTTP/1.1" 200 186 2021-11-04 15:25:38,258:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Thu, 04 Nov 2021 15:25:38 GMT Content-Type: application/json Content-Length: 186 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303250>;rel="up" Location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww Replay-Nonce: 0101aBDQDTM4tO7WNARMNqITHxYaHuIZc2VT-V2sQtowSQI X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww", "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE" } 2021-11-04 15:25:38,258:DEBUG:acme.client:Storing nonce: 0101aBDQDTM4tO7WNARMNqITHxYaHuIZc2VT-V2sQtowSQI 2021-11-04 15:25:38,258:INFO:certbot._internal.auth_handler:Waiting for verification... 2021-11-04 15:25:39,260:DEBUG:acme.client:JWS payload: b'' 2021-11-04 15:25:39,261:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDFhQkRRRFRNNHRPN1dOQVJNTnFJVEh4WWFIdUlaYzJWVC1WMnNRdG93U1FJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI0MCJ9", "signature": "mFmh2mohPxHNfRJHM7X4fPEQrXRK9nE8eXJ4hCmf2TW7oY7PuvAGa2j_TzDekIWNCplSjiYEKJM0Nt5ZAcvPZTyJqFuKP2_hQBSmVWAR61vLfD8GYL3INVx_Sys0zKyB1ysuBGtnExGXHjWGY6STWL5q00c0Qm7HLS3LVKqslkpm1yJWMN_dzG9AnWLUXIJJz9SLhwRdWWnK5euqCtEzOGF6LKqYkOINOuq-92kXx-WdVlYmHfkTUY0JqWQqIzubZEgNJSAH5oh-WbHkQL7W4TA83uOzjWn-fSkWL6oO3_t7TT3AU5AlN8bLrYP0mLiEYo_8cVmAFZIqK6p9ubBuxg", "payload": "" } 2021-11-04 15:25:39,447:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303240 HTTP/1.1" 200 799 2021-11-04 15:25:39,447:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Thu, 04 Nov 2021 15:25:39 GMT Content-Type: application/json Content-Length: 799 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0101G0631sGXM2DvlORqfx2RNNN_sm7eAJetWw8XmigFYRc X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "charts.zwave-js.io" }, "status": "pending", "expires": "2021-11-11T15:25:37Z", "challenges": [ { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" }, { "type": "dns-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/K8mXFQ", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" }, { "type": "tls-alpn-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/rBVlGg", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" } ] } 2021-11-04 15:25:39,447:DEBUG:acme.client:Storing nonce: 0101G0631sGXM2DvlORqfx2RNNN_sm7eAJetWw8XmigFYRc 2021-11-04 15:25:39,447:DEBUG:acme.client:JWS payload: b'' 2021-11-04 15:25:39,448:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303250: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDFHMDYzMXNHWE0yRHZsT1JxZngyUk5OTl9zbTdlQUpldFd3OFhtaWdGWVJjIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI1MCJ9", "signature": "bQ2CL5X2fwHZqbIXTw1BsGXp_Sw4MWPeKlpyige2fWCEX2ugwTGJj_geLBFm1-Q8j1UQgkVHw63eQUu4-VqVgw6ioukBXaL6sOdVITIF77KfxG-25r02uZlFgknwqsv7PMol-4nKseDhraXqg_GnJ9cnnZVTfG4V4jSgFB7eYKHdh6tYvb4kLvJ7AtYoNmi_TWRprt6UKE-DWd3_b3KwA7nh3vTdt8DQmy9QQ-2aRgR3lpQcLB5oOyqNy88_rltAwleKn1JgyB5P8ucSiqu2mRt2lyFZ9CP7599oZPsW8oZwHrxwi7t8ISi5IPaDzIQE-jXMQKuk8FyYLcDS8q-SVA", "payload": "" } 2021-11-04 15:25:39,636:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303250 HTTP/1.1" 200 798 2021-11-04 15:25:39,637:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Thu, 04 Nov 2021 15:25:39 GMT Content-Type: application/json Content-Length: 798 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0102D_gm3I_xeH5aFdd3yapGO9fiR4zzuLowLqQK2bmX24A X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "stats.zwave-js.io" }, "status": "pending", "expires": "2021-11-11T15:25:37Z", "challenges": [ { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww", "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE" }, { "type": "dns-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/Cmt58Q", "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE" }, { "type": "tls-alpn-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/wmc27g", "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE" } ] } 2021-11-04 15:25:39,637:DEBUG:acme.client:Storing nonce: 0102D_gm3I_xeH5aFdd3yapGO9fiR4zzuLowLqQK2bmX24A 2021-11-04 15:25:42,639:DEBUG:acme.client:JWS payload: b'' 2021-11-04 15:25:42,640:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDJEX2dtM0lfeGVINWFGZGQzeWFwR085ZmlSNHp6dUxvd0xxUUsyYm1YMjRBIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI0MCJ9", "signature": "gWxzOf-OLyKXeq1D3nkQRh_U6cn_tzj1nBoUjdnYeDzvf614x-K5sFWo86t3KclBbVGR4RnlhnqJ_IT9dlVImGDxn7GirwLGB8-H2drxLt_ZZ7oGtWYwTUDT5twm-kF-nL9d87AMDVZOuXNHnzvGq1kobKVtf-Vr3al6F0n0QGArb36j79iSmYI454LuRzWG0F886JHbwZqnJCAopvjdp2e6F8FtIvMEiNlPaQQlmoCAZwL51YTa0uCbRMY64zscT_MoGZ27n-Uo4oKUsLnJixiE06RpE51dE1D15uIWWIjzmeuIY7Ti9oLfVlgKhuIH7LirayxySXAOwjrvnJNWbQ", "payload": "" } 2021-11-04 15:25:42,833:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303240 HTTP/1.1" 200 799 2021-11-04 15:25:42,833:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Thu, 04 Nov 2021 15:25:42 GMT Content-Type: application/json Content-Length: 799 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0101hiDaSd24EXUoT4dVfCvH060WZKRxXGCJL6esVpm6WZI X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "charts.zwave-js.io" }, "status": "pending", "expires": "2021-11-11T15:25:37Z", "challenges": [ { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" }, { "type": "dns-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/K8mXFQ", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" }, { "type": "tls-alpn-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/rBVlGg", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" } ] } 2021-11-04 15:25:42,833:DEBUG:acme.client:Storing nonce: 0101hiDaSd24EXUoT4dVfCvH060WZKRxXGCJL6esVpm6WZI 2021-11-04 15:25:42,833:DEBUG:acme.client:JWS payload: b'' 2021-11-04 15:25:42,835:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303250: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDFoaURhU2QyNEVYVW9UNGRWZkN2SDA2MFdaS1J4WEdDSkw2ZXNWcG02V1pJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI1MCJ9", "signature": "rv9gdg5VsgZB8eAej3ozWSA6hNlF0Z4oCvYM4IIaNrBvzrYZW2P5RfohxXpcBjWRgBQc8ULQjLDn6gIQVRhQIuL597VwKdO4Xl3twJf0s7HQt-NkvaoZ0XBrTRTvAOiJothTWP6xdXZk0Gw7AOnOVHuQl-U0LGpjqOafYHR8ltSfKs3yuZf_kekqU5e9lSh36CAbEZfFjgSZwTXUR2sUSxPAIeNnDbhj_MiSxg0EgIRlBibAyBl-Eb3DKKe2e-lmgPHEGhSzxDJ06K8VqiQ6RDsMZSDeOTiu915F2Sxh36hB3abkrEemSBr2OpmUpxbx2O3BVnIwlBGtoCiLiD_JGg", "payload": "" } 2021-11-04 15:25:43,021:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303250 HTTP/1.1" 200 798 2021-11-04 15:25:43,022:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Thu, 04 Nov 2021 15:25:42 GMT Content-Type: application/json Content-Length: 798 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 01021hfXyOsUzLXvNYf_BnlWuXU01QTxilSfn5seVvANeZY X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "stats.zwave-js.io" }, "status": "pending", "expires": "2021-11-11T15:25:37Z", "challenges": [ { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww", "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE" }, { "type": "dns-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/Cmt58Q", "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE" }, { "type": "tls-alpn-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/wmc27g", "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE" } ] } 2021-11-04 15:25:43,022:DEBUG:acme.client:Storing nonce: 01021hfXyOsUzLXvNYf_BnlWuXU01QTxilSfn5seVvANeZY 2021-11-04 15:25:46,023:DEBUG:acme.client:JWS payload: b'' 2021-11-04 15:25:46,024:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDIxaGZYeU9zVXpMWHZOWWZfQm5sV3VYVTAxUVR4aWxTZm41c2VWdkFOZVpZIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI0MCJ9", "signature": "DWbNLuk9Trn5NixgVS3Q0uEMY_f4cun-JI21Hu-ppDjQLOIkNK9Fade3vC1KI5fYD4xz1eQeE83mN_4WczN0d6rGdWy23qY8WABw9sDX5Ydw-_hxgnerEb9LzVVhbqVsRnLDgW4XiWNjQ_U1pmG19f0jTIFkSr1skt2HICYeDCoWKRIfz2-GBri4TugCJ-abInO1oFqEVe_2vqtS3jHY9F-AVERbsiTKgUuTPAsoYg-UskQqZ0-FJe_8W51Uk1epESq7PtU0OUfPPrEGF5wQ0F_8jytwNIpGyMHWWYF2OaSKKBo_C2qGT-TPyA0PDsQBxPyORaFXT6YW549vGws27A", "payload": "" } 2021-11-04 15:25:46,222:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303240 HTTP/1.1" 200 799 2021-11-04 15:25:46,222:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Thu, 04 Nov 2021 15:25:46 GMT Content-Type: application/json Content-Length: 799 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0102ObrNsxvRum5W6B1TO-ZdApUTZRgFlJR0Ev5LC_7r_EI X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "charts.zwave-js.io" }, "status": "pending", "expires": "2021-11-11T15:25:37Z", "challenges": [ { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" }, { "type": "dns-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/K8mXFQ", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" }, { "type": "tls-alpn-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/rBVlGg", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" } ] } 2021-11-04 15:25:46,222:DEBUG:acme.client:Storing nonce: 0102ObrNsxvRum5W6B1TO-ZdApUTZRgFlJR0Ev5LC_7r_EI 2021-11-04 15:25:46,222:DEBUG:acme.client:JWS payload: b'' 2021-11-04 15:25:46,223:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303250: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDJPYnJOc3h2UnVtNVc2QjFUTy1aZEFwVVRaUmdGbEpSMEV2NUxDXzdyX0VJIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI1MCJ9", "signature": "XgNbR480I_vy04QaWIkM_OyLgpImkWpcXmAtAJI3h3O6MU9yHleLogHTOnoyFbxPMsv6gxTBr_CTTIAPqBUlfyXMnwL7qwjg8tv-g8P9j78BAro792jCbvRmhHCjNTc9dO4c3KQKqwu_gTaDjbCkBy9V_oIxcDrRBzpUz62-vDLrgE_AJzuNFHQGhlhmZxPXqAIKu23e5PU-y4xOP66QhwbcUIfa3H_coi_1swlH2Po5VGcthNTTAQGyBQC1x1dw4Q6pYQZiqzvYhGaM6oyBr0aSzGN9wwq_zF5xC86IyLfo7SL2Y829349Apk6N36JIqjWSLD7SGTs0gDffdj8ApQ", "payload": "" } 2021-11-04 15:25:46,415:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303250 HTTP/1.1" 200 798 2021-11-04 15:25:46,416:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Thu, 04 Nov 2021 15:25:46 GMT Content-Type: application/json Content-Length: 798 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0101HkezWZivCwsVrJZFnyA4Jgc8vS6cKlRawUDXeb1sc1U X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "stats.zwave-js.io" }, "status": "pending", "expires": "2021-11-11T15:25:37Z", "challenges": [ { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww", "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE" }, { "type": "dns-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/Cmt58Q", "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE" }, { "type": "tls-alpn-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/wmc27g", "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE" } ] } 2021-11-04 15:25:46,416:DEBUG:acme.client:Storing nonce: 0101HkezWZivCwsVrJZFnyA4Jgc8vS6cKlRawUDXeb1sc1U 2021-11-04 15:25:49,418:DEBUG:acme.client:JWS payload: b'' 2021-11-04 15:25:49,419:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDFIa2V6V1ppdkN3c1ZySlpGbnlBNEpnYzh2UzZjS2xSYXdVRFhlYjFzYzFVIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI0MCJ9", "signature": "LWFrsgzht0y4skDgefrTrNEdZL9umi12zlS33hT8uWP6Lsd5atU9B4A_w-W1QDt-4waF3n1tT41gM8CS6Z7bL9fJYR09zEtWUxbs-TgD0T2l85JKnpZlsXTziF9KlB-1OgYQ-AP1x47J2nTxgJlSF72dE9qyv4EX0E4A6uJXSLEyc_aJ6KU_UE1Se-HRpmcDTIyYCnZ_AdmFBvtsqOL7VR4DS0Cu1Zd9D3zgT92rmR6Ipy7NrMfxdCw1D3P6qH1ioNUzz4iAtxx7nlJQu3qvfNNe2qGJEA7XueeQffXQRy69ol8m8s89jzw-I-zir_kioPeHBFXg3ojccwE6nfgaYA", "payload": "" } 2021-11-04 15:25:49,622:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303240 HTTP/1.1" 200 799 2021-11-04 15:25:49,623:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Thu, 04 Nov 2021 15:25:49 GMT Content-Type: application/json Content-Length: 799 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0101mkqHBT-QZNciTX66Z0uCSTTwX7dAKv-yPm8HT37byho X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "charts.zwave-js.io" }, "status": "pending", "expires": "2021-11-11T15:25:37Z", "challenges": [ { "type": "http-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" }, { "type": "dns-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/K8mXFQ", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" }, { "type": "tls-alpn-01", "status": "pending", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/rBVlGg", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys" } ] } 2021-11-04 15:25:49,623:DEBUG:acme.client:Storing nonce: 0101mkqHBT-QZNciTX66Z0uCSTTwX7dAKv-yPm8HT37byho 2021-11-04 15:25:49,623:DEBUG:acme.client:JWS payload: b'' 2021-11-04 15:25:49,624:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303250: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDFta3FIQlQtUVpOY2lUWDY2WjB1Q1NUVHdYN2RBS3YteVBtOEhUMzdieWhvIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI1MCJ9", "signature": "K_HAfhC4ccAaVTvcAtloqHG4vO6VO_LQ8yjwSS0x2OVVvgtVKVXioe_qOZZvplVd1pSlvsr2fpwB0Y5NXLWoaCj9suZuKZi08ldmRdcfV46UUvqKgg0pOSGfTVegTq_dv2iC8BhFnvQiwFux0hvlQVW95kX3d6UcXddNZOf2MFC-NrbDq_P2_tMqK-dbeBS3nyIPLvgDaNHJKjWsFSAutuuqZjpCMIxoWwefrlMt8ka_GmVTr8itroqroBBZYyUwM-pGgeI0W5VI3zPlbbjAwm-HZdC8XFcOMeAPacm4YGlXrxARI5giKN3KO-1nHa3jLZY_AYD31vkNvCKyx7CGVA", "payload": "" } 2021-11-04 15:25:49,846:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303250 HTTP/1.1" 200 1889 2021-11-04 15:25:49,847:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Thu, 04 Nov 2021 15:25:49 GMT Content-Type: application/json Content-Length: 1889 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0102huM1PMc0I7Dcx8fw5ed8kWO-Y-Te5elFViPbqaCsYGs X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "stats.zwave-js.io" }, "status": "invalid", "expires": "2021-11-11T15:25:37Z", "challenges": [ { "type": "http-01", "status": "invalid", "error": { "type": "urn:ietf:params:acme:error:connection", "detail": "Fetching https://stats.zwave-js.io/.well-known/acme-challenge/_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE: Timeout during connect (likely firewall problem)", "status": 400 }, "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303250/OoD8Ww", "token": "_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE", "validationRecord": [ { "url": "http://stats.zwave-js.io/.well-known/acme-challenge/_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE", "hostname": "stats.zwave-js.io", "port": "80", "addressesResolved": [ "134.3.35.157", "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" ], "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" }, { "url": "http://stats.zwave-js.io/.well-known/acme-challenge/_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE", "hostname": "stats.zwave-js.io", "port": "80", "addressesResolved": [ "134.3.35.157", "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" ], "addressUsed": "134.3.35.157" }, { "url": "https://stats.zwave-js.io/.well-known/acme-challenge/_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE", "hostname": "stats.zwave-js.io", "port": "443", "addressesResolved": [ "134.3.35.157", "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" ], "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" } ], "validated": "2021-11-04T15:25:38Z" } ] } 2021-11-04 15:25:49,847:DEBUG:acme.client:Storing nonce: 0102huM1PMc0I7Dcx8fw5ed8kWO-Y-Te5elFViPbqaCsYGs 2021-11-04 15:25:49,847:INFO:certbot._internal.auth_handler:Challenge failed for domain stats.zwave-js.io 2021-11-04 15:25:52,850:DEBUG:acme.client:JWS payload: b'' 2021-11-04 15:25:52,852:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/46180303240: { "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMTU2NTQ4MDIwIiwgIm5vbmNlIjogIjAxMDJodU0xUE1jMEk3RGN4OGZ3NWVkOGtXTy1ZLVRlNWVsRlZpUGJxYUNzWUdzIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My80NjE4MDMwMzI0MCJ9", "signature": "a9jjXXalFVltuwhjRaLjQfGwKngcaoWeJDNlteF1hJBgJL9pckJt0KjQvy2W2wtdLfT9-RIiIIwJ5BZrj-eTHZiNE6xl-kID5tG_RCR9fNER0WTV8aRnS_IUPygOs8PZUCInOmGYDtase4jOLaob-9T21AvtxXzPoP_O1Z9xvPA6RSoAaClTibeyzxgNj4TCAHBriZVQx5G3Rf5L_GxCwdgmPrTnfNaxnKOcnNcqatVdQJDhzz8gR0svFIQewCaLInvXhbpKLQRNJgcRCsj3yOCkfNPKjPP7rdFfKw0VrybFjKDDHyVXTFHketUObJ0w6UsSUNkYmK31YkPXe4MRrg", "payload": "" } 2021-11-04 15:25:53,053:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/46180303240 HTTP/1.1" 200 1878 2021-11-04 15:25:53,053:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Thu, 04 Nov 2021 15:25:52 GMT Content-Type: application/json Content-Length: 1878 Connection: keep-alive Boulder-Requester: 156548020 Cache-Control: public, max-age=0, no-cache Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index" Replay-Nonce: 0101rkmGseFUgS61nHfHM7TN3QlEdUlVFtGnE9fPscnbkFE X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "identifier": { "type": "dns", "value": "charts.zwave-js.io" }, "status": "invalid", "expires": "2021-11-11T15:25:37Z", "challenges": [ { "type": "http-01", "status": "invalid", "error": { "type": "urn:ietf:params:acme:error:connection", "detail": "Fetching https://charts.zwave-js.io/.well-known/acme-challenge/gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys: Error getting validation data", "status": 400 }, "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/46180303240/wVkCMA", "token": "gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys", "validationRecord": [ { "url": "http://charts.zwave-js.io/.well-known/acme-challenge/gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys", "hostname": "charts.zwave-js.io", "port": "80", "addressesResolved": [ "134.3.35.157", "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" ], "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" }, { "url": "http://charts.zwave-js.io/.well-known/acme-challenge/gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys", "hostname": "charts.zwave-js.io", "port": "80", "addressesResolved": [ "134.3.35.157", "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" ], "addressUsed": "134.3.35.157" }, { "url": "https://charts.zwave-js.io/.well-known/acme-challenge/gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys", "hostname": "charts.zwave-js.io", "port": "443", "addressesResolved": [ "134.3.35.157", "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" ], "addressUsed": "2a02:8071:2200:0:dd7e:48fe:7766:bb9d" } ], "validated": "2021-11-04T15:25:37Z" } ] } 2021-11-04 15:25:53,053:DEBUG:acme.client:Storing nonce: 0101rkmGseFUgS61nHfHM7TN3QlEdUlVFtGnE9fPscnbkFE 2021-11-04 15:25:53,054:INFO:certbot._internal.auth_handler:Challenge failed for domain charts.zwave-js.io 2021-11-04 15:25:53,054:INFO:certbot._internal.auth_handler:http-01 challenge for stats.zwave-js.io 2021-11-04 15:25:53,054:INFO:certbot._internal.auth_handler:http-01 challenge for charts.zwave-js.io 2021-11-04 15:25:53,054:DEBUG:certbot._internal.display.obj:Notifying user: Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems: Domain: stats.zwave-js.io Type: connection Detail: Fetching https://stats.zwave-js.io/.well-known/acme-challenge/_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE: Timeout during connect (likely firewall problem) Domain: charts.zwave-js.io Type: connection Detail: Fetching https://charts.zwave-js.io/.well-known/acme-challenge/gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys: Error getting validation data Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet. 2021-11-04 15:25:53,054:DEBUG:certbot._internal.error_handler:Encountered exception: Traceback (most recent call last): File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 90, in handle_authorizations self._poll_authorizations(authzrs, max_retries, best_effort) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 178, in _poll_authorizations raise errors.AuthorizationError('Some challenges have failed.') certbot.errors.AuthorizationError: Some challenges have failed. 2021-11-04 15:25:53,054:DEBUG:certbot._internal.error_handler:Calling registered functions 2021-11-04 15:25:53,054:INFO:certbot._internal.auth_handler:Cleaning up challenges 2021-11-04 15:25:53,054:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/gdJLAnL1n0b801jJIgVPxeqxMdChAd1saGYaHreK6ys 2021-11-04 15:25:53,055:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/_n-7-lU7HCs8s63kw32PYtYxcTkAYhXgBf6RD9LU6jE 2021-11-04 15:25:53,055:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up 2021-11-04 15:25:53,055:ERROR:certbot._internal.renewal:Failed to renew certificate npm-3 with error: Some challenges have failed. 2021-11-04 15:25:53,056:DEBUG:certbot._internal.renewal:Traceback was: Traceback (most recent call last): File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/renewal.py", line 475, in handle_renewal_request main.renew_cert(lineage_config, plugins, renewal_candidate) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1386, in renew_cert renewed_lineage = _get_and_save_cert(le_client, config, lineage=lineage) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 122, in _get_and_save_cert renewal.renew_cert(config, domains, le_client, lineage) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/renewal.py", line 335, in renew_cert new_cert, new_chain, new_key, _ = le_client.obtain_certificate(domains, new_key) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 384, in obtain_certificate orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/client.py", line 434, in _get_order_and_authorizations authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 90, in handle_authorizations self._poll_authorizations(authzrs, max_retries, best_effort) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/auth_handler.py", line 178, in _poll_authorizations raise errors.AuthorizationError('Some challenges have failed.') certbot.errors.AuthorizationError: Some challenges have failed. 2021-11-04 15:25:53,056:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2021-11-04 15:25:53,056:ERROR:certbot._internal.renewal:All renewals failed. The following certificates could not be renewed: 2021-11-04 15:25:53,056:ERROR:certbot._internal.renewal: /etc/letsencrypt/live/npm-3/fullchain.pem (failure) 2021-11-04 15:25:53,056:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2021-11-04 15:25:53,056:DEBUG:certbot._internal.log:Exiting abnormally: Traceback (most recent call last): File "/opt/certbot/bin/certbot", line 8, in <module> sys.exit(main()) File "/opt/certbot/lib/python3.7/site-packages/certbot/main.py", line 15, in main return internal_main.main(cli_args) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1574, in main return config.func(config, plugins) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/main.py", line 1460, in renew renewal.handle_renewal_request(config) File "/opt/certbot/lib/python3.7/site-packages/certbot/_internal/renewal.py", line 501, in handle_renewal_request len(renew_failures), len(parse_failures))) certbot.errors.Error: 1 renew failure(s), 0 parse failure(s) 2021-11-04 15:25:53,056:ERROR:certbot._internal.log:1 renew failure(s), 0 parse failure(s) [root@docker-a321f4a68154:/var/log/letsencrypt]# ``` </summary>
Author
Owner

@chaptergy commented on GitHub (Nov 4, 2021):

Hm, I don't really have any more ideas what the issue could be then... Would just creating new certificates be an option for you?

<!-- gh-comment-id:961225290 --> @chaptergy commented on GitHub (Nov 4, 2021): Hm, I don't really have any more ideas what the issue could be then... Would just creating new certificates be an option for you?
Author
Owner

@Apollon77 commented on GitHub (Nov 4, 2021):

Yes shure ... I think I will simply do that ... maybe next renewals then works better ... no idea too.

btw: like that test button! Can you give me a pung when it is in latest then I can update image from there

<!-- gh-comment-id:961226768 --> @Apollon77 commented on GitHub (Nov 4, 2021): Yes shure ... I think I will simply do that ... maybe next renewals then works better ... no idea too. btw: like that test button! Can you give me a pung when it is in latest then I can update image from there
Author
Owner

@Apollon77 commented on GitHub (Nov 4, 2021):

PA: creating new works

<!-- gh-comment-id:961229043 --> @Apollon77 commented on GitHub (Nov 4, 2021): PA: creating new works
Author
Owner

@chaptergy commented on GitHub (Nov 4, 2021):

Let's hope so, sometimes those errors just never occur again. If I remember I can ping you, you could also use the watch button at the top to watch for new releases with watch > custom > releases. Then you will also be notified about future releases

Great that creating new certificates work! Should I close the issue for now then?

<!-- gh-comment-id:961229492 --> @chaptergy commented on GitHub (Nov 4, 2021): Let's hope so, sometimes those errors just never occur again. If I remember I can ping you, you could also use the watch button at the top to watch for new releases with watch > custom > releases. Then you will also be notified about future releases Great that creating new certificates work! Should I close the issue for now then?
Author
Owner

@Apollon77 commented on GitHub (Nov 4, 2021):

it seems that we was lucky to renew one cert some days ago ... currently try to renew that one - should know more in 5 mins ( that random delay is a strange when trigger renewal "Now" - this very often makes the UI display "timeout")

<!-- gh-comment-id:961254173 --> @Apollon77 commented on GitHub (Nov 4, 2021): it seems that we was lucky to renew one cert some days ago ... currently try to renew that one - should know more in 5 mins ( that random delay is a strange when trigger renewal "Now" - this very often makes the UI display "timeout")
Author
Owner

@Apollon77 commented on GitHub (Nov 4, 2021):

PS: Good news ... new renewal worked ... so can be closed from my perspective - should I create a new issue for thet "delay /Timeout" issue?

<!-- gh-comment-id:961258520 --> @Apollon77 commented on GitHub (Nov 4, 2021): PS: Good news ... new renewal worked ... so can be closed from my perspective - should I create a new issue for thet "delay /Timeout" issue?
Author
Owner

@chaptergy commented on GitHub (Nov 4, 2021):

Yeah, that would be a different thing.

<!-- gh-comment-id:961261881 --> @chaptergy commented on GitHub (Nov 4, 2021): Yeah, that would be a different thing.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#1170
No description provided.