HTTP → HTTPS Redirection
- Examples:
- http://eurotcl2024.magma-soft.at/
- http://eurotcl2024.magma-soft.at/does-not-exist
- Let's Encrypt/ACME
-
Key authorization with
HTTP Challenge
in the ACME protocol needs HTTP access to
/.well-known
: - http://eurotcl2024.magma-soft.at/.well-known/eurotcl2024/index.html
- How?
-
Register fastpath for
.well-known
, redirection proc for anything else.