mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 06:03:25 +00:00
Go 1.17 strict TLS APLN breaks Let's Encrypt #116
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BenHarris on GitHub.
More information and a fix noted here: https://github.com/traefik/traefik/issues/8376
Logs
@docweirdo commented on GitHub:
I do have the same issue, although I do not believe it has anything to do with TLS ALPN like @BenHarris suggested. The documentation of the
tlspackage states that leavingconf.NextProtosempty just skips the ALPN step.I suspect it has something to do with the
HTTPHandlerfunction provided by the autocert package. If it is not called and the handler not employed, the http-01 challenge cannot be processed.@paolafrancesca commented on GitHub:
fixed by #474