korlibs-archive / korio

Korio: Kotlin cORoutines I/O : Virtual File System + Async/Sync Streams + Async TCP Client/Server + WebSockets for Multiplatform Kotlin 1.3

Home Page:https://korlibs.soywiz.com/korio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does the HttpClient always use a secure socket?

jan-tennert opened this issue · comments

I tried to make a request to a website but I always get an error that secure sockets aren't available on platform XY. Is that normal? (The url doesn't matter, I can set "test" as url and I get the same error)

It was implemented on Windows sometime ago.