Can't generate certificate Timeout

Hi,

Im trying to generate a ssl certificate but I’m always getting 400 error(timeout)

Here you can see the report: https://acme-v01.api.letsencrypt.org/acme/authz/_VyMJGyIV6R2HB1bDOEyrTwupzEQwGY7b_UKk5xvO6c

http://bogdandovgopol.com/.well-known/acme-challenge/a-YcX4TFqxbdej4og_O0wP3RkWJJz_N_l26O_T9zas8 works in browser and I can see some key there.

PS: I’m using plesk.

It works over IPv4 but it times out over IPv6. Let’s Encrypt defaults to IPv6 for validation if you have an AAAA record in your DNS (which you do), so you should make sure the IPv6 address is correct and that your server is listening on IPv6. If you can’t do that, an alternative is to remove the AAAA record and it will then use IPv4 for validation instead.

2 Likes

Thank you.
That’s strange I have this ipv6 in my OVH panel and also when I run “ip addr” command.

It doesn’t seem like the routes and default gateway are properly setup on your virtual machine.

https://www.ovh.com/us/g2365.configure_ipv6_on_your_vps

Verify that IPv6 is actually working on the server:

$ curl -I -6 ipv6.google.com
2 Likes

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