Help with Komga-Caddy setup please

1. The problem I’m having:

When I typed “caddy run” in CMD, it loads but stops with ‘trying to solve challenge’. My Komga server can’t be accessed with the domain I purchased.

I have installed Komga via Microsoft Store, and I can connect to it via my public IP and port number. However, it isn’t secured and needs to be HTTPS. My caddyfile is -

komga.arddylib.com {
   reverse_proxy 127.0.0.1:25600
}

which I grabbed from Komga Installation

2. Error messages and/or full log output:

I apologise if this log is too long and/or unnecessary -

2024/05/02 08:45:27.541 ←[34mINFO←[0m   using adjacent Caddyfile
2024/05/02 08:45:27.541 ←[33mWARN←[0m   Caddyfile input is not formatted; run 'caddy fmt --overwrite' to fix inconsistencies    {"adapter": "caddyfile", "file": "Caddyfile", "line": 5}
2024/05/02 08:45:27.567 ←[34mINFO←[0m   admin   admin endpoint started  {"address": "localhost:2019", "enforce_origin": false, "origins": ["//localhost:2019", "//[::1]:2019", "//127.0.0.1:2019"]}
2024/05/02 08:45:27.569 ←[34mINFO←[0m   tls.cache.maintenance   started background certificate maintenance      {"cache": "0xc0003ee580"}
2024/05/02 08:45:27.569 ←[34mINFO←[0m   http.auto_https server is listening only on the HTTPS port but has no TLS connection policies; adding one to enable TLS {"server_name": "srv0", "https_port": 443}
2024/05/02 08:45:27.570 ←[34mINFO←[0m   http.auto_https enabling automatic HTTP->HTTPS redirects        {"server_name": "srv0"}
2024/05/02 08:45:27.570 ←[35mDEBUG←[0m  http.auto_https adjusted config {"tls": {"automation":{"policies":[{}]}}, "http": {"servers":{"remaining_auto_https_redirects":{"listen":[":80"],"routes":[{},{}]},"srv0":{"listen":[":443"],"routes":[{"handle":[{"handler":"subroute","routes":[{"handle":[{"handler":"reverse_proxy","upstreams":[{"dial":"127.0.0.1:25600"}]}]}]}],"terminal":true}],"tls_connection_policies":[{}],"automatic_https":{}}}}}
2024/05/02 08:45:27.572 ←[34mINFO←[0m   http    enabling HTTP/3 listener        {"addr": ":443"}
2024/05/02 08:45:27.573 ←[35mDEBUG←[0m  http    starting server loop    {"address": "[::]:443", "tls": true, "http3": true}
2024/05/02 08:45:27.574 ←[34mINFO←[0m   http.log        server running  {"name": "srv0", "protocols": ["h1", "h2", "h3"]}
2024/05/02 08:45:27.575 ←[35mDEBUG←[0m  http    starting server loop    {"address": "[::]:80", "tls": false, "http3": false}
2024/05/02 08:45:27.575 ←[34mINFO←[0m   http.log        server running  {"name": "remaining_auto_https_redirects", "protocols": ["h1", "h2", "h3"]}
2024/05/02 08:45:27.575 ←[34mINFO←[0m   http    enabling automatic TLS certificate management   {"domains": ["komga.arddylib.com"]}
2024/05/02 08:45:27.580 ←[33mWARN←[0m   tls     storage cleaning happened too recently; skipping for now        {"storage": "FileStorage:C:\\Users\\R T\\AppData\\Roaming\\Caddy", "instance": "caec1b3b-a50b-406d-b5e9-74c032f5a777", "try_again": "2024/05/03 08:45:27.580", "try_again_in": 86400}
2024/05/02 08:45:27.583 ←[34mINFO←[0m   autosaved config (load with --resume flag)      {"file": "C:\\Users\\R T\\AppData\\Roaming\\Caddy\\autosave.json"}
2024/05/02 08:45:27.584 ←[34mINFO←[0m   serving initial configuration
2024/05/02 08:45:27.585 ←[34mINFO←[0m   tls     finished cleaning storage units
2024/05/02 08:45:27.590 ←[34mINFO←[0m   tls.obtain      acquiring lock  {"identifier": "komga.arddylib.com"}
2024/05/02 08:45:27.599 ←[34mINFO←[0m   tls.obtain      lock acquired   {"identifier": "komga.arddylib.com"}
2024/05/02 08:45:27.599 ←[34mINFO←[0m   tls.obtain      obtaining certificate   {"identifier": "komga.arddylib.com"}
2024/05/02 08:45:27.599 ←[35mDEBUG←[0m  events  event   {"name": "cert_obtaining", "id": "26c25934-3457-446a-b5ef-d563dd1370cd", "origin": "tls", "data": {"identifier":"komga.arddylib.com"}}
2024/05/02 08:45:27.601 ←[35mDEBUG←[0m  tls.obtain      trying issuer 1/2       {"issuer": "acme-v02.api.letsencrypt.org-directory"}
2024/05/02 08:45:27.604 ←[34mINFO←[0m   http    waiting on internal rate limiter        {"identifiers": ["komga.arddylib.com"], "ca": "https://acme-v02.api.letsencrypt.org/directory", "account": ""}
2024/05/02 08:45:27.605 ←[34mINFO←[0m   http    done waiting on internal rate limiter   {"identifiers": ["komga.arddylib.com"], "ca": "https://acme-v02.api.letsencrypt.org/directory", "account": ""}
2024/05/02 08:45:28.176 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "GET", "url": "https://acme-v02.api.letsencrypt.org/directory", "headers": {"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["747"],"Content-Type":["application/json"],"Date":["Thu, 02 May 2024 08:45:27 GMT"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/02 08:45:28.358 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "HEAD", "url": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", "headers": {"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Cache-Control":["public, max-age=0, no-cache"],"Date":["Thu, 02 May 2024 08:45:28 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Y_7AIQuU5CH97Z5GLWch9mNkflhPb75N_WFva2OIZ5vzXbF2CJw"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/02 08:45:28.541 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/new-order", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["177"],"Content-Type":["application/problem+json"],"Date":["Thu, 02 May 2024 08:45:28 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["O0afatDIi2Iw92mLOiUnbIf6s02mcgXIuz1iAlC1a__sLGivMMM"],"Server":["nginx"]}, "status_code": 400}
2024/05/02 08:45:28.541 ←[35mDEBUG←[0m  http.acme_client        server rejected our nonce; retrying     {"detail": "JWS has an invalid anti-replay nonce: \"Y_7AIQuU5CH97Z5GLWch9mNkflhPb75N_WFva2OIZ5vzXbF2CJw\"", "error": "HTTP 400 urn:ietf:params:acme:error:badNonce - JWS has an invalid anti-replay nonce: \"Y_7AIQuU5CH97Z5GLWch9mNkflhPb75N_WFva2OIZ5vzXbF2CJw\""}
2024/05/02 08:45:29.057 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/new-order", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["213"],"Content-Type":["application/problem+json"],"Date":["Thu, 02 May 2024 08:45:28 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Y_7AIQuUJKNlvWZJIHORrZEfOB7CdmDNNsE72T2k0r02KPmuFAk"],"Server":["nginx"]}, "status_code": 429}
2024/05/02 08:45:29.057 ←[31mERROR←[0m  tls.obtain      could not get certificate from issuer   {"identifier": "komga.arddylib.com", "issuer": "acme-v02.api.letsencrypt.org-directory", "error": "HTTP 429 urn:ietf:params:acme:error:rateLimited - Error creating new order :: too many failed authorizations recently: see https://letsencrypt.org/docs/failed-validation-limit/"}
2024/05/02 08:45:29.060 ←[35mDEBUG←[0m  tls.obtain      trying issuer 2/2       {"issuer": "acme.zerossl.com-v2-DV90"}
2024/05/02 08:45:29.065 ←[34mINFO←[0m   http    waiting on internal rate limiter        {"identifiers": ["komga.arddylib.com"], "ca": "https://acme.zerossl.com/v2/DV90", "account": "caddy@zerossl.com"}
2024/05/02 08:45:29.065 ←[34mINFO←[0m   http    done waiting on internal rate limiter   {"identifiers": ["komga.arddylib.com"], "ca": "https://acme.zerossl.com/v2/DV90", "account": "caddy@zerossl.com"}
2024/05/02 08:45:30.439 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "GET", "url": "https://acme.zerossl.com/v2/DV90", "headers": {"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Content-Length":["645"],"Content-Type":["application/json"],"Date":["Thu, 02 May 2024 08:45:30 GMT"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 200}
2024/05/02 08:45:30.733 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "HEAD", "url": "https://acme.zerossl.com/v2/DV90/newNonce", "headers": {"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Cache-Control":["max-age=0, no-cache, no-store"],"Content-Type":["application/octet-stream"],"Date":["Thu, 02 May 2024 08:45:30 GMT"],"Link":["<https://acme.zerossl.com/v2/DV90>;rel=\"index\""],"Replay-Nonce":["jZny0gBO73bYVX6k8VaAXNWzoFqrnemRwFw477l8_OU"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 200}
2024/05/02 08:45:31.243 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme.zerossl.com/v2/DV90/newOrder", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Cache-Control":["max-age=0, no-cache, no-store"],"Content-Length":["280"],"Content-Type":["application/json"],"Date":["Thu, 02 May 2024 08:45:30 GMT"],"Location":["https://acme.zerossl.com/v2/DV90/order/d_RIeW-GP70Rfwat4JCt9w"],"Replay-Nonce":["gJHwaLEAIW204nfEZZoonztE6ewByfsTHLITqj21Ws4"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 201}
2024/05/02 08:45:31.607 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme.zerossl.com/v2/DV90/authz/CoJ2AYcF84jVm9HGHu779g", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Cache-Control":["max-age=0, no-cache, no-store"],"Content-Length":["451"],"Content-Type":["application/json"],"Date":["Thu, 02 May 2024 08:45:31 GMT"],"Link":["<https://acme.zerossl.com/v2/DV90>;rel=\"index\""],"Replay-Nonce":["5RJo0G6wExOYohfR0ciuK_YdkRSgMa8WHI0YFU0UzH0"],"Retry-After":["86400"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 200}
2024/05/02 08:45:31.608 ←[34mINFO←[0m   http.acme_client        trying to solve challenge       {"identifier": "komga.arddylib.com", "challenge_type": "http-01", "ca": "https://acme.zerossl.com/v2/DV90"}
2024/05/02 08:45:31.613 ←[35mDEBUG←[0m  http.acme_client        waiting for solver before continuing    {"identifier": "komga.arddylib.com", "challenge_type": "http-01"}
2024/05/02 08:45:31.613 ←[35mDEBUG←[0m  http.acme_client        done waiting for solver {"identifier": "komga.arddylib.com", "challenge_type": "http-01"}
2024/05/02 08:45:31.987 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme.zerossl.com/v2/DV90/chall/ZmRi1qZa-a6x_NzHtOz-4g", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Cache-Control":["max-age=0, no-cache, no-store"],"Content-Length":["164"],"Content-Type":["application/json"],"Date":["Thu, 02 May 2024 08:45:31 GMT"],"Link":["<https://acme.zerossl.com/v2/DV90/authz/CoJ2AYcF84jVm9HGHu779g>;rel=\"up\""],"Replay-Nonce":["okUinDnC366Yl9Q9awImK0jDZKqqHPrrm04bl9J_dtg"],"Retry-After":["60"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 200}
2024/05/02 08:45:31.987 ←[35mDEBUG←[0m  http.acme_client        challenge accepted      {"identifier": "komga.arddylib.com", "challenge_type": "http-01"}
2024/05/02 08:45:32.571 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme.zerossl.com/v2/DV90/authz/CoJ2AYcF84jVm9HGHu779g", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Cache-Control":["max-age=0, no-cache, no-store"],"Content-Length":["451"],"Content-Type":["application/json"],"Date":["Thu, 02 May 2024 08:45:32 GMT"],"Link":["<https://acme.zerossl.com/v2/DV90>;rel=\"index\""],"Replay-Nonce":["Rk4S2OyQSZNx0pjCUKekKpzvcJtMf_HOliRngmc4EXU"],"Retry-After":["86400"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 200}
2024/05/02 08:46:40.661 ←[34mINFO←[0m   shutting down   {"signal": "SIGINT"}
2024/05/02 08:46:40.674 ←[33mWARN←[0m   exiting; byeee!! 👋     {"signal": "SIGINT"}
2024/05/02 08:46:40.675 ←[34mINFO←[0m   http    servers shutting down with eternal grace period
2024/05/02 08:46:40.683 ←[33mWARN←[0m   http.acme_client        HTTP request failed; retrying   {"url": "https://acme.zerossl.com/v2/DV90/authz/CoJ2AYcF84jVm9HGHu779g", "error": "performing request: Post \"https://acme.zerossl.com/v2/DV90/authz/CoJ2AYcF84jVm9HGHu779g\": context canceled"}
2024/05/02 08:46:40.683 ←[31mERROR←[0m  http.acme_client        deactivating authorization      {"identifier": "komga.arddylib.com", "authz": "https://acme.zerossl.com/v2/DV90/authz/CoJ2AYcF84jVm9HGHu779g", "error": "attempt 1: https://acme.zerossl.com/v2/DV90/authz/CoJ2AYcF84jVm9HGHu779g: context canceled"}
2024/05/02 08:46:40.685 ←[31mERROR←[0m  tls.obtain      could not get certificate from issuer   {"identifier": "komga.arddylib.com", "issuer": "acme.zerossl.com-v2-DV90", "error": "[komga.arddylib.com] solving challenges: [komga.arddylib.com] context canceled (order=https://acme.zerossl.com/v2/DV90/order/d_RIeW-GP70Rfwat4JCt9w) (ca=https://acme.zerossl.com/v2/DV90)"}
2024/05/02 08:46:40.685 ←[34mINFO←[0m   admin   stopped previous server {"address": "localhost:2019"}
2024/05/02 08:46:40.686 ←[35mDEBUG←[0m  events  event   {"name": "cert_failed", "id": "11b993fc-c6e3-484b-8bce-6f18e7e0ad3a", "origin": "tls", "data": {"error":{},"identifier":"komga.arddylib.com","issuers":["acme-v02.api.letsencrypt.org-directory","acme.zerossl.com-v2-DV90"],"renewal":false}}
2024/05/02 08:46:40.688 ←[34mINFO←[0m   tls.obtain      releasing lock  {"identifier": "komga.arddylib.com"}
2024/05/02 08:46:40.686 ←[34mINFO←[0m   shutdown complete       {"signal": "SIGINT", "exit_code": 0}

3. Caddy version:

v2.7.6 h1:w0NymbG2m9PcvKWsrXO6EEkY9Ru4FJK8uQbYcev1p3A=

4. How I installed and ran Caddy:

I found this part the most confusing. I’m on Windows 10 and am not using a Docker, so the official installation methods did not seem to be appropriate for what I have (or maybe I don’t understand some of their terminology?). So I downloaded “caddy_windows_amd64.exe” from the Download Caddy, and renamed that to “caddy.exe”. I’ve no clue if this is the right way - actually I’m more sure it is the wrong way.

I did see the option to go with Scoop or Cholatey, but I’ve no clue where I’m supposed to type

scoop install caddy

a. System environment:

I’m using Windows 10 with no docker. I have installed Komga straight from Microsoft Store and it works out of the box, just not with HTTPS.

b. Command:

I open CMD, and type

cd c:/

so I get to Caddy.exe, then I type

caddy run

c. Service/unit/compose file:

NA/Unsure what this is.

d. My complete Caddy config:

In a separate file next to caddy.exe, I have one that’s called “Caddyfile” with no extension. This is what’s in it.

{
	debug
}
komga.arddylib.com {
  reverse_proxy 127.0.0.1:25600
}

5. Links to relevant resources:

Instructions provided by Komga - Komga Instructions

Thank you in advance for any and all help. Please forgive my ignorance.

This domain doesn’t resolve to an IP address. Do you own that domain? If you do, make sure to set an A record with your public IP address. Make sure you have ports 80 and 443 open and forwarded to your server’s IP address.

The problem you’re having is ACME issuers (Let’s Encrypt) can’t reach your server, so they can’t verify that you control the domain.

Those are commands you run in your terminal. They require either Scoop or Chocolatey to be installed, which are package managers (google them).

They’re one way to keep Caddy up to date, you can later run the package manager’s update command to pull a new version of Caddy when one is available.

You probably shouldn’t put caddy.exe right in C:\ like that. Put it in some folder somewhere, not in the root of your filesystem. Keep things organized.

The recommended way to run Caddy is as a service, so it stays running if you close your terminal and starts automatically when you start your machine. See Keep Caddy Running — Caddy Documentation

2 Likes

Hi Francislavoie,

Thank you very much for the informative reply. I feel like I’m getting closer, still no dice.

I have just purchased the domain “www.arddylib.com” from Namecheap.com, and as per your suggestion; I have set up an “A Record” directing it back to my public IP address. Additionally, I’ve ensured ports 80 and 443 has been opened and forward to the PC that is running Komga.

Thanks also for suggesting placing the caddy.exe in an folder, and for running caddy as a service. I have placed it in a folder now, and successfully created that service as per the link you gave - thank you!

I’ve adjusted my Caddyfile to

{
	debug
}
www.arddylib.com {
  reverse_proxy http://192.168.86.52:25600
}

And seem to be getting a better response, and I can see it giving me errors when I try to goto www.arddylib.com, but receiving the errors below -

tls.handshake no matching certificates and no custom selection logic {"identifier": "www.arddylib.com"}

and


HTTP: TLS handshake error from 192.168.86.1:14995: no certificate available for 'www.arddylib.com'

I recognise the IP is from my Google Wifi Router, but unsure what that port number is.

Thanks again for the response, and any more tips you can give would greatly be appreciated!

Please show your full logs, not just part of a line.

Sorry mate, PSB.

When I ‘caddy run’ this is what I get.

2024/05/03 08:31:48.495 ←[34mINFO←[0m   using adjacent Caddyfile
2024/05/03 08:31:48.496 ←[33mWARN←[0m   Caddyfile input is not formatted; run 'caddy fmt --overwrite' to fix inconsistencies    {"adapter": "caddyfile", "file": "Caddyfile", "line": 5}
2024/05/03 08:31:48.520 ←[34mINFO←[0m   admin   admin endpoint started  {"address": "localhost:2019", "enforce_origin": false, "origins": ["//localhost:2019", "//[::1]:2019", "//127.0.0.1:2019"]}
2024/05/03 08:31:48.521 ←[34mINFO←[0m   tls.cache.maintenance   started background certificate maintenance      {"cache": "0xc0000a5380"}
2024/05/03 08:31:48.521 ←[34mINFO←[0m   http.auto_https server is listening only on the HTTPS port but has no TLS connection policies; adding one to enable TLS {"server_name": "srv0", "https_port": 443}
2024/05/03 08:31:48.523 ←[34mINFO←[0m   http.auto_https enabling automatic HTTP->HTTPS redirects        {"server_name": "srv0"}
2024/05/03 08:31:48.523 ←[35mDEBUG←[0m  http.auto_https adjusted config {"tls": {"automation":{"policies":[{}]}}, "http": {"servers":{"remaining_auto_https_redirects":{"listen":[":80"],"routes":[{},{}]},"srv0":{"listen":[":443"],"routes":[{"handle":[{"handler":"subroute","routes":[{"handle":[{"handler":"reverse_proxy","upstreams":[{"dial":"192.168.86.52:25600"}]}]}]}],"terminal":true}],"tls_connection_policies":[{}],"automatic_https":{}}}}}
2024/05/03 08:31:48.524 ←[34mINFO←[0m   http    enabling HTTP/3 listener        {"addr": ":443"}
2024/05/03 08:31:48.525 ←[35mDEBUG←[0m  http    starting server loop    {"address": "[::]:443", "tls": true, "http3": true}
2024/05/03 08:31:48.525 ←[34mINFO←[0m   http.log        server running  {"name": "srv0", "protocols": ["h1", "h2", "h3"]}
2024/05/03 08:31:48.526 ←[35mDEBUG←[0m  http    starting server loop    {"address": "[::]:80", "tls": false, "http3": false}
2024/05/03 08:31:48.526 ←[34mINFO←[0m   http.log        server running  {"name": "remaining_auto_https_redirects", "protocols": ["h1", "h2", "h3"]}
2024/05/03 08:31:48.527 ←[34mINFO←[0m   http    enabling automatic TLS certificate management   {"domains": ["www.arddylib.com"]}
2024/05/03 08:31:48.533 ←[33mWARN←[0m   tls     storage cleaning happened too recently; skipping for now        {"storage": "FileStorage:C:\\Users\\R T\\AppData\\Roaming\\Caddy", "instance": "caec1b3b-a50b-406d-b5e9-74c032f5a777", "try_again": "2024/05/04 08:31:48.533", "try_again_in": 86400}
2024/05/03 08:31:48.533 ←[34mINFO←[0m   autosaved config (load with --resume flag)      {"file": "C:\\Users\\R T\\AppData\\Roaming\\Caddy\\autosave.json"}
2024/05/03 08:31:48.540 ←[34mINFO←[0m   serving initial configuration
2024/05/03 08:31:48.540 ←[34mINFO←[0m   tls     finished cleaning storage units
2024/05/03 08:31:48.542 ←[34mINFO←[0m   tls.obtain      acquiring lock  {"identifier": "www.arddylib.com"}
2024/05/03 08:31:48.544 ←[34mINFO←[0m   [INFO][FileStorage:C:\Users\R T\AppData\Roaming\Caddy] Lock for 'issue_cert_www.arddylib.com' is stale (created: 2024-05-03 17:08:06.4260674 +1000 AEST, last update: 2024-05-03 17:10:11.7580395 +1000 AEST); removing then retrying: C:\Users\R T\AppData\Roaming\Caddy\locks\issue_cert_www.arddylib.com.lock
2024/05/03 08:31:48.551 ←[34mINFO←[0m   tls.obtain      lock acquired   {"identifier": "www.arddylib.com"}
2024/05/03 08:31:48.556 ←[34mINFO←[0m   tls.obtain      obtaining certificate   {"identifier": "www.arddylib.com"}
2024/05/03 08:31:48.557 ←[35mDEBUG←[0m  events  event   {"name": "cert_obtaining", "id": "d78f4e33-0596-4ea1-aa5e-1b7057c3f32c", "origin": "tls", "data": {"identifier":"www.arddylib.com"}}
2024/05/03 08:31:48.560 ←[35mDEBUG←[0m  tls.obtain      trying issuer 1/2       {"issuer": "acme-v02.api.letsencrypt.org-directory"}
2024/05/03 08:31:48.565 ←[34mINFO←[0m   http    waiting on internal rate limiter        {"identifiers": ["www.arddylib.com"], "ca": "https://acme-v02.api.letsencrypt.org/directory", "account": ""}
2024/05/03 08:31:48.565 ←[34mINFO←[0m   http    done waiting on internal rate limiter   {"identifiers": ["www.arddylib.com"], "ca": "https://acme-v02.api.letsencrypt.org/directory", "account": ""}
2024/05/03 08:31:49.150 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "GET", "url": "https://acme-v02.api.letsencrypt.org/directory", "headers": {"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["747"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:48 GMT"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:49.331 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "HEAD", "url": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", "headers": {"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Cache-Control":["public, max-age=0, no-cache"],"Date":["Fri, 03 May 2024 08:31:48 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZcuNDxdY-HyZQwPvG0mWYUshWesyl2ADO_k-idnsvF8o"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:49.550 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/new-order", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["342"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:48 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Location":["https://acme-v02.api.letsencrypt.org/acme/order/1703859557/266198146937"],"Replay-Nonce":["R8tUGx_ZOZxYzPope9OeHuGo46JG-9676-PqSEvJ55TZJTos9Uk"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 201}
2024/05/03 08:31:49.750 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:48 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4q0ohJJVBamHOSULXc-A5QKqBqw6JVoatWSE5Lgcrhrkw"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:49.751 ←[34mINFO←[0m   http.acme_client        trying to solve challenge       {"identifier": "www.arddylib.com", "challenge_type": "tls-alpn-01", "ca": "https://acme-v02.api.letsencrypt.org/directory"}
2024/05/03 08:31:49.756 ←[35mDEBUG←[0m  http.acme_client        waiting for solver before continuing    {"identifier": "www.arddylib.com", "challenge_type": "tls-alpn-01"}
2024/05/03 08:31:49.756 ←[35mDEBUG←[0m  http.acme_client        done waiting for solver {"identifier": "www.arddylib.com", "challenge_type": "tls-alpn-01"}
2024/05/03 08:31:49.756 ←[35mDEBUG←[0m  http.stdlib     http: TLS handshake error from 127.0.0.1:52098: EOF
2024/05/03 08:31:49.941 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/346107419207/laLtOA", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["191"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:48 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\"","<https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207>;rel=\"up\""],"Location":["https://acme-v02.api.letsencrypt.org/acme/chall-v3/346107419207/laLtOA"],"Replay-Nonce":["R8tUGx_Z1C3ZwL5NC5opw-IFFBmoGK3l3XpMai4Vvbyp46WpycA"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:49.941 ←[35mDEBUG←[0m  http.acme_client        challenge accepted      {"identifier": "www.arddylib.com", "challenge_type": "tls-alpn-01"}
2024/05/03 08:31:50.381 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:49 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qRdjrlIR6SbMU3Y1L9bGFVEZfTbQ6QhZlo2c2N8vxPeM"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:50.816 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:49 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qwrzQ2cZWzkMR6Xo8x4cDHSKm1Zz-cv9t4IKAemE0W-o"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:51.277 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:50 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qOOhGbVe6WFzUK-bRd8aE_UhekcHbtpM-_57TFLR-mag"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:51.715 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:50 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZvEroV1ikWVdbeWdaLSinBYCN2zkQYXTKitSHlvBKzrU"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:52.167 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:51 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4quVDebveiCVhzL8Nx9q4AlzknQoFQRKe1ncgyji5Sbmg"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:52.618 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:51 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZhNFPtTOtF0TYvB9UuAjN8uDpGGz7HfWlHumkfaOcsS4"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:53.128 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:52 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZHV2UKzLANAX72POWG9EBxFiaaHnBcqtidCkoKnj_his"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:53.569 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:52 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4q-OthoIZyJ005YUHQaA28THp7JQ9goGFEofN9hVas0Us"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:54.003 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:52 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Z8vmiJHoVobk4IGnI9vhs7gSBs3hI6MTQ-SWO0p2vr-E"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:54.443 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:53 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZIMzTEIoQ-9vZxM2H18M1tx75j_mv6cWcjMPe2DaqDhc"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:54.879 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:53 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qWe3FMeG9LjYTBTF9B7vw6gyQVGoyaZxaZV21IfRwPe8"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:55.316 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:54 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZnImeF4FUidwxMdn-Ya8NPoI5XFiwKshGgdAme0dOH3w"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:55.798 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:54 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qtUvoLxpVHH4O9Rh_2aZOSuqCb_bC-5SIwrhtpOQV0jM"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:56.241 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:55 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qWezazaeNf_T76b5abt2xAoH_N7SJiZVOeEIiiFbQ7JA"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:56.677 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:55 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qfNuHvgTupvrTQiOW6HG8Mvg-skqKIlkl9lJfe140Zz0"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:57.112 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:56 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qNfoqdafHt9ENDzVYWXX0zdi_WtsfQsdgfoNzfE4Th_4"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:57.566 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:56 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZwIqlNv-fVZTjFXhprgxtR2-A7zMetOrHGl7Nmi37CU8"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:58.024 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:56 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Zgi41lh7BmvSPY3P9hVrB5AypzF7fkF3tqloIozqjM5E"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:58.462 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:57 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qzoSAdI2ZdvAE2nDRpJUr7k5nyvDczH8JXOcolpXfMds"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:58.893 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:57 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZUM9As0bivCsZOsW0sg3fZ5edLutDEb9_SXz8UX-T7t8"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:59.350 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:58 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qbP2VO8kvjJzxzLPk17_C-qm0ZuIRPiQMiF_ZTRv5jVc"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:31:59.790 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:58 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZYJ3-V5wbgzfSRY94bT1KG2XZZm91HT4HqL6LB_rACLw"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:00.234 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107419207", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["965"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:31:59 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZyfYAM784A-lJ7akM9k_vyLkQ5beuiOgnLoTexMIkKFE"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:00.240 ←[31mERROR←[0m  http.acme_client        challenge failed        {"identifier": "www.arddylib.com", "challenge_type": "tls-alpn-01", "problem": {"type": "urn:ietf:params:acme:error:connection", "title": "", "detail": "159.196.106.216: Timeout during connect (likely firewall problem)", "instance": "", "subproblems": []}}
2024/05/03 08:32:00.250 ←[31mERROR←[0m  http.acme_client        validating authorization        {"identifier": "www.arddylib.com", "problem": {"type": "urn:ietf:params:acme:error:connection", "title": "", "detail": "159.196.106.216: Timeout during connect (likely firewall problem)", "instance": "", "subproblems": []}, "order": "https://acme-v02.api.letsencrypt.org/acme/order/1703859557/266198146937", "attempt": 1, "max_attempts": 3}
2024/05/03 08:32:01.467 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/new-order", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["342"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:00 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Location":["https://acme-v02.api.letsencrypt.org/acme/order/1703859557/266198182807"],"Replay-Nonce":["R8tUGx_Zw2ZtFzsgwuwp6BLjIqHR0f5wOyBPVj6Xnn9l7dwKRtA"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 201}
2024/05/03 08:32:01.652 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:00 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qGQx-aaCy74kXM7edtle2rg_A7zRoKrXodZKdLuWySgA"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:01.656 ←[34mINFO←[0m   http.acme_client        trying to solve challenge       {"identifier": "www.arddylib.com", "challenge_type": "http-01", "ca": "https://acme-v02.api.letsencrypt.org/directory"}
2024/05/03 08:32:01.662 ←[35mDEBUG←[0m  http.acme_client        waiting for solver before continuing    {"identifier": "www.arddylib.com", "challenge_type": "http-01"}
2024/05/03 08:32:01.662 ←[35mDEBUG←[0m  http.acme_client        done waiting for solver {"identifier": "www.arddylib.com", "challenge_type": "http-01"}
2024/05/03 08:32:01.842 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/346107470997/pt-t7A", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["187"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:00 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\"","<https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997>;rel=\"up\""],"Location":["https://acme-v02.api.letsencrypt.org/acme/chall-v3/346107470997/pt-t7A"],"Replay-Nonce":["R8tUGx_Z454ilyAoEt0LJSEsDINkU2WArISjCH1BNmGWEd-lJRM"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:01.847 ←[35mDEBUG←[0m  http.acme_client        challenge accepted      {"identifier": "www.arddylib.com", "challenge_type": "http-01"}
2024/05/03 08:32:02.293 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:01 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Z5aK4BdGqr1vhKTn8lL4I7aLYYyeXgJhSGUorCVsB0XU"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:02.725 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:01 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qcAUuRefKGiPVn4EyTd_fdAqv3BYeJKSmoQFDN9wCutU"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:03.160 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:02 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qmDc2FNGp2xYdRxdPMbP7sZFHZk8deziCfYIMxPhRXNo"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:03.599 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:02 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qoRN4xV9_zggtkcASGtufyd7bNomD242G4u2CqThsINg"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:04.058 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:03 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZVRm4Mw9LYjFpLl21-P_w6WxXVxsaupK1Tpuk5OkFCRQ"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:04.502 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:03 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZyuYC4zNC48RAhsYW-YgoTgEQ316rxGHsuzD79SQmnVc"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:04.941 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:03 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4q4RDc2VRKWqyXj858Wn1mU_N5R5M-JXVkaOHt_hwBWp8"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:05.378 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:04 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qNZbnsZiTM7aKD0gCia5fHsh8IrGvl9uGdRGOmR4-V3A"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:05.816 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:04 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Z81ICazs1W0KfAtxnsUu132hbeT9LXU31qpAngC4Tq3c"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:06.250 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:05 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qkz--Qea4h9n1Rh_iAUrJKggdyDf0LxIp8Mps0ARbCq0"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:06.684 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:05 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Zp7Ge-m9nA7hNFV3OJDui30LdNKnJ6c8nuP_sU3yuqMo"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:07.122 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:06 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Zubq3dYGOeTgg_zQOui19CKb2Tf492FKv1s9H5EgUFsM"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:07.580 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:06 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qt2ZPEwrwK1AUTLZfY-KZPLZrenZX4avm4NDBm3XOq7o"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:08.019 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:06 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZkV6tZYnTec86u4HUiL8k6Z0j8yXLXBOUSuJ5hXmSmAQ"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:08.455 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:07 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qF129iKsqNQKUb7Hb_nsQOSfwT8DGghHQxH78HD9aUcI"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:08.891 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:07 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qBpovfOCdNaeEpYKcoR0aLVn4V9gD6W1zl1vwd0exq6o"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:09.328 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:08 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Zj71PD47o5GdMHGf-RjQ9Vwfi5WlOjQzx1XsbiXSABfI"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:09.778 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:08 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZYgd78eymqZTYaw_2HZ5v6buw_dCR-qDVmApW_CboB8U"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:10.209 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:09 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Z5vyuNlujU6zEDFZcQIXxwGeHLSTGQPzW75wTXqqgb50"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:10.640 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:09 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Z2hO0v_nTufCSM7YPvQeWWvsmQSaQKMiJVJ1_IxoeJmo"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:11.082 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:10 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZU3dsQp3-A-nTkkrbqy0JQrkrHKX6d0tAE3tZgiSy6YE"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:11.518 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:10 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qUSFFaK4b01A9loSD0Jde8P1VPWZujngcvom7vm1UU5w"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:11.965 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:10 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qcYC2no_M4bGSF7PWowWUhjK7DxH64S0gwU_jFawEQQM"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:12.405 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107470997", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["1180"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:11 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qNjBFVEoWm43wrIU25xT7JwYmIvRae9LoCMJrdpKV4nk"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:12.407 ←[31mERROR←[0m  http.acme_client        challenge failed        {"identifier": "www.arddylib.com", "challenge_type": "http-01", "problem": {"type": "urn:ietf:params:acme:error:connection", "title": "", "detail": "159.196.106.216: Fetching http://www.arddylib.com/.well-known/acme-challenge/d1USfM3T1kc-FSCIcscdKZGAw1uAk_vK_T4hBXUT_A4: Timeout during connect (likely firewall problem)", "instance": "", "subproblems": []}}
2024/05/03 08:32:12.409 ←[31mERROR←[0m  http.acme_client        validating authorization        {"identifier": "www.arddylib.com", "problem": {"type": "urn:ietf:params:acme:error:connection", "title": "", "detail": "159.196.106.216: Fetching http://www.arddylib.com/.well-known/acme-challenge/d1USfM3T1kc-FSCIcscdKZGAw1uAk_vK_T4hBXUT_A4: Timeout during connect (likely firewall problem)", "instance": "", "subproblems": []}, "order": "https://acme-v02.api.letsencrypt.org/acme/order/1703859557/266198182807", "attempt": 2, "max_attempts": 3}
2024/05/03 08:32:12.409 ←[31mERROR←[0m  tls.obtain      could not get certificate from issuer   {"identifier": "www.arddylib.com", "issuer": "acme-v02.api.letsencrypt.org-directory", "error": "HTTP 400 urn:ietf:params:acme:error:connection - 159.196.106.216: Fetching http://www.arddylib.com/.well-known/acme-challenge/d1USfM3T1kc-FSCIcscdKZGAw1uAk_vK_T4hBXUT_A4: Timeout during connect (likely firewall problem)"}
2024/05/03 08:32:12.409 ←[35mDEBUG←[0m  tls.obtain      trying issuer 2/2       {"issuer": "acme.zerossl.com-v2-DV90"}
2024/05/03 08:32:12.414 ←[34mINFO←[0m   http    waiting on internal rate limiter        {"identifiers": ["www.arddylib.com"], "ca": "https://acme.zerossl.com/v2/DV90", "account": "caddy@zerossl.com"}
2024/05/03 08:32:12.415 ←[34mINFO←[0m   http    done waiting on internal rate limiter   {"identifiers": ["www.arddylib.com"], "ca": "https://acme.zerossl.com/v2/DV90", "account": "caddy@zerossl.com"}
2024/05/03 08:32:13.755 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "GET", "url": "https://acme.zerossl.com/v2/DV90", "headers": {"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Content-Length":["645"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:12 GMT"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 200}
2024/05/03 08:32:14.070 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "HEAD", "url": "https://acme.zerossl.com/v2/DV90/newNonce", "headers": {"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Cache-Control":["max-age=0, no-cache, no-store"],"Content-Type":["application/octet-stream"],"Date":["Fri, 03 May 2024 08:32:12 GMT"],"Link":["<https://acme.zerossl.com/v2/DV90>;rel=\"index\""],"Replay-Nonce":["xB77s5VQq8eDFKMe6CRXcW0zt4lVDJRmR6Z18oShMlA"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 200}
2024/05/03 08:32:14.472 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme.zerossl.com/v2/DV90/newOrder", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Cache-Control":["max-age=0, no-cache, no-store"],"Content-Length":["278"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:13 GMT"],"Location":["https://acme.zerossl.com/v2/DV90/order/MQxHM4kPtGvWdLqmMreVxw"],"Replay-Nonce":["qvziX3yxziBXWvI6hs68kwbfPDKZcLWT9vxLZ6eCdF8"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 201}
2024/05/03 08:32:14.888 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme.zerossl.com/v2/DV90/authz/XYxx1am9Gev_LnSmWaw0Rw", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Cache-Control":["max-age=0, no-cache, no-store"],"Content-Length":["449"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:13 GMT"],"Link":["<https://acme.zerossl.com/v2/DV90>;rel=\"index\""],"Replay-Nonce":["jeNpSE0Ps1MqKQaK9KGVxScZm0RZItGea-FAUy6466g"],"Retry-After":["86400"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 200}
2024/05/03 08:32:14.889 ←[35mDEBUG←[0m  http.acme_client        no solver configured    {"challenge_type": "dns-01"}
2024/05/03 08:32:14.891 ←[34mINFO←[0m   http.acme_client        trying to solve challenge       {"identifier": "www.arddylib.com", "challenge_type": "http-01", "ca": "https://acme.zerossl.com/v2/DV90"}
2024/05/03 08:32:14.895 ←[35mDEBUG←[0m  http.acme_client        waiting for solver before continuing    {"identifier": "www.arddylib.com", "challenge_type": "http-01"}
2024/05/03 08:32:14.895 ←[35mDEBUG←[0m  http.acme_client        done waiting for solver {"identifier": "www.arddylib.com", "challenge_type": "http-01"}
2024/05/03 08:32:15.305 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme.zerossl.com/v2/DV90/chall/2inDAoIpK9Q3C6iKYsTcqA", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Cache-Control":["max-age=0, no-cache, no-store"],"Content-Length":["164"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:14 GMT"],"Link":["<https://acme.zerossl.com/v2/DV90/authz/XYxx1am9Gev_LnSmWaw0Rw>;rel=\"up\""],"Replay-Nonce":["39kv8TSmPSGwBmsupiOUmHkUnQvg92JRKl9HWNFoyjE"],"Retry-After":["60"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 200}
2024/05/03 08:32:15.305 ←[35mDEBUG←[0m  http.acme_client        challenge accepted      {"identifier": "www.arddylib.com", "challenge_type": "http-01"}
2024/05/03 08:32:15.950 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme.zerossl.com/v2/DV90/authz/XYxx1am9Gev_LnSmWaw0Rw", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Cache-Control":["max-age=0, no-cache, no-store"],"Content-Length":["449"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:14 GMT"],"Link":["<https://acme.zerossl.com/v2/DV90>;rel=\"index\""],"Replay-Nonce":["NPPi9elwH4ObxM6EdrGfovz5Us63OVqB8rp_JwlDpN0"],"Retry-After":["60"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 200}
2024/05/03 08:32:31.678 ←[34mINFO←[0m   shutting down   {"signal": "SIGINT"}
2024/05/03 08:32:31.678 ←[33mWARN←[0m   exiting; byeee!! 👋     {"signal": "SIGINT"}
2024/05/03 08:32:31.681 ←[34mINFO←[0m   http    servers shutting down with eternal grace period
2024/05/03 08:32:31.684 ←[33mWARN←[0m   http.acme_client        HTTP request failed; retrying   {"url": "https://acme.zerossl.com/v2/DV90/authz/XYxx1am9Gev_LnSmWaw0Rw", "error": "performing request: Post \"https://acme.zerossl.com/v2/DV90/authz/XYxx1am9Gev_LnSmWaw0Rw\": context canceled"}
2024/05/03 08:32:31.684 ←[31mERROR←[0m  http.acme_client        deactivating authorization      {"identifier": "www.arddylib.com", "authz": "https://acme.zerossl.com/v2/DV90/authz/XYxx1am9Gev_LnSmWaw0Rw", "error": "attempt 1: https://acme.zerossl.com/v2/DV90/authz/XYxx1am9Gev_LnSmWaw0Rw: context canceled"}
2024/05/03 08:32:31.685 ←[31mERROR←[0m  tls.obtain      could not get certificate from issuer   {"identifier": "www.arddylib.com", "issuer": "acme.zerossl.com-v2-DV90", "error": "[www.arddylib.com] solving challenges: [www.arddylib.com] context canceled (order=https://acme.zerossl.com/v2/DV90/order/MQxHM4kPtGvWdLqmMreVxw) (ca=https://acme.zerossl.com/v2/DV90)"}
2024/05/03 08:32:31.685 ←[34mINFO←[0m   admin   stopped previous server {"address": "localhost:2019"}
2024/05/03 08:32:31.685 ←[35mDEBUG←[0m  events  event   {"name": "cert_failed", "id": "8f6401d9-a7f1-4adc-b78e-91d4da4a883e", "origin": "tls", "data": {"error":{},"identifier":"www.arddylib.com","issuers":["acme-v02.api.letsencrypt.org-directory","acme.zerossl.com-v2-DV90"],"renewal":false}}
2024/05/03 08:32:31.686 ←[34mINFO←[0m   shutdown complete       {"signal": "SIGINT", "exit_code": 0}
2024/05/03 08:32:31.687 ←[34mINFO←[0m   tls.obtain      releasing lock  {"identifier": "www.arddylib.com"}

And this is what I get when I try to access www.arddylib.com while it’s doing that

2024/05/03 08:32:59.081 ←[34mINFO←[0m   using adjacent Caddyfile
2024/05/03 08:32:59.082 ←[33mWARN←[0m   Caddyfile input is not formatted; run 'caddy fmt --overwrite' to fix inconsistencies    {"adapter": "caddyfile", "file": "Caddyfile", "line": 5}
2024/05/03 08:32:59.105 ←[34mINFO←[0m   admin   admin endpoint started  {"address": "localhost:2019", "enforce_origin": false, "origins": ["//localhost:2019", "//[::1]:2019", "//127.0.0.1:2019"]}
2024/05/03 08:32:59.106 ←[34mINFO←[0m   tls.cache.maintenance   started background certificate maintenance      {"cache": "0xc000089680"}
2024/05/03 08:32:59.106 ←[34mINFO←[0m   http.auto_https server is listening only on the HTTPS port but has no TLS connection policies; adding one to enable TLS {"server_name": "srv0", "https_port": 443}
2024/05/03 08:32:59.107 ←[34mINFO←[0m   http.auto_https enabling automatic HTTP->HTTPS redirects        {"server_name": "srv0"}
2024/05/03 08:32:59.108 ←[35mDEBUG←[0m  http.auto_https adjusted config {"tls": {"automation":{"policies":[{}]}}, "http": {"servers":{"remaining_auto_https_redirects":{"listen":[":80"],"routes":[{},{}]},"srv0":{"listen":[":443"],"routes":[{"handle":[{"handler":"subroute","routes":[{"handle":[{"handler":"reverse_proxy","upstreams":[{"dial":"192.168.86.52:25600"}]}]}]}],"terminal":true}],"tls_connection_policies":[{}],"automatic_https":{}}}}}
2024/05/03 08:32:59.109 ←[34mINFO←[0m   http    enabling HTTP/3 listener        {"addr": ":443"}
2024/05/03 08:32:59.110 ←[35mDEBUG←[0m  http    starting server loop    {"address": "[::]:443", "tls": true, "http3": true}
2024/05/03 08:32:59.110 ←[34mINFO←[0m   http.log        server running  {"name": "srv0", "protocols": ["h1", "h2", "h3"]}
2024/05/03 08:32:59.112 ←[35mDEBUG←[0m  http    starting server loop    {"address": "[::]:80", "tls": false, "http3": false}
2024/05/03 08:32:59.112 ←[34mINFO←[0m   http.log        server running  {"name": "remaining_auto_https_redirects", "protocols": ["h1", "h2", "h3"]}
2024/05/03 08:32:59.112 ←[34mINFO←[0m   http    enabling automatic TLS certificate management   {"domains": ["www.arddylib.com"]}
2024/05/03 08:32:59.118 ←[33mWARN←[0m   tls     storage cleaning happened too recently; skipping for now        {"storage": "FileStorage:C:\\Users\\R T\\AppData\\Roaming\\Caddy", "instance": "caec1b3b-a50b-406d-b5e9-74c032f5a777", "try_again": "2024/05/04 08:32:59.118", "try_again_in": 86400}
2024/05/03 08:32:59.121 ←[34mINFO←[0m   autosaved config (load with --resume flag)      {"file": "C:\\Users\\R T\\AppData\\Roaming\\Caddy\\autosave.json"}
2024/05/03 08:32:59.127 ←[34mINFO←[0m   serving initial configuration
2024/05/03 08:32:59.129 ←[34mINFO←[0m   tls.obtain      acquiring lock  {"identifier": "www.arddylib.com"}
2024/05/03 08:32:59.130 ←[34mINFO←[0m   tls     finished cleaning storage units
2024/05/03 08:32:59.139 ←[34mINFO←[0m   tls.obtain      lock acquired   {"identifier": "www.arddylib.com"}
2024/05/03 08:32:59.139 ←[34mINFO←[0m   tls.obtain      obtaining certificate   {"identifier": "www.arddylib.com"}
2024/05/03 08:32:59.140 ←[35mDEBUG←[0m  events  event   {"name": "cert_obtaining", "id": "d0d2367e-598a-4510-b8a3-f3968d053627", "origin": "tls", "data": {"identifier":"www.arddylib.com"}}
2024/05/03 08:32:59.141 ←[35mDEBUG←[0m  tls.obtain      trying issuer 1/2       {"issuer": "acme-v02.api.letsencrypt.org-directory"}
2024/05/03 08:32:59.145 ←[34mINFO←[0m   http    waiting on internal rate limiter        {"identifiers": ["www.arddylib.com"], "ca": "https://acme-v02.api.letsencrypt.org/directory", "account": ""}
2024/05/03 08:32:59.145 ←[34mINFO←[0m   http    done waiting on internal rate limiter   {"identifiers": ["www.arddylib.com"], "ca": "https://acme-v02.api.letsencrypt.org/directory", "account": ""}
2024/05/03 08:32:59.707 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "GET", "url": "https://acme-v02.api.letsencrypt.org/directory", "headers": {"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["747"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:58 GMT"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:32:59.888 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "HEAD", "url": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", "headers": {"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Cache-Control":["public, max-age=0, no-cache"],"Date":["Fri, 03 May 2024 08:32:58 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZRs-7Cfttx99pPgpAwZ1M16VEmF3em6uFN7RSIzTYlFQ"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:00.146 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/new-order", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["342"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:59 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Location":["https://acme-v02.api.letsencrypt.org/acme/order/1703859557/266198372977"],"Replay-Nonce":["R8tUGx_ZJ1u5HTcQ90mXir6MvzLPFX2JwFzoAy8cw0LO9OOOQs0"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 201}
2024/05/03 08:33:00.340 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:59 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZwADdvtp-jy4coDF5jl7uNKyJz-4RxNvruwYiTlw-6UI"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:00.340 ←[34mINFO←[0m   http.acme_client        trying to solve challenge       {"identifier": "www.arddylib.com", "challenge_type": "tls-alpn-01", "ca": "https://acme-v02.api.letsencrypt.org/directory"}
2024/05/03 08:33:00.347 ←[35mDEBUG←[0m  http.acme_client        waiting for solver before continuing    {"identifier": "www.arddylib.com", "challenge_type": "tls-alpn-01"}
2024/05/03 08:33:00.347 ←[35mDEBUG←[0m  http.stdlib     http: TLS handshake error from 127.0.0.1:52109: EOF
2024/05/03 08:33:00.347 ←[35mDEBUG←[0m  http.acme_client        done waiting for solver {"identifier": "www.arddylib.com", "challenge_type": "tls-alpn-01"}
2024/05/03 08:33:00.530 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/346107744177/BcH8Gg", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["191"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:59 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\"","<https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177>;rel=\"up\""],"Location":["https://acme-v02.api.letsencrypt.org/acme/chall-v3/346107744177/BcH8Gg"],"Replay-Nonce":["R8tUGx_Z7yIgQCAXcill3eTl5G1HjaGgBtsEoMqzZ-3D0wR23WM"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:00.533 ←[35mDEBUG←[0m  http.acme_client        challenge accepted      {"identifier": "www.arddylib.com", "challenge_type": "tls-alpn-01"}
2024/05/03 08:33:00.970 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:32:59 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZrDFBpmAOjrmydAYqD2W-revpYWiHLcH9NCgRnHfsV44"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:01.414 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:00 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZpppbVN-D-w1nau3SxWs7Twwii4dgEXVtLZlyNlor-sQ"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:01.862 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:00 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qvZIQusguILS_4_qmhjK_5-6TeyvH7vGzMHiFyNT62Jk"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:02.300 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:01 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Zyavf9aYowzTztbWGICmzy2ZaYo2uZfZV2eY3qfsx8Sc"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:02.733 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:01 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4q23T9IO6D-NQ4kUU1uwVpOWtD5EE9_RzNq2ZvoyC4ZKc"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:03.172 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:02 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZDxDQN0HDW6B63uzAc2vNfmu3DYI8ysVlrlteVWjklXg"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:03.630 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:02 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4q-ZnAJB-Gpqw5J0wRbba9APQVXHdfyoJQXk02CT__vo4"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:04.069 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:03 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qszr8kPrl-ExcGaxxu49qp5hbbaNE14CrDSgj1dTADYc"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:04.499 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:03 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qSQ6CaoShfM_WFOtxDm0y0UoKPnIK6WqGMQSNDWPWYxI"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:04.939 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:03 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qSHib61fanGxYnDT6r5-H-fgHuOJ69G2_K41BFGW507U"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:05.382 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:04 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qTpzAjaye5iLQ7Gnq6dBrba9BB9WuqXsx-zHNzPrI5ZA"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:05.821 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:04 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZUVv2KfTrECtuOg0rPuo2ctbBgc55hEnmB0oH7aXOsFE"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:06.266 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:05 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qJlvGaQ8nlmccdYQHjAvzS0qKEFykHHXXJGABlx7JOP4"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:06.709 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:05 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZSyhRwZqGWBHFV2Jmo-dI3H5Q4SodDCe1bYVDcohZXHM"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:07.156 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:06 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZFeKQA00LmJ7P-6FCfwywwWpDUy-aug_XZVGyoRthURg"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:07.628 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:06 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qrESYnrtndHROFeItaH-HrTD5-8dN_E1Mn3gOySdywws"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:08.074 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:07 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZXogM6xlbBq3CQD-3AL6zR0XLGQWrtnei0rh7tmr6pu8"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:08.511 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:07 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Z4dy7Ak2JV2_1zrioZ78EfpyBhIWYKB6DVOVA3XQbZrc"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:08.948 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:07 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4q8wh-D-JUqDg-W29j5ZNv-yGMukSHZKGbH3KhETX8XMY"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:09.388 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:08 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qJJdNib9wiYiuJTGN-cnp5HIjIMhKB4mRRnX8GShdTBw"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:09.827 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:08 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qNH9hpv8ErNxeFn9eUblV86pHfu8qJehEIsw4P9F-Vu4"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:10.265 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:09 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Z1wx0KohNM90JGGLX66mWvuZqqGopQKPvwhNVY1cnkPY"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:10.699 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107744177", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["965"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:09 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Z9zJdENfIlHY6RksNO1qVN-wwvELeGS4q8S_wYfdhZT4"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:10.700 ←[31mERROR←[0m  http.acme_client        challenge failed        {"identifier": "www.arddylib.com", "challenge_type": "tls-alpn-01", "problem": {"type": "urn:ietf:params:acme:error:connection", "title": "", "detail": "159.196.106.216: Timeout during connect (likely firewall problem)", "instance": "", "subproblems": []}}
2024/05/03 08:33:10.701 ←[31mERROR←[0m  http.acme_client        validating authorization        {"identifier": "www.arddylib.com", "problem": {"type": "urn:ietf:params:acme:error:connection", "title": "", "detail": "159.196.106.216: Timeout during connect (likely firewall problem)", "instance": "", "subproblems": []}, "order": "https://acme-v02.api.letsencrypt.org/acme/order/1703859557/266198372977", "attempt": 1, "max_attempts": 3}
2024/05/03 08:33:11.917 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/new-order", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["342"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:10 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Location":["https://acme-v02.api.letsencrypt.org/acme/order/1703859557/266198417327"],"Replay-Nonce":["Gy4YNW4q6ZyKOQVotdbCFqTDZxiVkAhm_L5r1leG7z2R3te2_0A"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 201}
2024/05/03 08:33:12.103 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:11 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Z-8Tffluk07afuR7PWF48nCnAvFoZ-YhNscO7m2qG0A0"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:12.103 ←[35mDEBUG←[0m  http.acme_client        no solver configured    {"challenge_type": "dns-01"}
2024/05/03 08:33:12.106 ←[34mINFO←[0m   http.acme_client        trying to solve challenge       {"identifier": "www.arddylib.com", "challenge_type": "http-01", "ca": "https://acme-v02.api.letsencrypt.org/directory"}
2024/05/03 08:33:12.108 ←[35mDEBUG←[0m  http.acme_client        waiting for solver before continuing    {"identifier": "www.arddylib.com", "challenge_type": "http-01"}
2024/05/03 08:33:12.109 ←[35mDEBUG←[0m  http.acme_client        done waiting for solver {"identifier": "www.arddylib.com", "challenge_type": "http-01"}
2024/05/03 08:33:12.291 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/346107806757/67gvqw", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["187"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:11 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\"","<https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757>;rel=\"up\""],"Location":["https://acme-v02.api.letsencrypt.org/acme/chall-v3/346107806757/67gvqw"],"Replay-Nonce":["R8tUGx_ZD05pQspu1-33AX14tdk3jrhBH8rsL9s9QFikQU9X9s0"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:12.291 ←[35mDEBUG←[0m  http.acme_client        challenge accepted      {"identifier": "www.arddylib.com", "challenge_type": "http-01"}
2024/05/03 08:33:12.737 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:11 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZsTucUF5zqKtwe4soqzLrEiIk_eb1G_cocF9xPNkLgDY"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:13.179 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:12 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qLouAqfyuspMJKEmqtXph3yIPU1EAcwbm4Rui5SUNBCU"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:13.613 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:12 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qpSg4a5RT5N_gzd4C0CwJBriPvfPps-Cpy-zV_RHk_us"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:14.048 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:12 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZLVuG5uVeNcXe9008BNk3Io43h9CnDr70dljhFvNcgO4"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:14.494 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:13 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Zs5RhwpXX307GyQ5EtPfxFA0oafNfv0_Ztzu7rstJ0XI"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:14.929 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:13 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qakJqqidD8Ecy645VZo3lEmLDrEidnY_vRx9UhzfuNYQ"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:15.377 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:14 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qOnHyH8aS9kYrzgyC3UlX6dnHLXd1_s_cn8w7PoREJNY"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:15.811 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:14 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qRxUktr11kPaRYuZZmE8khjhQKZBBYBjuYEuoHTu5vmk"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:16.250 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:15 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZVn6qrVgE1bp4vf9Adz5mPGhGcVCGB3OI8NXeeTpewS4"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:16.689 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:15 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZfP0fAPTgFnq51BG94wR96ZTFUfUwAPhuFuRRoCuP_JI"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:17.135 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:16 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZlnHHZj8agxue4QRVwiXeQ9duKma76WkYDf-wn2M5iTc"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:17.576 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:16 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qraLPYi_NOX312p2njozI1b5KF7pGl_3m1XjzWsmJqbA"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:18.013 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:16 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qhM8Kvqgywyu2e_RHXYH07ajKE50cRTVuIVlj0wEl3r0"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:18.454 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:17 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Zf79637ACC5e8dJKQd488YeH1GPzMxqK5GOK3kQGtdzQ"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:18.903 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:17 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qFzdc4W5QbsuUaCK3CdUrrkjrMZ-_AuVa7XPHm6hh7FQ"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:19.341 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:18 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_Z1cUYPKBn0v-dqNZGC1F5tpll32HPqR-cL7PCi_Dx-gU"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:19.793 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:18 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qrS-PB6_OfYsfIoAhZ-GSL4xDExQcJTeis97YakH8EGk"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:20.223 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:19 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZN4yn3IYdITZbOQhQ8bYWE343Vh_XMQzsY_lQkR5oghg"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:20.662 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:19 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qH_dpJouMJRnL5RaNg67_7NgA9snvvo0-C33EhMs7CKI"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:21.100 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:20 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZFxFUs2lPaAjKPJ4fYFqFq9mifd2QPoBhtGjXOjEKja0"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:21.539 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:20 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZcGndbRIZ8Fq3vjXOp_J02SlaBOqryuTplLH57WQ7C-0"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:21.971 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:20 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZVfUb-yEZjMH2552yq5RMJ8eaNxU2qImRCS7_MXImZf0"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:22.409 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["800"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:21 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["Gy4YNW4qCpex1q8SAo8y9muc9pikfF1jHTJOZhXxXOB9X_2yc_A"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:22.839 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/authz-v3/346107806757", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Boulder-Requester":["1703859557"],"Cache-Control":["public, max-age=0, no-cache"],"Content-Length":["1180"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:21 GMT"],"Link":["<https://acme-v02.api.letsencrypt.org/directory>;rel=\"index\""],"Replay-Nonce":["R8tUGx_ZI3Ao-jX1ZkEYH3eiDx_GJyRO08eIWDjlil2VoaTMhkc"],"Server":["nginx"],"Strict-Transport-Security":["max-age=604800"],"X-Frame-Options":["DENY"]}, "status_code": 200}
2024/05/03 08:33:22.843 ←[31mERROR←[0m  http.acme_client        challenge failed        {"identifier": "www.arddylib.com", "challenge_type": "http-01", "problem": {"type": "urn:ietf:params:acme:error:connection", "title": "", "detail": "159.196.106.216: Fetching http://www.arddylib.com/.well-known/acme-challenge/2UIDHsWG1jGSRmbisD_EkQQGc3Rl_08JTty24vlzAd0: Timeout during connect (likely firewall problem)", "instance": "", "subproblems": []}}
2024/05/03 08:33:22.845 ←[31mERROR←[0m  http.acme_client        validating authorization        {"identifier": "www.arddylib.com", "problem": {"type": "urn:ietf:params:acme:error:connection", "title": "", "detail": "159.196.106.216: Fetching http://www.arddylib.com/.well-known/acme-challenge/2UIDHsWG1jGSRmbisD_EkQQGc3Rl_08JTty24vlzAd0: Timeout during connect (likely firewall problem)", "instance": "", "subproblems": []}, "order": "https://acme-v02.api.letsencrypt.org/acme/order/1703859557/266198417327", "attempt": 2, "max_attempts": 3}
2024/05/03 08:33:22.845 ←[31mERROR←[0m  tls.obtain      could not get certificate from issuer   {"identifier": "www.arddylib.com", "issuer": "acme-v02.api.letsencrypt.org-directory", "error": "HTTP 400 urn:ietf:params:acme:error:connection - 159.196.106.216: Fetching http://www.arddylib.com/.well-known/acme-challenge/2UIDHsWG1jGSRmbisD_EkQQGc3Rl_08JTty24vlzAd0: Timeout during connect (likely firewall problem)"}
2024/05/03 08:33:22.846 ←[35mDEBUG←[0m  tls.obtain      trying issuer 2/2       {"issuer": "acme.zerossl.com-v2-DV90"}
2024/05/03 08:33:22.849 ←[34mINFO←[0m   http    waiting on internal rate limiter        {"identifiers": ["www.arddylib.com"], "ca": "https://acme.zerossl.com/v2/DV90", "account": "caddy@zerossl.com"}
2024/05/03 08:33:22.850 ←[34mINFO←[0m   http    done waiting on internal rate limiter   {"identifiers": ["www.arddylib.com"], "ca": "https://acme.zerossl.com/v2/DV90", "account": "caddy@zerossl.com"}
2024/05/03 08:33:23.922 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "GET", "url": "https://acme.zerossl.com/v2/DV90", "headers": {"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Content-Length":["645"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:22 GMT"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 200}
2024/05/03 08:33:24.262 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "HEAD", "url": "https://acme.zerossl.com/v2/DV90/newNonce", "headers": {"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Cache-Control":["max-age=0, no-cache, no-store"],"Content-Type":["application/octet-stream"],"Date":["Fri, 03 May 2024 08:33:23 GMT"],"Link":["<https://acme.zerossl.com/v2/DV90>;rel=\"index\""],"Replay-Nonce":["JKkQRWVPT-YUKT7YOIRTP9bulvC-UF80Z3XiWkREMLs"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 200}
2024/05/03 08:33:24.566 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme.zerossl.com/v2/DV90/newOrder", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Cache-Control":["max-age=0, no-cache, no-store"],"Content-Length":["278"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:23 GMT"],"Location":["https://acme.zerossl.com/v2/DV90/order/MQxHM4kPtGvWdLqmMreVxw"],"Replay-Nonce":["3ivCIBzHQORkV52R7Tnrkyr8rj4l1PplR7nW2C6zT4s"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 201}
2024/05/03 08:33:24.901 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme.zerossl.com/v2/DV90/authz/XYxx1am9Gev_LnSmWaw0Rw", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Cache-Control":["max-age=0, no-cache, no-store"],"Content-Length":["449"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:23 GMT"],"Link":["<https://acme.zerossl.com/v2/DV90>;rel=\"index\""],"Replay-Nonce":["8DkI2qnrIdkM8QDT8j0dD3720c4Mgr1OEzyWj2x2_ws"],"Retry-After":["86400"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 200}
2024/05/03 08:33:24.903 ←[35mDEBUG←[0m  http.acme_client        no solver configured    {"challenge_type": "dns-01"}
2024/05/03 08:33:24.906 ←[34mINFO←[0m   http.acme_client        trying to solve challenge       {"identifier": "www.arddylib.com", "challenge_type": "http-01", "ca": "https://acme.zerossl.com/v2/DV90"}
2024/05/03 08:33:24.909 ←[35mDEBUG←[0m  http.acme_client        waiting for solver before continuing    {"identifier": "www.arddylib.com", "challenge_type": "http-01"}
2024/05/03 08:33:24.909 ←[35mDEBUG←[0m  http.acme_client        done waiting for solver {"identifier": "www.arddylib.com", "challenge_type": "http-01"}
2024/05/03 08:33:25.477 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme.zerossl.com/v2/DV90/chall/2inDAoIpK9Q3C6iKYsTcqA", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Cache-Control":["max-age=0, no-cache, no-store"],"Content-Length":["164"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:24 GMT"],"Link":["<https://acme.zerossl.com/v2/DV90/authz/XYxx1am9Gev_LnSmWaw0Rw>;rel=\"up\""],"Replay-Nonce":["5RzV7m46rQdddeL1I4S3jkdmUXUTF_JElianEV3QmpU"],"Retry-After":["60"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 200}
2024/05/03 08:33:25.477 ←[35mDEBUG←[0m  http.acme_client        challenge accepted      {"identifier": "www.arddylib.com", "challenge_type": "http-01"}
2024/05/03 08:33:26.052 ←[35mDEBUG←[0m  http.acme_client        http request    {"method": "POST", "url": "https://acme.zerossl.com/v2/DV90/authz/XYxx1am9Gev_LnSmWaw0Rw", "headers": {"Content-Type":["application/jose+json"],"User-Agent":["Caddy/2.7.6 CertMagic acmez (windows; amd64)"]}, "response_headers": {"Access-Control-Allow-Origin":["*"],"Cache-Control":["max-age=0, no-cache, no-store"],"Content-Length":["449"],"Content-Type":["application/json"],"Date":["Fri, 03 May 2024 08:33:24 GMT"],"Link":["<https://acme.zerossl.com/v2/DV90>;rel=\"index\""],"Replay-Nonce":["_MK043Q0_XG8hEiZJJYD8rCte6gHi-yt9T_CV67UHqw"],"Retry-After":["60"],"Server":["nginx"],"Strict-Transport-Security":["max-age=15724800; includeSubDomains"]}, "status_code": 200}
2024/05/03 08:33:42.330 ←[35mDEBUG←[0m  events  event   {"name": "tls_get_certificate", "id": "bada3e8d-7ea6-49ed-b0db-f6e4b96ea001", "origin": "tls", "data": {"client_hello":{"CipherSuites":[6682,4865,4866,4867,49195,49199,49196,49200,52393,52392,49171,49172,156,157,47,53],"ServerName":"www.arddylib.com","SupportedCurves":[56026,25497,29,23,24],"SupportedPoints":"AA==","SignatureSchemes":[1027,2052,1025,1283,2053,1281,2054,1537],"SupportedProtos":["h2","http/1.1"],"SupportedVersions":[47802,772,771],"RemoteAddr":{"IP":"192.168.86.1","Port":10661,"Zone":""},"LocalAddr":{"IP":"192.168.86.52","Port":443,"Zone":""}}}}
2024/05/03 08:33:42.330 ←[35mDEBUG←[0m  tls.handshake   no matching certificates and no custom selection logic  {"identifier": "www.arddylib.com"}
2024/05/03 08:33:42.333 ←[35mDEBUG←[0m  tls.handshake   no matching certificates and no custom selection logic  {"identifier": "*.arddylib.com"}
2024/05/03 08:33:42.334 ←[35mDEBUG←[0m  tls.handshake   no matching certificates and no custom selection logic  {"identifier": "*.*.com"}
2024/05/03 08:33:42.335 ←[35mDEBUG←[0m  tls.handshake   no matching certificates and no custom selection logic  {"identifier": "*.*.*"}
2024/05/03 08:33:42.335 ←[35mDEBUG←[0m  tls.handshake   no certificate matching TLS ClientHello {"remote_ip": "192.168.86.1", "remote_port": "10661", "server_name": "www.arddylib.com", "remote": "192.168.86.1:10661", "identifier": "www.arddylib.com", "cipher_suites": [6682, 4865, 4866, 4867, 49195, 49199, 49196, 49200, 52393, 52392, 49171, 49172, 156, 157, 47, 53], "cert_cache_fill": 0, "load_or_obtain_if_necessary": true, "on_demand": false}
2024/05/03 08:33:42.336 ←[35mDEBUG←[0m  http.stdlib     http: TLS handshake error from 192.168.86.1:10661: no certificate available for 'www.arddylib.com'
2024/05/03 08:33:42.344 ←[35mDEBUG←[0m  events  event   {"name": "tls_get_certificate", "id": "bc417567-1462-4b6f-9bcd-4d4a6ec85c85", "origin": "tls", "data": {"client_hello":{"CipherSuites":[43690,4865,4866,4867,49195,49199,49196,49200,52393,52392,49171,49172,156,157,47,53],"ServerName":"www.arddylib.com","SupportedCurves":[19018,25497,29,23,24],"SupportedPoints":"AA==","SignatureSchemes":[1027,2052,1025,1283,2053,1281,2054,1537],"SupportedProtos":["h2","http/1.1"],"SupportedVersions":[47802,772,771],"RemoteAddr":{"IP":"192.168.86.1","Port":10662,"Zone":""},"LocalAddr":{"IP":"192.168.86.52","Port":443,"Zone":""}}}}
2024/05/03 08:33:42.346 ←[35mDEBUG←[0m  tls.handshake   no matching certificates and no custom selection logic  {"identifier": "www.arddylib.com"}
2024/05/03 08:33:42.347 ←[35mDEBUG←[0m  tls.handshake   no matching certificates and no custom selection logic  {"identifier": "*.arddylib.com"}
2024/05/03 08:33:42.348 ←[35mDEBUG←[0m  tls.handshake   no matching certificates and no custom selection logic  {"identifier": "*.*.com"}
2024/05/03 08:33:42.349 ←[35mDEBUG←[0m  tls.handshake   no matching certificates and no custom selection logic  {"identifier": "*.*.*"}
2024/05/03 08:33:42.349 ←[35mDEBUG←[0m  tls.handshake   no certificate matching TLS ClientHello {"remote_ip": "192.168.86.1", "remote_port": "10662", "server_name": "www.arddylib.com", "remote": "192.168.86.1:10662", "identifier": "www.arddylib.com", "cipher_suites": [43690, 4865, 4866, 4867, 49195, 49199, 49196, 49200, 52393, 52392, 49171, 49172, 156, 157, 47, 53], "cert_cache_fill": 0, "load_or_obtain_if_necessary": true, "on_demand": false}
2024/05/03 08:33:42.350 ←[35mDEBUG←[0m  http.stdlib     http: TLS handshake error from 192.168.86.1:10662: no certificate available for 'www.arddylib.com'
2024/05/03 08:33:46.591 ←[34mINFO←[0m   shutting down   {"signal": "SIGINT"}
2024/05/03 08:33:46.591 ←[33mWARN←[0m   exiting; byeee!! 👋     {"signal": "SIGINT"}
2024/05/03 08:33:46.594 ←[34mINFO←[0m   http    servers shutting down with eternal grace period
2024/05/03 08:33:48.255 ←[33mWARN←[0m   http.acme_client        HTTP request failed; retrying   {"url": "https://acme.zerossl.com/v2/DV90/authz/XYxx1am9Gev_LnSmWaw0Rw", "error": "performing request: Post \"https://acme.zerossl.com/v2/DV90/authz/XYxx1am9Gev_LnSmWaw0Rw\": context canceled"}
2024/05/03 08:33:48.255 ←[31mERROR←[0m  http.acme_client        deactivating authorization      {"identifier": "www.arddylib.com", "authz": "https://acme.zerossl.com/v2/DV90/authz/XYxx1am9Gev_LnSmWaw0Rw", "error": "attempt 1: https://acme.zerossl.com/v2/DV90/authz/XYxx1am9Gev_LnSmWaw0Rw: context canceled"}
2024/05/03 08:33:48.255 ←[31mERROR←[0m  tls.obtain      could not get certificate from issuer   {"identifier": "www.arddylib.com", "issuer": "acme.zerossl.com-v2-DV90", "error": "[www.arddylib.com] solving challenges: [www.arddylib.com] context canceled (order=https://acme.zerossl.com/v2/DV90/order/MQxHM4kPtGvWdLqmMreVxw) (ca=https://acme.zerossl.com/v2/DV90)"}
2024/05/03 08:33:48.256 ←[35mDEBUG←[0m  events  event   {"name": "cert_failed", "id": "b6c4af79-828a-4723-b374-c41879849e12", "origin": "tls", "data": {"error":{},"identifier":"www.arddylib.com","issuers":["acme-v02.api.letsencrypt.org-directory","acme.zerossl.com-v2-DV90"],"renewal":false}}
2024/05/03 08:33:48.256 ←[34mINFO←[0m   admin   stopped previous server {"address": "localhost:2019"}
2024/05/03 08:33:48.256 ←[34mINFO←[0m   tls.obtain      releasing lock  {"identifier": "www.arddylib.com"}
2024/05/03 08:33:48.257 ←[34mINFO←[0m   shutdown complete       {"signal": "SIGINT", "exit_code": 0}
2024/05/03 08:33:48.258 ←[31mERROR←[0m  tls.obtain      unable to unlock        {"identifier": "www.arddylib.com", "lock_key": "issue_cert_www.arddylib.com", "error": "remove C:\\Users\\R T\\AppData\\Roaming\\Caddy\\locks\\issue_cert_www.arddylib.com.lock: The system cannot find the file specified."}

Are you sure? Does your ISP allow use of ports 80 and 443? I’m not able to connect to your server.

See https://letsdebug.net/www.arddylib.com/1923764, it fails to connect to your server.

2 Likes

Hi Francislavoie,

Sincerely thanking you for your help and your patience!

It is all working now, all thanks to you. I did not know it was typical for ISPs to block certain ports, and have called my ISP to unblock ports 80 and 443. Unfortunately, they mentioned they couldn’t unblock ‘some ports’, so the alternative was to unblock ‘all ports’. My Caddy is now working, there’s HTTPS, and thanks to your reminder about setting it up as a service, it’ll continue to run.

Thank you very much, I truly appreciate it!

Now, I should go and do some research about which ports I should throw on the block list, now that ‘all ports’ have been unblocked. Lol.

Cheers mate!

Ah, good :+1:

Your router by default blocks all ports, setting up forwarding is what opens it up.

1 Like

Ahh! Thank you, once again! Research time saved.

Sincerely,

1 Like