`sslConnector()` seems to be JVM only. Is there a ...
# ktor
a
sslConnector()
seems to be JVM only. Is there a way to enable https connections on iOS? https://ktor.io/docs/ssl.html#embedded-server
a
Unfortunately, the CIO server engine doesn't support accepting secure connections.
😕 1
a
i see. is this something in the making? not sure where to look for
a
The implementation depends on the https://youtrack.jetbrains.com/issue/KTOR-694
👍 1
is this something in the making?
Not at the moment.
a
can you think of any workarounds without having to use a different server on ios?
a
Unfortunately, no.
👍 1