Programming Tutorials

Comment on Tutorial - java.io.IOException: HTTPS hostname wrong: should be By Ramlak



Comment Added by : Mark

Comment Added at : 2013-01-08 07:00:47

Comment on Tutorial : java.io.IOException: HTTPS hostname wrong: should be By Ramlak
Thanks for a great post. Solved a problem for me in communicating over SSL with a known server IP. One note: on Android I had to make my custom TrustManager implement X509TrustManager, or I got a "can't find an X509 trust manager" exception when initializing the SSLContext. There might have been some other way around that, but anyway it worked. Thanks again for the post.

View Tutorial