My domain is: dongjiaxi.com (trying to issue a cert for www.dongjiaxi.com using dns01 - Cloudflare)
I ran this command:
curl https://acme-v02.api.letsencrypt.org/directory
It produced this output:
curl: (35) OpenSSL SSL_connect: Connection reset by peer in connection to acme-v02.api.letsencrypt.org:443
I am running cert-manager on Kubernetes (Quay) and trying to issue a cert renewal for the above domain without success. Given the above command output I was wondering if our IP address might have been blocked? The IP address is 106.14.124.26
My hosting provider, if applicable, is: Alicloud (running in Shanghai - I have verified I can reach the ACME server from another k8s cluster in the same region.)
I can login to a root shell on my machine (yes or no, or I don't know): yes
Many thanks,
Jon