Hello! I am using DefaultHttpClient() to construct a new client and HttpPost to send a post request. When I connect to certain URLs I get a exception telling me this: SSLException: hostname in certificate didn't match: != I tried to do some research, but I can't find an answer. I guess it has something to do with the HostnameVerifier and BrowserCompatHostnameVerifier.
Any help would be very appreciated.
