Request failed used ktor CIO in IOS #4676
-
i write some test code on my mac machine like this: when i running the code on Test it called some error:
when i running network request code on IOS, the console output some message like this:(I use Kermit to print log)
I am a beginner developer in ios, Please correct me for my mistakes, thks! :D |
Beta Was this translation helpful? Give feedback.
Answered by
qianmo2233
Feb 14, 2025
Replies: 1 comment 5 replies
-
On the native targets, the CIO engine doesn't support TLS, but the Darwin engine does. You can follow KTOR-7262 for updates on TLS support for the CIO engine. may help |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
kagg886
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the native targets, the CIO engine doesn't support TLS, but the Darwin engine does. You can follow KTOR-7262 for updates on TLS support for the CIO engine.
may help