Hi,
We’re trying to test some Directives
that require run in https and have SSLContext
. I know how to set a SSLContext when I create my Akka HttpServer, but there’s any chance to use ScalatestRouteTest
having a SSLContext in place to be used by my Directives
.