Hello Everyone I hope you can help me I am using Win-acme to generate my SSL certificate, but the Let's Encript endpoints will appear without access
The server has internet
Hello Everyone I hope you can help me I am using Win-acme to generate my SSL certificate, but the Let's Encript endpoints will appear without access
The server has internet
Hi @dmunoz
acme-v01 is deprecated. Update to acme-v02.
Are you having trouble from within your ACME client as well? Can you connect to other web sites?
How about from PowerShell running
Invoke-RestMethod -Uri "https://acme-v02.api.letsencrypt.org/directory"
In any event, if your computer can't connect to the server, you need to figure out what's blocking it. I can get to their API fine, and they're not reporting any outages.
Then your internet connection is buggy. Fix it.
Looking on their website, win-acme has been updated to support ACMEv2. You really should update it, ACMEv1 will be permanently disabled in 80 days.
As others have said, It also looks like you have a problem with your internet connection
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.