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
{{ message }}
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
I'm puzzled how this ever worked: Let's Encrypt http-01 challenges work
by hitting the webserver on HTTP to request a validation file.
Scan (somehow) used to be able to generate the cert without this
validation step happening, but that's stopped working.
This change adds the autocert handler into Chi's middleware list such
that if, on plain HTTP a Let's Encrypt challenge comes in, it's handled
properly to allow cert generation.
0 commit comments