Ktor and Netty control trustManager or sslContext
I’m trying to add a custom logic to accept tls connection to the server using Ktor server and Netty, I didn’t find a way to modify trustManger
or sslContext
.
I’m trying to add a custom logic to accept tls connection to the server using Ktor server and Netty, I didn’t find a way to modify trustManger
or sslContext
.