Android Question HttpUtils2 and SelfSigned Certificates

FrankBerra

Active Member
Licensed User
Longtime User
Hi all

I am trying to connect to my server trough HTTPS using Httputils2. I am using a self-signed certificate.
The app doesn't work.

Somewere they say that i should initialize he HttpJob with http.InitializeAcceptAll instead of http.Initialize.
HttpUtils2 doesn't have the member InitializeAcceptAll

So how and where can i solve this?

Thanks in advance
 
Top