Does Ktor have an common API to prevent the usage ...
# ktor
b
Does Ktor have an common API to prevent the usage of old TLS Versions (like 1.1)?
a
Can you please give more context?
b
We have the security requirement, that TLS-Version 1.1 and lower are not allowed to use for connections.
a
On the server or for the client?
b
Theoratically both, but currently most important is client.
a
Ktor doesn't have common API for configuring TLS/SSL for the client
👍 1