Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2022-03-07 17:24:36,949:DEBUG:certbot._internal.main:certbot version: 1.24.0
- 2022-03-07 17:24:36,949:DEBUG:certbot._internal.main:Location of certbot entry point: C:\Program Files (x86)\Certbot\bin\certbot.exe
- 2022-03-07 17:24:36,949:DEBUG:certbot._internal.main:Arguments: ['--webroot', '-w', 'C:\\S24DEV\\bin\\certbot-webroot', '--preconfigured-renewal']
- 2022-03-07 17:24:36,949:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
- 2022-03-07 17:24:37,027:DEBUG:certbot._internal.log:Root logging level set at 30
- 2022-03-07 17:24:37,027:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
- 2022-03-07 17:24:37,043: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 0x041F5C88>
- Prep: True
- 2022-03-07 17:24:37,043:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot._internal.plugins.webroot.Authenticator object at 0x041F5C88> and installer None
- 2022-03-07 17:24:37,043:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None
- 2022-03-07 17:24:37,074: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/440286880', new_authzr_uri=None, terms_of_service=None), 657b57136c90a4b6a39af6a1abad3940, Meta(creation_dt=datetime.datetime(2022, 3, 7, 13, 48, 59, tzinfo=<UTC>), creation_host='S24ServerDev.1yv23iehwwzedajc3kiqndqdoe.frax.internal.cloudapp.net', register_to_eff='i.debastoscosta@software24.com'))>
- 2022-03-07 17:24:37,121:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
- 2022-03-07 17:24:37,121:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
- 2022-03-07 17:24:37,518:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 658
- 2022-03-07 17:24:37,518:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 07 Mar 2022 16:24:37 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
- {
- "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",
- "qTQhG2HYCmc": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
- "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
- }
- 2022-03-07 17:24:37,518:DEBUG:certbot.display.ops:No installer, picking names manually
- 2022-03-07 17:24:46,693:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for dev.mysoftware24.com
- 2022-03-07 17:24:47,025:DEBUG:certbot.crypto_util:Generating RSA key (2048 bits): C:\Certbot\keys\0014_key-certbot.pem
- 2022-03-07 17:24:47,044:DEBUG:certbot.crypto_util:Creating CSR: C:\Certbot\csr\0014_csr-certbot.pem
- 2022-03-07 17:24:47,044:DEBUG:acme.client:Requesting fresh nonce
- 2022-03-07 17:24:47,044:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
- 2022-03-07 17:24:47,168:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
- 2022-03-07 17:24:47,168:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 07 Mar 2022 16:24:47 GMT
- Connection: keep-alive
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: 0102VdsK681K9WQsC1J8MRY7zy4gqOYo6R3var5nXCvqvjc
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- 2022-03-07 17:24:47,168:DEBUG:acme.client:Storing nonce: 0102VdsK681K9WQsC1J8MRY7zy4gqOYo6R3var5nXCvqvjc
- 2022-03-07 17:24:47,168:DEBUG:acme.client:JWS payload:
- b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "dev.mysoftware24.com"\n }\n ]\n}'
- 2022-03-07 17:24:47,184:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNDQwMjg2ODgwIiwgIm5vbmNlIjogIjAxMDJWZHNLNjgxSzlXUXNDMUo4TVJZN3p5NGdxT1lvNlIzdmFyNW5YQ3ZxdmpjIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctb3JkZXIifQ",
- "signature": "XzbmZAGx2Ptj0u5GVK4A_lQ7LLIXR9N_pzMqpdC1MD8D0shAHaSDw3v_F_Aajti2yOxyQLee2SWyTa5O7Bs6stdmV7cSfLofCIsYxxOTIwskUdVtS3GPnNfKK4sfZWrSNSpNuGzyIvG48_c72s2UYlJ0zsaruFAA_DqZNPJcBFxdVyoDGOKu2l16PfPms16x3WU6IM6fzBBX587Up4nH_0O0kdDfKaIrVc21YevYGYAlu-2eTP_ATZWFpO6jGJthYw8Lrdu6AeRNxkw5i1qblLWEYodw3y366SKtn5MEmq9UMKldk6q6ohfEXGjiyv2LlcJOmF119vb7wqz_NhdUkg",
- "payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImRldi5teXNvZnR3YXJlMjQuY29tIgogICAgfQogIF0KfQ"
- }
- 2022-03-07 17:24:47,609:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 343
- 2022-03-07 17:24:47,609:DEBUG:acme.client:Received response:
- HTTP 201
- Server: nginx
- Date: Mon, 07 Mar 2022 16:24:47 GMT
- Content-Type: application/json
- Content-Length: 343
- Connection: keep-alive
- Boulder-Requester: 440286880
- 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/440286880/69541363230
- Replay-Nonce: 0101vXKuu0N0D9xD_OQo0xO6nBJOJvK721iJC4H2YZPf-4E
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "status": "pending",
- "expires": "2022-03-14T16:24:47Z",
- "identifiers": [
- {
- "type": "dns",
- "value": "dev.mysoftware24.com"
- }
- ],
- "authorizations": [
- "https://acme-v02.api.letsencrypt.org/acme/authz-v3/85277443730"
- ],
- "finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/440286880/69541363230"
- }
- 2022-03-07 17:24:47,609:DEBUG:acme.client:Storing nonce: 0101vXKuu0N0D9xD_OQo0xO6nBJOJvK721iJC4H2YZPf-4E
- 2022-03-07 17:24:47,609:DEBUG:acme.client:JWS payload:
- b''
- 2022-03-07 17:24:47,609:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/85277443730:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNDQwMjg2ODgwIiwgIm5vbmNlIjogIjAxMDF2WEt1dTBOMEQ5eERfT1FvMHhPNm5CSk9Kdks3MjFpSkM0SDJZWlBmLTRFIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My84NTI3NzQ0MzczMCJ9",
- "signature": "XxO48B8z-4raTVAd3o_JlVqZ3Cq-maVmq7zHdxed2ayTgC6rsgr55opB758jZ94ZngGxQ9Kh_3EEkP9TxnrzSp7yQfElCy0fHqGd3XQTgyE4mAIgqFn6BrZf7t4j7YFwcRKPnpVZ1Uq8QEjlG-pbz3luU7-o44etb-hkU9G6WO1x5R_JtgZ8SadNXm_PSoRiEkswgHDXa1ytsywdvrcmB4lT8YOS3wKKkORX2upeu01HdU0c4G67un_1Kd_kd0Mmc9GcDYfGpvIR_NhziqSHCpQb2hqCJYVPet91ntEOyeKuWycpWIehF5lcjzWW6jT0CHPIEFSH7OEOs9nenupwhA",
- "payload": ""
- }
- 2022-03-07 17:24:47,762:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/85277443730 HTTP/1.1" 200 801
- 2022-03-07 17:24:47,777:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 07 Mar 2022 16:24:47 GMT
- Content-Type: application/json
- Content-Length: 801
- Connection: keep-alive
- Boulder-Requester: 440286880
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: 0101oFYAYtIm4496LB6-SYvvmPZ0e51wKsb4osEi5iC_xVA
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "identifier": {
- "type": "dns",
- "value": "dev.mysoftware24.com"
- },
- "status": "pending",
- "expires": "2022-03-14T16:24:47Z",
- "challenges": [
- {
- "type": "http-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/85277443730/kWMLMA",
- "token": "rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk"
- },
- {
- "type": "dns-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/85277443730/vp8J6Q",
- "token": "rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk"
- },
- {
- "type": "tls-alpn-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/85277443730/BW8PJA",
- "token": "rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk"
- }
- ]
- }
- 2022-03-07 17:24:47,777:DEBUG:acme.client:Storing nonce: 0101oFYAYtIm4496LB6-SYvvmPZ0e51wKsb4osEi5iC_xVA
- 2022-03-07 17:24:47,777:INFO:certbot._internal.auth_handler:Performing the following challenges:
- 2022-03-07 17:24:47,777:INFO:certbot._internal.auth_handler:http-01 challenge for dev.mysoftware24.com
- 2022-03-07 17:24:47,777:INFO:certbot._internal.plugins.webroot:Using the webroot path C:\S24DEV\bin\certbot-webroot for all unmatched domains.
- 2022-03-07 17:24:47,777:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at C:\S24DEV\bin\certbot-webroot\.well-known\acme-challenge
- 2022-03-07 17:24:47,777:INFO:certbot._internal.plugins.webroot:Creating a web.config file in C:\S24DEV\bin\certbot-webroot\.well-known\acme-challenge to allow IIS to serve challenge files.
- 2022-03-07 17:24:47,777:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to C:\S24DEV\bin\certbot-webroot\.well-known\acme-challenge\rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk
- 2022-03-07 17:24:47,777:DEBUG:acme.client:JWS payload:
- b'{}'
- 2022-03-07 17:24:47,793:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall-v3/85277443730/kWMLMA:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNDQwMjg2ODgwIiwgIm5vbmNlIjogIjAxMDFvRllBWXRJbTQ0OTZMQjYtU1l2dm1QWjBlNTF3S3NiNG9zRWk1aUNfeFZBIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9jaGFsbC12My84NTI3NzQ0MzczMC9rV01MTUEifQ",
- "signature": "lHYMAw-dBUdZKKNNUw2ZSUjtLGTybezfDY-EVB3walsvIMdSSR-agEwyYD5bToLYA1jAsGxQYPu1jvzlA-J9AXYPlkvaDujlHrj6mbxkrfI10Lve1UjZLYe5gaFNGy-mmAjO2NhLWDS_j9_OvTDPmmNI681IepAiIe64pUF6ZMWFgtg3twi_gjrmhGvj65JwqWoU-DA-tL1i1CA15YMUprz8Ni4Og8JvD7fqcYMJz_Fzi4m9FLl-XwovNdjYGBOGDN3EQWifk93O738MH7qr6Bjq6yj4KmjjMdWmW6Qq5UVatteiWe9dJJSeyTbFG9JAvrdzCjL1ZCj4_h3gpcbuUQ",
- "payload": "e30"
- }
- 2022-03-07 17:24:47,953:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall-v3/85277443730/kWMLMA HTTP/1.1" 200 186
- 2022-03-07 17:24:47,953:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 07 Mar 2022 16:24:47 GMT
- Content-Type: application/json
- Content-Length: 186
- Connection: keep-alive
- Boulder-Requester: 440286880
- 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/85277443730>;rel="up"
- Location: https://acme-v02.api.letsencrypt.org/acme/chall-v3/85277443730/kWMLMA
- Replay-Nonce: 0101eZiiuYy_SLA5C9ha53GHWkBDZ-IKHLNPMz_-oJJcw44
- 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/85277443730/kWMLMA",
- "token": "rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk"
- }
- 2022-03-07 17:24:47,953:DEBUG:acme.client:Storing nonce: 0101eZiiuYy_SLA5C9ha53GHWkBDZ-IKHLNPMz_-oJJcw44
- 2022-03-07 17:24:47,953:INFO:certbot._internal.auth_handler:Waiting for verification...
- 2022-03-07 17:24:48,962:DEBUG:acme.client:JWS payload:
- b''
- 2022-03-07 17:24:48,962:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/85277443730:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNDQwMjg2ODgwIiwgIm5vbmNlIjogIjAxMDFlWmlpdVl5X1NMQTVDOWhhNTNHSFdrQkRaLUlLSExOUE16Xy1vSkpjdzQ0IiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My84NTI3NzQ0MzczMCJ9",
- "signature": "FM5E5WDHh99Lw7iDNVsY5F0JHUxUSkViK1IEJgvtKefEwuGFDmg45rrzC5YCk5TAWARvNNXl8LMaCCZnnY6vq8UXsx11D8nPR1zO_T9QSlnTO8GJzKRjHQxkapBlL_9Ui4SW0cHZlxs7_2IV4_w4poXjJ59ToSijIaRiW3c3dY8ONJjtJsUYfZ9scCY_4lW9dpgWcLsKv5pMN4m7oyNvfNxEm4tA1PbvRYm2lmOz2vBCtCWtmB08PaexQIUIPXd8sYBsTSwW3mZiEEykwbotczuRlqtxCut5IQ_vh3zspzwtmPmrY9Xmerp6zzDUOUSZCpiNEyQ423xQxXXcJVPXXA",
- "payload": ""
- }
- 2022-03-07 17:24:49,106:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/85277443730 HTTP/1.1" 200 801
- 2022-03-07 17:24:49,106:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 07 Mar 2022 16:24:49 GMT
- Content-Type: application/json
- Content-Length: 801
- Connection: keep-alive
- Boulder-Requester: 440286880
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: 0101PjAkK8dQIZoUEFh6hsr02Rn7AK7FSrylvbfLwk1IZ5A
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "identifier": {
- "type": "dns",
- "value": "dev.mysoftware24.com"
- },
- "status": "pending",
- "expires": "2022-03-14T16:24:47Z",
- "challenges": [
- {
- "type": "http-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/85277443730/kWMLMA",
- "token": "rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk"
- },
- {
- "type": "dns-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/85277443730/vp8J6Q",
- "token": "rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk"
- },
- {
- "type": "tls-alpn-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/85277443730/BW8PJA",
- "token": "rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk"
- }
- ]
- }
- 2022-03-07 17:24:49,106:DEBUG:acme.client:Storing nonce: 0101PjAkK8dQIZoUEFh6hsr02Rn7AK7FSrylvbfLwk1IZ5A
- 2022-03-07 17:24:52,109:DEBUG:acme.client:JWS payload:
- b''
- 2022-03-07 17:24:52,109:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/85277443730:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNDQwMjg2ODgwIiwgIm5vbmNlIjogIjAxMDFQakFrSzhkUUlab1VFRmg2aHNyMDJSbjdBSzdGU3J5bHZiZkx3azFJWjVBIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My84NTI3NzQ0MzczMCJ9",
- "signature": "c0SnW8JcWSG-K3CNfO8F9i-4FxFhL_lRNgM-GQX5t5S-4hO8blnOfoKEy6xO4PYjE-sQvodUiioE3WqBU0QMnqAcedEucPd0vp-KNaY3qjtDIfKt3g_6fTBV1bX4TCjHtTTH3unNMysYA_3XWl5CuwmWfaDdilGx1aw1fHe_FNBoPhpFiFCZf2lSdiVlnR3V-89B2PLnxQ98iwu_WWfUKgmn-YxtnT-QUH0xC84g2q4mZqxdQoNxASz53uEg66DJ4TBlRcm2V612mIhs79ND7egPYHstle1D98COBCsb_NYEZKyeWx2pNjsW6IRtKwsJpfQdWE2T8QNr2kfuxZ_5Rw",
- "payload": ""
- }
- 2022-03-07 17:24:52,265:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/85277443730 HTTP/1.1" 200 801
- 2022-03-07 17:24:52,265:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 07 Mar 2022 16:24:52 GMT
- Content-Type: application/json
- Content-Length: 801
- Connection: keep-alive
- Boulder-Requester: 440286880
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: 0102GSGxdHxvDeoQnTkXaKLtFKgDZqfC3n0vSghSssf0DJQ
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "identifier": {
- "type": "dns",
- "value": "dev.mysoftware24.com"
- },
- "status": "pending",
- "expires": "2022-03-14T16:24:47Z",
- "challenges": [
- {
- "type": "http-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/85277443730/kWMLMA",
- "token": "rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk"
- },
- {
- "type": "dns-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/85277443730/vp8J6Q",
- "token": "rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk"
- },
- {
- "type": "tls-alpn-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/85277443730/BW8PJA",
- "token": "rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk"
- }
- ]
- }
- 2022-03-07 17:24:52,265:DEBUG:acme.client:Storing nonce: 0102GSGxdHxvDeoQnTkXaKLtFKgDZqfC3n0vSghSssf0DJQ
- 2022-03-07 17:24:55,270:DEBUG:acme.client:JWS payload:
- b''
- 2022-03-07 17:24:55,270:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/85277443730:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNDQwMjg2ODgwIiwgIm5vbmNlIjogIjAxMDJHU0d4ZEh4dkRlb1FuVGtYYUtMdEZLZ0RacWZDM24wdlNnaFNzc2YwREpRIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My84NTI3NzQ0MzczMCJ9",
- "signature": "lapS5pwKg2ogdTypG9lqRsx2f08JVUIZw5mAH4MJun1JZ95h4jF8Z9UCvSOLi61OZK2rETo78xayot-pbS9d1nU77goOjsbqUDpxHxASLIB-gBWocbSJCHXyinGXxFDSIRM30tkvczM_9NRRnNF7KJlfnrjXehjoM5Rw2r8QkMHTVPzhGvjmZY9KqyD-RQRtuaGhknWq8NVTKyEajr-5_q38c0eo0ZcRDuSZxXXijFt-c6aRPSIGGaFA063qqtLVUCtNAyWLDcy6_V8O8lwiZYsVzprElv_KPae0dZsKzXa1eytr0jp5_woFuwShlKHyN1GiaEB0A2-PhwyjYrYq9g",
- "payload": ""
- }
- 2022-03-07 17:24:55,426:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/85277443730 HTTP/1.1" 200 801
- 2022-03-07 17:24:55,426:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 07 Mar 2022 16:24:55 GMT
- Content-Type: application/json
- Content-Length: 801
- Connection: keep-alive
- Boulder-Requester: 440286880
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: 01019o0dh1OmrALoOu0f_FMrN3A95YllzdCe9jl4ALvg2zQ
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "identifier": {
- "type": "dns",
- "value": "dev.mysoftware24.com"
- },
- "status": "pending",
- "expires": "2022-03-14T16:24:47Z",
- "challenges": [
- {
- "type": "http-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/85277443730/kWMLMA",
- "token": "rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk"
- },
- {
- "type": "dns-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/85277443730/vp8J6Q",
- "token": "rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk"
- },
- {
- "type": "tls-alpn-01",
- "status": "pending",
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/85277443730/BW8PJA",
- "token": "rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk"
- }
- ]
- }
- 2022-03-07 17:24:55,426:DEBUG:acme.client:Storing nonce: 01019o0dh1OmrALoOu0f_FMrN3A95YllzdCe9jl4ALvg2zQ
- 2022-03-07 17:24:58,437:DEBUG:acme.client:JWS payload:
- b''
- 2022-03-07 17:24:58,437:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/85277443730:
- {
- "protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvNDQwMjg2ODgwIiwgIm5vbmNlIjogIjAxMDE5bzBkaDFPbXJBTG9PdTBmX0ZNck4zQTk1WWxsemRDZTlqbDRBTHZnMnpRIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9hdXRoei12My84NTI3NzQ0MzczMCJ9",
- "signature": "de18vZRhJ-PnYDNYl1vtWqsX6p3SaGySeNm9mI5HyYpZd7vII8DVKIyzRQnWPkIdRWsgXwhzTl52Edavl2l9O1IOoRZC2lLolElxr6XGmXDWUNl7mBcXsmPB24XXKhLaNm3cGiBdWIlORHOMTqTGNAP2HExVCGFKVw2IID1EaRYUhqvO53WQTvIPuYHuRUGRy_LkIsqxPhlXcYnuKh8RI7Dkki0pKZviiHWmagZreKfwmNIv__ruu_fGLUMVgsjmqo-FfC9fOGjD8qnFBymKcmRJmqEj_zI0N8CKfU4bO-dEYq0T52V8QICOuCz1e7jZaWcgHI2SfBG6A-T9gfrcnQ",
- "payload": ""
- }
- 2022-03-07 17:24:58,585:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz-v3/85277443730 HTTP/1.1" 200 1062
- 2022-03-07 17:24:58,585:DEBUG:acme.client:Received response:
- HTTP 200
- Server: nginx
- Date: Mon, 07 Mar 2022 16:24:58 GMT
- Content-Type: application/json
- Content-Length: 1062
- Connection: keep-alive
- Boulder-Requester: 440286880
- Cache-Control: public, max-age=0, no-cache
- Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
- Replay-Nonce: 0102j0SXw2FXlzGANOUdS0vLU-CrvE69sUixJEX3T-OK22s
- X-Frame-Options: DENY
- Strict-Transport-Security: max-age=604800
- {
- "identifier": {
- "type": "dns",
- "value": "dev.mysoftware24.com"
- },
- "status": "invalid",
- "expires": "2022-03-14T16:24:47Z",
- "challenges": [
- {
- "type": "http-01",
- "status": "invalid",
- "error": {
- "type": "urn:ietf:params:acme:error:connection",
- "detail": "Fetching http://dev.mysoftware24.com/.well-known/acme-challenge/rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk: Timeout during connect (likely firewall problem)",
- "status": 400
- },
- "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/85277443730/kWMLMA",
- "token": "rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk",
- "validationRecord": [
- {
- "url": "http://dev.mysoftware24.com/.well-known/acme-challenge/rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk",
- "hostname": "dev.mysoftware24.com",
- "port": "80",
- "addressesResolved": [
- "20.113.82.184"
- ],
- "addressUsed": "20.113.82.184"
- }
- ],
- "validated": "2022-03-07T16:24:47Z"
- }
- ]
- }
- 2022-03-07 17:24:58,585:DEBUG:acme.client:Storing nonce: 0102j0SXw2FXlzGANOUdS0vLU-CrvE69sUixJEX3T-OK22s
- 2022-03-07 17:24:58,585:INFO:certbot._internal.auth_handler:Challenge failed for domain dev.mysoftware24.com
- 2022-03-07 17:24:58,585:INFO:certbot._internal.auth_handler:http-01 challenge for dev.mysoftware24.com
- 2022-03-07 17:24:58,585:DEBUG:certbot._internal.display.obj:Notifying user:
- Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
- Domain: dev.mysoftware24.com
- Type: connection
- Detail: Fetching http://dev.mysoftware24.com/.well-known/acme-challenge/rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk: Timeout during connect (likely firewall problem)
- 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.
- 2022-03-07 17:24:58,585:DEBUG:certbot._internal.error_handler:Encountered exception:
- Traceback (most recent call last):
- File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\auth_handler.py", line 106, in handle_authorizations
- self._poll_authorizations(authzrs, max_retries, best_effort)
- File "C:\Program Files (x86)\Certbot\pkgs\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-03-07 17:24:58,585:DEBUG:certbot._internal.error_handler:Calling registered functions
- 2022-03-07 17:24:58,585:INFO:certbot._internal.auth_handler:Cleaning up challenges
- 2022-03-07 17:24:58,585:DEBUG:certbot._internal.plugins.webroot:Removing C:\S24DEV\bin\certbot-webroot\.well-known\acme-challenge\rdxweTsuK_MwlDq2uBUkv_7KHgJ2t7jcbd--KBEBwHk
- 2022-03-07 17:24:58,600:INFO:certbot._internal.plugins.webroot:Cleaning web.config file generated by Certbot in C:\S24DEV\bin\certbot-webroot\.well-known\acme-challenge.
- 2022-03-07 17:24:58,600:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up
- 2022-03-07 17:24:58,600:DEBUG:certbot._internal.log:Exiting abnormally:
- Traceback (most recent call last):
- File "runpy.py", line 197, in _run_module_as_main
- File "runpy.py", line 87, in _run_code
- File "C:\Program Files (x86)\Certbot\bin\certbot.exe\__main__.py", line 29, in <module>
- sys.exit(main())
- File "C:\Program Files (x86)\Certbot\pkgs\certbot\main.py", line 19, in main
- return internal_main.main(cli_args)
- File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\main.py", line 1679, in main
- return config.func(config, plugins)
- File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\main.py", line 1538, in certonly
- lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
- File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\main.py", line 139, in _get_and_save_cert
- lineage = le_client.obtain_and_enroll_certificate(domains, certname)
- File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\client.py", line 513, in obtain_and_enroll_certificate
- cert, chain, key, _ = self.obtain_certificate(domains)
- File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\client.py", line 441, in obtain_certificate
- orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
- File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\client.py", line 493, in _get_order_and_authorizations
- authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
- File "C:\Program Files (x86)\Certbot\pkgs\certbot\_internal\auth_handler.py", line 106, in handle_authorizations
- self._poll_authorizations(authzrs, max_retries, best_effort)
- File "C:\Program Files (x86)\Certbot\pkgs\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-03-07 17:24:58,600:ERROR:certbot._internal.log:Some challenges have failed.
Advertisement
RAW Paste Data
Copied
Advertisement