Join Slack
Powered by
Hello, I worked on a multiplatform kotlin project ...
# ktor
i
Ismail BENABDALLAH
08/12/2024, 3:02 PM
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
Aleksei Tirman [JB]
08/13/2024, 7:58 AM
Can you try using the
handleChallenge
configuration method and call the
completionHandler
with the constant
useCredential
as the first argument?
10
Views
Open in Slack
Previous
Next