Apache HttpClient on Android producing CertPathValidatorException (IssuerName != SubjectName)

I expect you’ve got your own solution by now, but if not: By combining insights from Antoine Hauck’s blog http://blog.synyx.de/2010/06/android-and-self-signed-ssl-certificates/ the excellent answer from bdc above easily-googled source code for “EasySSLSocketFactory” and “EasyX509TrustManager” – would provide a link if I wasn’t prevented (first time answering!) I managed to achieve a secure connection to https://eu.battle.net/login/en/login.xml with … Read more