Description
Adds HTTP over TLS support for Warp using the Haskell TLS package. It lets Warp-based applications serve encrypted HTTPS connections without relying only on an external TLS terminator.
It is useful for local HTTPS testing, embedded services, and deployments where the Haskell process handles TLS directly. Operators should configure certificates, protocol versions, ciphers, and renewal processes carefully.