Please fill out the fields below so we can help you better.
My domain is: sjdev.partaker.net
I ran this command: certbot --apache
It produced this output: Some challenges have failed
My web server is (include version): Apache 2.4.6
The operating system my web server runs on is (include version): CentOS 7
My hosting provider, if applicable, is: self-hosted
I can login to a root shell on my machine: yes
I'm NOT using a control panel to manage my site.
The version of my client is (e.g. output of certbot --version
): 1.29.0
I had a certificate for this domain, but it apparently did not renew and expired. I got errors renewing it, and got errors trying to create it again, so I removed the certificate from /etc/letsencrypt/renewal and /etc/letsencrypt/live and /etc/httpd/sites-available and /etc/httpd/conf/httpd.conf.
I can access this website via http on port 80. I have successfully created other certificates on the same server. But for some reason, every time I try to create a certificate for this domain, I get an error. I have been trying to get it to work for about 4 hours now.
My latest log file output is:
2022-09-06 17:13:36,819:DEBUG:urllib3.connectionpool:http://localhost:None "GET /v2/connections?snap=certbot&interface=content HTTP/1.1" 200 97
2022-09-06 17:13:37,418:DEBUG:certbot._internal.main:certbot version: 1.29.0
2022-09-06 17:13:37,418:DEBUG:certbot._internal.main:Location of certbot entry point: /snap/certbot/2192/bin/certbot
2022-09-06 17:13:37,418:DEBUG:certbot._internal.main:Arguments: ['--apache', '--preconfigured-renewal']
2022-09-06 17:13:37,419:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2022-09-06 17:13:37,493:DEBUG:certbot._internal.log:Root logging level set at 30
2022-09-06 17:13:37,496:DEBUG:certbot._internal.plugins.selection:Requested authenticator apache and installer apache
2022-09-06 17:13:37,718:DEBUG:certbot_apache._internal.configurator:Apache version is 2.4.6
2022-09-06 17:13:38,259:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * apache
Description: Apache Web Server plugin
Interfaces: Installer, Authenticator, Plugin
Entry point: apache = certbot_apache._internal.entrypoint:ENTRYPOINT
Initialized: <certbot_apache._internal.override_centos.CentOSConfigurator object at 0x7f70e6520c10>
Prep: True
2022-09-06 17:13:38,261:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot_apache._internal.override_centos.CentOSConfigurator object at 0x7f70e6520c10> and installer <certbot_apache._internal.override_centos.CentOSConfigurator object at 0x7f70e6520c10>
2022-09-06 17:13:38,261:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator apache, Installer apache
2022-09-06 17:13:38,277:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(key=JWKRSA(key=<ComparableRSAKey(<cryptography.hazmat.backends.openssl.rsa._RSAPublicKey object at 0x7f70e64cd910>)>), contact=('mailto:steve@cloudmountainmarketing.com',), agreement='https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf', status='valid', terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v01.api.letsencrypt.org/acme/reg/34339760', new_authzr_uri='https://acme-v01.api.letsencrypt.org/acme/new-authz', terms_of_service='https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf'), 298aaef0d86c327fcf553a80bb1c1ec1, Meta(creation_dt=datetime.datetime(2018, 5, 3, 6, 54, 18, tzinfo=<UTC>), creation_host='50-253-111-228-static.hfc.comcastbusiness.net', register_to_eff=None))>
2022-09-06 17:13:38,279:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2022-09-06 17:13:38,281:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
2022-09-06 17:13:46,400:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 672
2022-09-06 17:13:46,401:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Tue, 06 Sep 2022 23:14:25 GMT
Content-Type: application/json
Content-Length: 672
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
"lMPPw_gLcXE": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
"meta": {
"caaIdentities": [
"letsencrypt.org"
],
"termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017-w-v1.3-notice.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"
}
2022-09-06 17:14:09,588:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for sjdev.partaker.net
2022-09-06 17:14:09,895:DEBUG:certbot.crypto_util:Generating RSA key (2048 bits): /etc/letsencrypt/keys/1225_key-certbot.pem
2022-09-06 17:14:09,923:DEBUG:certbot.crypto_util:Creating CSR: /etc/letsencrypt/csr/1225_csr-certbot.pem
2022-09-06 17:14:09,924:DEBUG:acme.client:Requesting fresh nonce
2022-09-06 17:14:09,924:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
2022-09-06 17:14:09,941:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
2022-09-06 17:14:09,942:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Tue, 06 Sep 2022 23:14:48 GMT
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0001pV2J9TOZXcwwm0dqDw5x3-vOXdi93sjBCoEmBkDxVdM
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
2022-09-06 17:14:09,942:DEBUG:acme.client:Storing nonce: 0001pV2J9TOZXcwwm0dqDw5x3-vOXdi93sjBCoEmBkDxVdM
2022-09-06 17:14:09,943:DEBUG:acme.client:JWS payload:
b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "sjdev.partaker.net"\n }\n ]\n}'
2022-09-06 17:14:09,946:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDEuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL3JlZy8zNDMzOTc2MCIsICJub25jZSI6ICIwMDAxcFYySjlUT1pYY3d3bTBkcUR3NXgzLXZPWGRpOTNzakJDb0VtQmtEeFZkTSIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvbmV3LW9yZGVyIn0",
"signature": "rT2fV-HjEJJIn8dnWoXcK3tnvcfMCfhOjAkj2lmsUHXJSWv_NDyd0UZWDHDMwaXN_7rlaRCXn6IejxIk1LvZny0bFfCAmhuJSvewYdRFMjV5JRnWtTuIB66xksFGQqz4WlsW4vn-8YTxByEd8i5OZ64fP7UrPa_K61Gj_KRYHQDNEPjoXffSN7Cbs1bByK4lEdcNLhEkmz8bAZDPO08owvIMDvqS_KjtDzWL21M-ArXHbrqZ2m1ksprxh829LoUoLZpkVu2M6_RRTWUpBbBg4syPhuTN78AFn40pT9R6wVXgl0pPGV3amIUS9EXGRwZlrVZnvx3yGBjn3nE6R3sT9A",
"payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogInNqZGV2LnBhcnRha2VyLm5ldCIKICAgIH0KICBdCn0"
}
2022-09-06 17:14:10,042:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 342
2022-09-06 17:14:10,042:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Date: Tue, 06 Sep 2022 23:14:49 GMT
Content-Type: application/json
Content-Length: 342
Connection: keep-alive
Boulder-Requester: 34339760
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/34339760/123165200777
Replay-Nonce: 0002bFH-pIcG23Jak5-0__s6a1tCy4CbsT02pPJ70nJEPLk
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "pending",
"expires": "2022-09-13T23:14:48Z",
"identifiers": [
{
"type": "dns",
"value": "sjdev.partaker.net"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz-v3/150534502337"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/34339760/123165200777"
}
2022-09-06 17:14:10,043:DEBUG:acme.client:Storing nonce: 0002bFH-pIcG23Jak5-0__s6a1tCy4CbsT02pPJ70nJEPLk
2022-09-06 17:14:10,043:DEBUG:acme.client:JWS payload:
b''
2022-09-06 17:14:10,046:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/150534502337:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDEuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL3JlZy8zNDMzOTc2MCIsICJub25jZSI6ICIwMDAyYkZILXBJY0cyM0phazUtMF9fczZhMXRDeTRDYnNUMDJwUEo3MG5KRVBMayIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYXV0aHotdjMvMTUwNTM0NTAyMzM3In0",
"signature": "wM9QUqzxaBO0iLOp149eftGWI-muK44oUeLFAO797CcvzXaYpN2nQmxVQkXigG_XEo2lFXx7-RJ7njNvy_xuNQpUiZw8VThCLnCVDAtZVJ-KG3L0VtbnDclxqPmqTUesrocG4xEcgT8wFBDSjwgbVU3l3OrBCJHelQ1RtSR6ikKKzpyz_EEBYRRnZdm_GmaZt2ExLZMaZGmDKLmZUUyZh5aTV2TfkIv90ufmbqVHmGE9SdjP13qHgrCV-8XKeciEQwRLUZp5OwfxDy8XLFXBov8eCAQGIeeXGKxT8BPE0kYCcsLXnA_95B8lk4sVV0XDv0ODgQeND22ek6fx-_4f4g",
"payload": ""
}
2022-09-06 17:14:10,065:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/150534502337 HTTP/1.1" 200 802
2022-09-06 17:14:10,066:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Tue, 06 Sep 2022 23:14:49 GMT
Content-Type: application/json
Content-Length: 802
Connection: keep-alive
Boulder-Requester: 34339760
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0002aZ9F400Ei-ErGuS8zSpU1wZHMlDm7aHbWkb4Vr1ET30
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "sjdev.partaker.net"
},
"status": "pending",
"expires": "2022-09-13T23:14:48Z",
"challenges": [
{
"type": "http-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/m0o9Ig",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
},
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/qYqAqA",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
},
{
"type": "tls-alpn-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/50KdAQ",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
}
]
}
2022-09-06 17:14:10,066:DEBUG:acme.client:Storing nonce: 0002aZ9F400Ei-ErGuS8zSpU1wZHMlDm7aHbWkb4Vr1ET30
2022-09-06 17:14:10,067:INFO:certbot._internal.auth_handler:Performing the following challenges:
2022-09-06 17:14:10,067:INFO:certbot._internal.auth_handler:http-01 challenge for sjdev.partaker.net
2022-09-06 17:14:10,108:DEBUG:certbot_apache._internal.http_01:Adding a temporary challenge validation Include for name: sjdev.partaker.net in: /etc/httpd/sites-enabled/sjdev.partaker.net.conf
2022-09-06 17:14:10,109:DEBUG:certbot_apache._internal.http_01:Adding a temporary challenge validation Include for name: None in: /etc/httpd/conf.d/ssl.conf
2022-09-06 17:14:10,109:DEBUG:certbot_apache._internal.http_01:writing a pre config file with text:
RewriteEngine on
RewriteRule ^/\.well-known/acme-challenge/([A-Za-z0-9-_=]+)$ /var/lib/letsencrypt/http_challenges/$1 [END]
2022-09-06 17:14:10,110:DEBUG:certbot_apache._internal.http_01:writing a post config file with text:
<Directory /var/lib/letsencrypt/http_challenges>
Require all granted
</Directory>
<Location /.well-known/acme-challenge>
Require all granted
</Location>
2022-09-06 17:14:10,223:DEBUG:certbot.reverter:Creating backup of /etc/httpd/sites-enabled/sjdev.partaker.net.conf
2022-09-06 17:14:10,223:DEBUG:certbot.reverter:Creating backup of /etc/httpd/conf.d/ssl.conf
2022-09-06 17:14:13,569:DEBUG:acme.client:JWS payload:
b'{}'
2022-09-06 17:14:13,576:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/m0o9Ig:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDEuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL3JlZy8zNDMzOTc2MCIsICJub25jZSI6ICIwMDAyYVo5RjQwMEVpLUVyR3VTOHpTcFUxd1pITWxEbTdhSGJXa2I0VnIxRVQzMCIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvY2hhbGwtdjMvMTUwNTM0NTAyMzM3L20wbzlJZyJ9",
"signature": "PwyEsWuuinyLIxjPSpF7azkPV5xYMigSMe8tmnsLDSrtGvLcH_Ge1Cbu6tciRC0UcCGCIyQ4ALnIjaKgGW1cA-YPPNuJGPlu-4ot3T1Hc5NW2YWuF451iotB4synJFSCiHui81ApPBGj23Yh-Ts7fRPxzbTO9Oofhne9vpA2cny3eBMPjn5P40EsTlWlZnfMhFGB01OWG4txLAhS-CHwzuG7Brdxgt3UT-Lt1qVyOE_rQwzSOEp-O_0iKYezrkp0VwOvIIif5bnO0-rLMcAVixL8d5NowH4ExftwiaxSpZHshGoVcPmgRkPnnjH5N-CvX-ruPa7A75TAsBPaVRThvw",
"payload": "e30"
}
2022-09-06 17:14:13,609:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall-v3/150534502337/m0o9Ig HTTP/1.1" 200 187
2022-09-06 17:14:13,610:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Tue, 06 Sep 2022 23:14:52 GMT
Content-Type: application/json
Content-Length: 187
Connection: keep-alive
Boulder-Requester: 34339760
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/150534502337>;rel="up"
Location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/m0o9Ig
Replay-Nonce: 0001Lp26Gpt-1j6vPPOBv0X5WBrUtroo-hQ-AngUNEKBk_Y
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/150534502337/m0o9Ig",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
}
2022-09-06 17:14:13,611:DEBUG:acme.client:Storing nonce: 0001Lp26Gpt-1j6vPPOBv0X5WBrUtroo-hQ-AngUNEKBk_Y
2022-09-06 17:14:13,612:INFO:certbot._internal.auth_handler:Waiting for verification...
2022-09-06 17:14:14,613:DEBUG:acme.client:JWS payload:
b''
2022-09-06 17:14:14,619:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/150534502337:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDEuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL3JlZy8zNDMzOTc2MCIsICJub25jZSI6ICIwMDAxTHAyNkdwdC0xajZ2UFBPQnYwWDVXQnJVdHJvby1oUS1BbmdVTkVLQmtfWSIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYXV0aHotdjMvMTUwNTM0NTAyMzM3In0",
"signature": "p2enKZSQMqTaqtMLercFk4od7nOlF_OX5AiurdaueiR3SEGBH_zhr_c2N4aJjLsLI9SBQBP91CIZobpWdHrSDahWE1Z6xaLEn5RXKoTFmoapazNtfMUJtbgzDNKo-IPDgfV-nagbwiKQnMfc4QIdtMLL7ETZ2H-S14fsnTEZl-jAwY2r3tKJNWe5kKFYTQpqFya2cQhi-Ph6HRCTJ7EpVqOPgy0pWiv_PfEXVQCcsVmF4evCw_QNjsO9seV5Lbo7V6trwaLuu53jrlY7hxtXko9cbVfcxh9TiO4uI3nUWWOFmWhnA-sNNpLUNO-vOYp5FwmMn3LyX8ANT_keSAskIg",
"payload": ""
}
2022-09-06 17:14:14,642:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/150534502337 HTTP/1.1" 200 802
2022-09-06 17:14:14,643:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Tue, 06 Sep 2022 23:14:53 GMT
Content-Type: application/json
Content-Length: 802
Connection: keep-alive
Boulder-Requester: 34339760
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0001k9Nkexj0MVK_rYgb_QgvVuJnxIgg3zQ8mEXhPzR9Cu0
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "sjdev.partaker.net"
},
"status": "pending",
"expires": "2022-09-13T23:14:48Z",
"challenges": [
{
"type": "http-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/m0o9Ig",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
},
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/qYqAqA",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
},
{
"type": "tls-alpn-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/50KdAQ",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
}
]
}
2022-09-06 17:14:14,643:DEBUG:acme.client:Storing nonce: 0001k9Nkexj0MVK_rYgb_QgvVuJnxIgg3zQ8mEXhPzR9Cu0
2022-09-06 17:14:17,647:DEBUG:acme.client:JWS payload:
b''
2022-09-06 17:14:17,653:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/150534502337:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDEuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL3JlZy8zNDMzOTc2MCIsICJub25jZSI6ICIwMDAxazlOa2V4ajBNVktfcllnYl9RZ3ZWdUpueElnZzN6UThtRVhoUHpSOUN1MCIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYXV0aHotdjMvMTUwNTM0NTAyMzM3In0",
"signature": "YGVC5C9LRXaS-5fWTBf_pWJexcbrJTEzZqqPkt23TLdR3FN4Z9MKMtksPh3A4MWVRBgzXelH0hWlMO9zPTg3LnWVe5HvtjakA9nRKNm_ST6ScBTgrQn3YK9xK_9uKJuAD8KYzrj7GEftx6kxnqEQSV8PhwNdGs-whWUGGFld58pgTX9DlhaG2s5mzZzIKU0YVtNVq4iWEv8drbW0Zd-1sWczag4DO5Q9cBOBiMinBIAKAbnTBmGYbRz_TOqGPF61sF-PNHbFEVSAnsoI9YXJCaGQ8GArY73c7gP3RUg7Hqv-98myXAfb1jCzX7_jmlcN_NPIXYGwX-rf1QSE0J8QfQ",
"payload": ""
}
2022-09-06 17:14:17,674:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/150534502337 HTTP/1.1" 200 802
2022-09-06 17:14:17,675:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Tue, 06 Sep 2022 23:14:56 GMT
Content-Type: application/json
Content-Length: 802
Connection: keep-alive
Boulder-Requester: 34339760
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0001zYYdKLrAsJnYiHiUMpPhDCFjpbB37ZOGKIv2DKJCDes
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "sjdev.partaker.net"
},
"status": "pending",
"expires": "2022-09-13T23:14:48Z",
"challenges": [
{
"type": "http-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/m0o9Ig",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
},
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/qYqAqA",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
},
{
"type": "tls-alpn-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/50KdAQ",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
}
]
}
2022-09-06 17:14:17,675:DEBUG:acme.client:Storing nonce: 0001zYYdKLrAsJnYiHiUMpPhDCFjpbB37ZOGKIv2DKJCDes
2022-09-06 17:14:20,679:DEBUG:acme.client:JWS payload:
b''
2022-09-06 17:14:20,685:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/150534502337:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDEuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL3JlZy8zNDMzOTc2MCIsICJub25jZSI6ICIwMDAxellZZEtMckFzSm5ZaUhpVU1wUGhEQ0ZqcGJCMzdaT0dLSXYyREtKQ0RlcyIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYXV0aHotdjMvMTUwNTM0NTAyMzM3In0",
"signature": "A52aGw-NN8x8J_NigE8EUgSQ6zg2FxlZDlQzHgpDMOgsYwAF9iP0F4QYRSMkb3HKY7tgSk8mQIg9fR2lUt5EQoAsqXQJMe5-_oerrq1gjWDZ2Qme7fWzWLkj-UooASfx3MAjS346RVCld5NODskAaF7ZuJg8Wh7WGqsWsOF4BAfm4WFo9KgeS4C0oRIDxoxE3A1AviYrouD4NF8ghuxYFKha8v8iUn2NwVttpvqTXlriZxopDNKi3GIwAfeA8ndXp3-twMcgSgo6yXEfyVHvIUGbK4X0iA61jPqBJWBHwVMyZKu0JVVyV7ecdhELI39bK6l7IGzP5yKoovTWxSuOlg",
"payload": ""
}
2022-09-06 17:14:20,710:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/150534502337 HTTP/1.1" 200 802
2022-09-06 17:14:20,711:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Tue, 06 Sep 2022 23:14:59 GMT
Content-Type: application/json
Content-Length: 802
Connection: keep-alive
Boulder-Requester: 34339760
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0001C_LlMTEwCW3vBRzGScTkNB1TsulA8HGQdw2G3DfHz14
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "sjdev.partaker.net"
},
"status": "pending",
"expires": "2022-09-13T23:14:48Z",
"challenges": [
{
"type": "http-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/m0o9Ig",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
},
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/qYqAqA",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
},
{
"type": "tls-alpn-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/50KdAQ",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
}
]
}
2022-09-06 17:14:20,711:DEBUG:acme.client:Storing nonce: 0001C_LlMTEwCW3vBRzGScTkNB1TsulA8HGQdw2G3DfHz14
2022-09-06 17:14:23,715:DEBUG:acme.client:JWS payload:
b''
2022-09-06 17:14:23,721:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/150534502337:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDEuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL3JlZy8zNDMzOTc2MCIsICJub25jZSI6ICIwMDAxQ19MbE1URXdDVzN2QlJ6R1NjVGtOQjFUc3VsQThIR1FkdzJHM0RmSHoxNCIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYXV0aHotdjMvMTUwNTM0NTAyMzM3In0",
"signature": "xwC8uYhrrvda5Is-LJtcKjUk2UCj_OxZLSsCWDraNlGRgzuJrdDMTOL2YktkQe7SeL0JR8zldwGrfclXFtKrNaWgPGkrBmyx1YGsYAJ7yy1iyXPH9BCKa077ViP_TLULmybHOp7DC8wrhHz4i7FWe5fXc_84VkHW_Az9jkMphTwlrmnrGfWeye5QzvPG2QWrwK27bGT6AvKsrfgLw0j4JKlcaAfX_gBKuV4WsWNolcosskh83vqfnaB__wPci2BjsnboR71vCCXrBKvebpLYYJlP2-2noUyQKS-sVia8BkRyMTtEZolgDGF5-HbC6jUG9PeHHaUl6EJ2E1S2nT70uw",
"payload": ""
}
2022-09-06 17:14:23,746:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/150534502337 HTTP/1.1" 200 802
2022-09-06 17:14:23,747:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Tue, 06 Sep 2022 23:15:02 GMT
Content-Type: application/json
Content-Length: 802
Connection: keep-alive
Boulder-Requester: 34339760
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 0001jgKMwRxpisyO58Wu91y7m_JZpKjWcRAZf-sXwZxdgkA
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "sjdev.partaker.net"
},
"status": "pending",
"expires": "2022-09-13T23:14:48Z",
"challenges": [
{
"type": "http-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/m0o9Ig",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
},
{
"type": "dns-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/qYqAqA",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
},
{
"type": "tls-alpn-01",
"status": "pending",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/50KdAQ",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4"
}
]
}
2022-09-06 17:14:23,747:DEBUG:acme.client:Storing nonce: 0001jgKMwRxpisyO58Wu91y7m_JZpKjWcRAZf-sXwZxdgkA
2022-09-06 17:14:26,751:DEBUG:acme.client:JWS payload:
b''
2022-09-06 17:14:26,756:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/150534502337:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDEuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL3JlZy8zNDMzOTc2MCIsICJub25jZSI6ICIwMDAxamdLTXdSeHBpc3lPNThXdTkxeTdtX0pacEtqV2NSQVpmLXNYd1p4ZGdrQSIsICJ1cmwiOiAiaHR0cHM6Ly9hY21lLXYwMi5hcGkubGV0c2VuY3J5cHQub3JnL2FjbWUvYXV0aHotdjMvMTUwNTM0NTAyMzM3In0",
"signature": "mr3pyokyDjohjaYZBtex0R4ue-sMIg58Fr3IB_ALUxypA7lqFFBDbPZJ3xsQL5GkI7DO0IBB_jCjIeLp-RD_iq_UVa4hAco-OedoJBPKm0dbBYVJIP-UGflH6TOHMnj_w5jMUpfUNtoYNGXKmxDWJMWkDWZyZZ-u0FbLJ6V4ID9pungPX5Jp2Jvm8pHCvIKfY3kuUGbewDpji4PE2YfTkHcdRmYYuu-0GQ5iGdNK2KxpUtnrJ0AgNmJoombHh8_vQHPKfZb4iUrhUT5lItZ_36dQ_D_HoBq7WP5VM-AE_H50hldNZ_Sf4fSCrYki5WFMZlhOeIYvjCBv7N-HLJv8Ig",
"payload": ""
}
2022-09-06 17:14:26,780:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/150534502337 HTTP/1.1" 200 1064
2022-09-06 17:14:26,780:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Tue, 06 Sep 2022 23:15:05 GMT
Content-Type: application/json
Content-Length: 1064
Connection: keep-alive
Boulder-Requester: 34339760
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 00018C_Bxx_7vr86Rqshzy2WaEYWrsUMkhd6HQMvLo8WD5A
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "sjdev.partaker.net"
},
"status": "invalid",
"expires": "2022-09-13T23:14:48Z",
"challenges": [
{
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:ietf:params:acme:error:connection",
"detail": "64.98.50.25: Fetching http://sjdev.partaker.net/.well-known/acme-challenge/cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4: Timeout during connect (likely firewall problem)",
"status": 400
},
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/150534502337/m0o9Ig",
"token": "cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4",
"validationRecord": [
{
"url": "http://sjdev.partaker.net/.well-known/acme-challenge/cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4",
"hostname": "sjdev.partaker.net",
"port": "80",
"addressesResolved": [
"64.98.50.25"
],
"addressUsed": "64.98.50.25"
}
],
"validated": "2022-09-06T23:14:52Z"
}
]
}
2022-09-06 17:14:26,781:DEBUG:acme.client:Storing nonce: 00018C_Bxx_7vr86Rqshzy2WaEYWrsUMkhd6HQMvLo8WD5A
2022-09-06 17:14:26,781:INFO:certbot._internal.auth_handler:Challenge failed for domain sjdev.partaker.net
2022-09-06 17:14:26,781:INFO:certbot._internal.auth_handler:http-01 challenge for sjdev.partaker.net
2022-09-06 17:14:26,782:DEBUG:certbot._internal.display.obj:Notifying user:
Certbot failed to authenticate some domains (authenticator: apache). The Certificate Authority reported these problems:
Domain: sjdev.partaker.net
Type: connection
Detail: 64.98.50.25: Fetching http://sjdev.partaker.net/.well-known/acme-challenge/cqm4idg7TNzlnj7Xw0I_3BQUrNByRx_RW1xKR6fA0Z4: Timeout during connect (likely firewall problem)
Hint: The Certificate Authority failed to verify the temporary Apache configuration changes made by Certbot. Ensure that the listed domains point to this Apache server and that it is accessible from the internet.
2022-09-06 17:14:26,783:DEBUG:certbot._internal.error_handler:Encountered exception:
Traceback (most recent call last):
File "/var/lib/snapd/snap/certbot/2192/lib/python3.8/site-packages/certbot/_internal/auth_handler.py", line 106, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, best_effort)
File "/var/lib/snapd/snap/certbot/2192/lib/python3.8/site-packages/certbot/_internal/auth_handler.py", line 206, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.
2022-09-06 17:14:26,783:DEBUG:certbot._internal.error_handler:Calling registered functions
2022-09-06 17:14:26,783:INFO:certbot._internal.auth_handler:Cleaning up challenges
2022-09-06 17:14:27,253:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File "/snap/certbot/2192/bin/certbot", line 8, in <module>
sys.exit(main())
File "/var/lib/snapd/snap/certbot/2192/lib/python3.8/site-packages/certbot/main.py", line 19, in main
return internal_main.main(cli_args)
File "/var/lib/snapd/snap/certbot/2192/lib/python3.8/site-packages/certbot/_internal/main.py", line 1744, in main
return config.func(config, plugins)
File "/var/lib/snapd/snap/certbot/2192/lib/python3.8/site-packages/certbot/_internal/main.py", line 1441, in run
new_lineage = _get_and_save_cert(le_client, config, domains,
File "/var/lib/snapd/snap/certbot/2192/lib/python3.8/site-packages/certbot/_internal/main.py", line 141, in _get_and_save_cert
lineage = le_client.obtain_and_enroll_certificate(domains, certname)
File "/var/lib/snapd/snap/certbot/2192/lib/python3.8/site-packages/certbot/_internal/client.py", line 530, in obtain_and_enroll_certificate
cert, chain, key, _ = self.obtain_certificate(domains)
File "/var/lib/snapd/snap/certbot/2192/lib/python3.8/site-packages/certbot/_internal/client.py", line 442, in obtain_certificate
orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
File "/var/lib/snapd/snap/certbot/2192/lib/python3.8/site-packages/certbot/_internal/client.py", line 510, in _get_order_and_authorizations
authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
File "/var/lib/snapd/snap/certbot/2192/lib/python3.8/site-packages/certbot/_internal/auth_handler.py", line 106, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, best_effort)
File "/var/lib/snapd/snap/certbot/2192/lib/python3.8/site-packages/certbot/_internal/auth_handler.py", line 206, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.
2022-09-06 17:14:27,256:ERROR:certbot._internal.log:Some challenges have failed.