mwudka
09/20/2018, 9:20 PMNettyChannelInitializer
uses the familiar SslContextBuilder
from Netty. I think that calling clientAuth
and trustManager
on the SslContextBuilder
instance would do what I want. My problem is that I can't see how to pass settings into my engine config to make NettyChannelInitializer
do what I want. Any ideas? Or is this not possible in the current version of ktor, and I should use nginx as a reverse proxy?orangy
mwudka
09/20/2018, 11:40 PM