ktor icon indicating copy to clipboard operation
ktor copied to clipboard

add enabledProtocols to ssl connector config

Open joreilly opened this issue 2 years ago • 0 comments

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

joreilly avatar Jul 15 '22 10:07 joreilly