SSL issuing

mez

New member
Joined
Nov 27, 2020
Messages
3
Hello everyone.

out of the blue, I got an issue with SSL issuing.

Code:
Challenge pre-checks for http://example.com/.well-known/acme-challenge/letsencrypt_1606495453 failed... Command:
/usr/local/bin/curl --connect-timeout 40 -k --silent --resolve example.com:80:2602:fed2:7097:65a6::1 --resolve example.com:443:2602:fed2:7097:65a6::1 -I -L -X GET http://example.com/.well-known/acme-challenge/letsencrypt_1606495453
Exiting.

I tried to rebuild letsencrypt, but still not happening. all DNS records should be fine, as I didn't change it since the first successful SSL issue.

I run DA with Nginx-Apache config on Debian.

any help is welcomed.
 
Tried placing a test file in that acme-challenge directory & curling it using that curl command yet? Output?
 
sorry for the late follow-up.
yes, curl reported 200.
I got this solved tho by 'proxying' the traffic through CF. at first it was only DNS handling.
 
Back
Top