Today I have deloyed a new drone-server
with LetsEncrypt activated.
I am facing this issue:
2019/10/17 13:18:15 http: TLS handshake error from XXXXX:YYY: 403 urn:acme:error:unauthorized:
Account creation on ACMEv1 is disabled. Please upgrade your ACME client to a version that supports
ACMEv2 / RFC 8555. See https://community.letsencrypt.org/t/end-of-life-plan-for-acmev1/88430
for details.
And indeed, according to the link provided in the log, LetsEncrypt.org is preparing the EndOfLife of ACMEv1 for November 1st 2019
3 timeframes session where ACMEv1 registration is disabled:
- October 10th to October 11th
- October 16th to October 18th <----
- October 31st onward
I was running drone-server
1.3.1
, and have updated the version of the docker image till the latest 1.6.0
without any success.
The only thing that allows me to run properly was to get a copy of the previous validated certificates since I was using the same domain.
Have any of you faced the same issue ?
Do you have plans to upgrade the ACME package or add support for ACMEv2 ?