Nicolas Martyanoff on Nostr: [1/2] If you're using ACME and solve challenges using the HTTP method, you're ...
[1/2]
If you're using ACME and solve challenges using the HTTP method, you're listening on port 80. But you also probably need to handle non-HTTPS traffic, even if it's just to redirect it to port 443.
The obvious fix is to handle "/.well-known/acme-challenge/{token}" requests and forward others to the actual HTTP server listening on another port.
If you're using ACME and solve challenges using the HTTP method, you're listening on port 80. But you also probably need to handle non-HTTPS traffic, even if it's just to redirect it to port 443.
The obvious fix is to handle "/.well-known/acme-challenge/{token}" requests and forward others to the actual HTTP server listening on another port.