Https://acme-v01.api.letsencrypt.org No access

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

1 Like

Hi @dmunoz

acme-v01 is deprecated. Update to acme-v02.

3 Likes
  1. The server only listens over https, ensure that you're testing https://acme-v01.api.letsencrypt.org/
  2. The ACME v1 API is going away very soon; ensure that you've upgraded to the latest version of your client, which should be using https://acme-v02.api.letsencrypt.org/ instead.
4 Likes

Try with https://acme-v02.api.letsencrypt.org/

But I get the same result

1 Like

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.

1 Like

Then your internet connection is buggy. Fix it.

2 Likes

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

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.