How to trust all SSL certificates with KMM and Kto...
# multiplatform
a
How to trust all SSL certificates with KMM and Ktor? Does anyone has any idea?
t
You can override the SSL implementation of the engine, for example for CIO set a
trustManager
that is not checking the certificates. https://ktor.io/docs/client-ssl.html#configure-ssl
214 Views