<@U81RS1P4H> we generally terminate our SSL at a h...
# http4k
d
@scap we generally terminate our SSL at a higher level in the stack so don't really cater for this in http4k-core. Because server configuration is so varied, we just created an interface
ServerConfig
for people to reimplement as required - here's the original Jetty one: https://github.com/http4k/http4k/blob/master/http4k-server-jetty/src/main/kotlin/org/http4k/server/Jetty.kt