Kevin Golding Member Licensed User Longtime User Oct 26, 2018 #1 I need to do a GET to a HTTPS server that has a self signed and thus untrusted certificate. Is there a way to relax the security checking to allow the request to complete please?
I need to do a GET to a HTTPS server that has a self signed and thus untrusted certificate. Is there a way to relax the security checking to allow the request to complete please?
Erel B4X founder Staff member Licensed User Longtime User Oct 26, 2018 #2 Yes. Remove OkHttpUtils2 library. Add the two code modules instead. Change hc.Initialize with hc.InitializeAcceptAll. Upvote 0
Yes. Remove OkHttpUtils2 library. Add the two code modules instead. Change hc.Initialize with hc.InitializeAcceptAll.
Kevin Golding Member Licensed User Longtime User Oct 26, 2018 #3 Thank you. All sorted after getting the files from https://www.b4x.com/android/forum/threads/b4x-okhttputils2-ihttputils2-httputils2-source-code.82632/ Upvote 0
Thank you. All sorted after getting the files from https://www.b4x.com/android/forum/threads/b4x-okhttputils2-ihttputils2-httputils2-source-code.82632/