https://kotlinlang.org logo
Title
u

user

06/29/2022, 9:51 AM
Way to block use of TLS 1.0/1.1 when using Ktor/Netty I'm currently using Ktor Server 1.6.x along with Netty and trying to block use of TLS 1.0 and 1.1. If using Netty on it's own it looks like this could be achieved something like approach in How to exclude weak protocols (ciphers suits) from the Netty SSLContext? but when using with Ktor it doesn't look like way to customise for example SslContextBuilder. Has...