Hey everyone, I’m running a ktor server on Android. I’m using the Netty engine factory when starting the embeddedserver.
1. I’d like to configure the SSLContext a little bit, for example to filter out certain ciphers to be used etc. Is there a way to do this?
2. Is there a way to build OpenSSL myself and use that within ktor/netty, instead of relying on the default ssl provider?