Guys,
I'm on 1.9.1 now and am still getting a multiude of SSL errors when connecting from my Android Client to the dot qualified SSL domain. Some errors include:
javax.net.ssl.SSLException: Connection closed by peer
java.security.cert.CertPathValidatorException: Trust anchor for certification path not found
javax.net.ssl.SSLException: Write error: ssl=0x53602388: I/O error during system call, Broken pipe
java.io.IOException: Hostname 'myversion-dot-myapp.appspot.com' was not verified
I have migrated all of my connection logic to okHttp in an attempt to reduce any weirdness in my implementation patterns and the problem still persists. Has anyone else found anything like this or could give me an idea about how to prevent these exceptions from arising?
Thanks,
E