Connection refused acme-v02.api.letsencrypt.org:443

I'm glad you resolved your DNS problem. Just for future reference you must use HTTPS for that end point. Attempts at using just HTTP like you tried will fail. Your curl should be like this

curl https://acme-v02.api.letsencrypt.org
3 Likes