Hi, I'm building ktor web server with Kotlin/Native targeting linux. I need to make a request to https endpoint to get some data, and I'm getting this:
Copy code
kotlin.IllegalStateException: TLS sessions are not supported on Native platform
Is SSL not suported in ktor client on native targets?
rkkm_
05/30/2026, 9:45 AM
Ah I'm blind. Guessing I need to use curl client engine