How would I configure my app using ktor client run...
# ktor
s
How would I configure my app using ktor client running Kotlin Native to only connect to a server using TLS 1.3?
a
Unfortunately, it's impossible right now. You can file an issue if you want to see this functionality in Ktor.
s
What is the underlying system that native uses? Perhaps it can be configured to only use 1.3?
a
It uses the curl library. I didn't find a way to do it because the curl handler is private so it's impossible to set this option.