I have seen a lot of posts and information about SSL errors and I have stumbled upon one myself.
I am trying to access a web page through Android WebView with a GlobalSi
I tried to decode the certificate but it does not seem to be valid (actually I tested 2 distinct X509 implementations and both gave me an "incorrect encoding" error).
Can you give more details on the SSL exception?
I did not find much information about the setCertificate
method. I think this method expects the server certificate. You should ensure that the certificate you decode is the end entity certificate and not a CA certificate.