I'm using KMP with Ktor, but when I go to make a n...
# multiplatform
d
I'm using KMP with Ktor, but when I go to make a network request in Android, I'm gettiing
Copy code
java.security.cert.CertificateException: Domain specific configurations require that hostname aware checkServerTrusted(X509Certificate[], String, String) is used
but I can make the exact same request with retrofit no problem, it's a simple GET and works in a browser/postman etc
Anyone seen this?
Figured it out wasn't using okhttp client, was using cio.