As you can see from that code, all we are really d...
# http4k
d
As you can see from that code, all we are really doing is converting the HttpHandler to a Servlet by calling
httpHandler.asServlet()
and then mounting it into Jetty. There are a few guides for configuring Jetty with SSL kicking around - I haven't really got a good one to hand - it involves setting up the keystore , configuring the connector with it and then adding the servlet.