Join Slack
Powered by
Does Ktor have an common API to prevent the usage ...
# ktor
b
benkuly
01/22/2024, 1:57 PM
Does Ktor have an common API to prevent the usage of old TLS Versions (like 1.1)?
a
Aleksei Tirman [JB]
01/22/2024, 1:57 PM
Can you please give more context?
b
benkuly
01/22/2024, 1:59 PM
We have the security requirement, that TLS-Version 1.1 and lower are not allowed to use for connections.
a
Aleksei Tirman [JB]
01/22/2024, 1:59 PM
On the server or for the client?
b
benkuly
01/22/2024, 2:00 PM
Theoratically both, but currently most important is client.
a
Aleksei Tirman [JB]
01/22/2024, 2:02 PM
Ktor doesn't have common API for configuring TLS/SSL for the client
👍 1
3
Views
Open in Slack
Previous
Next