Skip to content

Use `Manager.HTTPHandler` (ACME "HTTP-01" challenge) for automatic certificates

Let's Encrypt disabled the TLS-SNI challenge, which is the basis of the autocert package that meek-server uses for automatic TLS certificates:

  • tls-sni challenge disabled I've informed the public meek-server operators about this and asked that they be ready with manual certificates in the short term.

The autocert package recently added support for the HTTP-01 challenge. It requires the server to listen on port 80.

Further reading: