Hello, I worked on a multiplatform kotlin project ...
# ktor
i
Hello, I worked on a multiplatform kotlin project (android and ios), I used ktor for network. How can I disable SSL verification for iOS app
a
Can you try using the handleChallenge configuration method and call the completionHandler with the constant useCredential as the first argument?