Hey, I would like to use ktor to connect to an api...
# ktor
j
Hey, I would like to use ktor to connect to an api which uses self-signed SSL certificate. I've figured out how to achieve this with
OkHttp
on Android, but is there any way to achieve this with the
Ios
engine on iOS as well?