bryanus
bryanus
I had the same error yesterday. The problem with mine was my server block was redirecting to https, so the challenge was unable to resolve, and ultimately hit the failure...
I think I'm seeing the same error when renewing certs (haven't had to issue new ones recently). I had thought this error was related to upgrading (#192), but I already...
I tried moving the account registration as suggested by @GUI above, then ran a renewal. A new registration key was created, but instead of trying to renew the certificate, it...
Could this issue be related to this one in Dehydrated? https://github.com/lukas2511/dehydrated/issues/684
Hmm, well this is strange... I ran the renewal again. This time all of the domains that were failing before were skipped(!), due to being more than 30 days from...
I'm currently running Openresty v1.15.8.2. Is anyone running a newer version without issues? Wondering if I should upgrade or not. Their github repo seems to be outdated? Last release there...
> I'm running OpenResty 1.21.4.1 and using lua-resty-auto-ssl without problems. Shame that it seems unsupported though, better to migrate to something else. I wonder how much time I (we) have...
> Yes, shortly after I posted this I switched to Caddy. I set OpenResty to another port, disabled TLS/moved every site to the HTTP port and everything that has to...
here's what I do: If the domain was previously issued, but has long since expired, then delete the domain directory from certs directory /etc/resty-auto-ssl/letsencrypt/certs: `rm -fr www.domain.com` If you don't...
Downgrading to Java 8 works, but there is a newer fork of this project that enables compatibility with v11 and v17 JDKs. [s3_website_revived](https://github.com/ivoanjo/s3_website_revived) Switching was as easy as just installing...