Android Question Soap SSLHandshakeException:CertPathValidatorException: Trust anchor for certification path not foun

JOHN NG

Member
Licensed User
Longtime User
I gettin SSLHandshakeException:Trust anchor for certification path not found exception , I know I can use InitializeAcceptAll if i use httputil2 library. But I using Soap library to perform the http request.
 

DonManfred

Expert
Licensed User
Longtime User
It can be done with okhttp too
 
Upvote 0

JOHN NG

Member
Licensed User
Longtime User
Thanks I able to make https call by using okhttp and set to InitializeAcceptAll . If I use InitializeAcceptAll the data is not encrypted ?
 
Upvote 0

JOHN NG

Member
Licensed User
Longtime User
If my certificate issue by Trusted Certificate Authority , then I can just use Initialize instead of InitializeAcceptAll ?
 
Upvote 0
Top