B Blue_tro New Member Sep 24, 2020 #1 Hello, I post data to my server with OkHttpUtils2 and it works. But my server not have SSL and that is why my program does not work in Android 10. I do not know what to do to connect to the server in Android 10 without SSL.
Hello, I post data to my server with OkHttpUtils2 and it works. But my server not have SSL and that is why my program does not work in Android 10. I do not know what to do to connect to the server in Android 10 without SSL.
Erel B4X founder Staff member Licensed User Longtime User Sep 24, 2020 #2 android.jar / targetSdkVersion / minSdkVersion Upvote 0
drgottjr Expert Licensed User Longtime User Sep 24, 2020 #3 are you talking about connecting with http not https? you can't do that anymore with editing your manifest. try this: B4X: CreateResourceFromFile(Macro, Core.NetworkClearText) Upvote 0
are you talking about connecting with http not https? you can't do that anymore with editing your manifest. try this: B4X: CreateResourceFromFile(Macro, Core.NetworkClearText)