You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2019/11/15 19:18:06 ...c/net/http/server.go:3055:logf() [I] http: TLS handshake error from 192.168.178.23:51906: 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.
2019/11/15 19:18:06 ...c/net/http/server.go:3055:logf() [I] http: TLS handshake error from 192.168.178.23:51908: acme/autocert: missing certificate
Description
I've setup a plain gitea server and want to enable letsencrypt - but this doesn't work because the ACME client in use is outdated.
The text was updated successfully, but these errors were encountered:
Thanks for reporting this, seems this was just fixed in golang itself a month ago: https://togithub.com/golang/go/issues/21081 I will work upgrading upstream libraries used in gitea to use acme v2.
[x]
):Description
I've setup a plain gitea server and want to enable letsencrypt - but this doesn't work because the ACME client in use is outdated.
The text was updated successfully, but these errors were encountered: