Android Question After install SSL HttpJob does not work

Jerez

Active Member
Licensed User
Longtime User
Hello,

We have an app that works perfectly for about 1.5 years. Days ago we have installed an SSL certificate and right now HttpJob does not work. I get an error on Job_done. Looks like I can't read the string because is encoded.

How can I fix this? I need an extra parameter to work with SSL?

thanks very much!
 

DonManfred

Expert
Licensed User
Longtime User
it the certificate a self-signed cert? If yes then you need to use the httputils2 source and use hc.InitializeAcceptAll

I get an error on Job_done
But you dont want to share the error you got?
 
Upvote 0
Top