Hello. I'm writing a ktor client and I need to mak...
# ktor
g
Hello. I'm writing a ktor client and I need to make sure only TLS 1.2-1.3 is used. No TLS < 1.2, and certainly no SSL. How can I do this? In case it's relevant, this client will be used on the JVM (in Android, desktop and server apps)