Join Slack
Communities
Powered by
<@U81RS1P4H> we generally terminate our SSL at a h...
# http4k
d
dave
11/18/2017, 10:23 AM
@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
Open in Slack
Previous
Next