1. The problem I’m having:
Caddy doesn’t seem to be able to request a certificate for my website.
2023/10/13 16:22:27.527 ^[[33mWARN^[[0m http.auto_https server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server {"server_name": "srvh1", "http_port": 80}
2023/10/13 16:22:38.384 ^[[31mERROR^[[0m events.handlers.exec background command failed {"error": "exit status 1"}
2023/10/13 16:23:12.944 ^[[31mERROR^[[0m http.acme_client challenge failed {"identifier": "*.kindlikeme.com", "challenge_type": "dns-01", "problem": {"type": "urn:ietf:params:acme:error:unauthorized", "title": "", "detail": "During secondary validation: Incorrect TXT record \"6yCBLQoaXyeAhrV9ynneHy1_iUcHoWvVWynAbGSAN5E\" found at _acme-challenge.kindlikeme.com", "instance": "", "subproblems": []}}
2023/10/13 16:23:12.945 ^[[31mERROR^[[0m http.acme_client validating authorization {"identifier": "*.kindlikeme.com", "problem": {"type": "urn:ietf:params:acme:error:unauthorized", "title": "", "detail": "During secondary validation: Incorrect TXT record \"6yCBLQoaXyeAhrV9ynneHy1_iUcHoWvVWynAbGSAN5E\" found at _acme-challenge.kindlikeme.com", "instance": "", "subproblems": []}, "order": "https://acme-v02.api.letsencrypt.org/acme/order/1359097266/214836862586", "attempt": 1, "max_attempts": 3}
2023/10/13 16:23:12.945 ^[[31mERROR^[[0m tls.obtain could not get certificate from issuer {"identifier": "*.kindlikeme.com", "issuer": "acme-v02.api.letsencrypt.org-directory", "error": "HTTP 403 urn:ietf:params:acme:error:unauthorized - During secondary validation: Incorrect TXT record \"6yCBLQoaXyeAhrV9ynneHy1_iUcHoWvVWynAbGSAN5E\" found at _acme-challenge.kindlikeme.com"}
2023/10/13 16:23:14.135 ^[[31mERROR^[[0m tls.obtain could not get certificate from issuer {"identifier": "*.kindlikeme.com", "issuer": "acme.zerossl.com-v2-DV90", "error": "account pre-registration callback: decoding API response: invalid character '<' looking for beginning of value"}
2023/10/13 16:23:14.135 ^[[31mERROR^[[0m tls.obtain will retry {"error": "[*.kindlikeme.com] Obtain: account pre-registration callback: decoding API response: invalid character '<' looking for beginning of value", "attempt": 1, "retrying_in": 60, "elapsed": 46.055265705, "max_duration": 2592000}
2023/10/13 16:42:06.367 ^[[33mWARN^[[0m exiting; byeee!! 👋 {"signal": "SIGTERM"}
2023/10/13 16:42:21.989 ^[[33mWARN^[[0m admin admin endpoint disabled
Using latest caddy 2.7.5.
I will provide more details a bit later, I’m at the airport. lol
Thank you
Houman