Hello, i'm new in forum, i'm having a problem with SSL. When i try to login in my app i recive this error only with android 5.1 or bottom.
javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
If i change the hc.Initialize("hc") to hc.InitializeAcceptAll("hc") its works, but if i do that will show my PostString in the program FIDDLER.
Is there a way to Android 5.1 or bottom accept the SSL?
Thanks.
javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
If i change the hc.Initialize("hc") to hc.InitializeAcceptAll("hc") its works, but if i do that will show my PostString in the program FIDDLER.
Is there a way to Android 5.1 or bottom accept the SSL?
Thanks.