iOS Question CustomTrustManager in b4i

schimanski

Well-Known Member
Licensed User
Longtime User
Is there somerhing similar in b4i to skip the certificate verification? I need it for websockets.

B4X:
Dim ctm As CustomTrustManager
ctm.InitializeAcceptAll
Client.SetCustomSSLTrustManager(ctm)

Thanks for help...
 
Last edited:

Similar Threads

Top