ktor
ktor copied to clipboard
add enabledProtocols to ssl connector config
Subsystem Server
Motivation Addresses https://youtrack.jetbrains.com/issue/KTOR-4587, providing mechanism to enable use of particular TLS versions
Solution
Added new enabledProtocols
property to engine connector config which is then applied in Netty, Jetty and Tomcat engines.
Some additional context in https://kotlinlang.slack.com/archives/C0A974TJ9/p1656335256667499