Android Question OkHTTPUtlis2 Connection problem on Android 10

Blue_tro

New Member
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.
 

drgottjr

Expert
Licensed User
Longtime User
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
Top