public HttpClientVM() { BasicHttpParams params = new BasicHttpParams(); ConnManagerParams.setMaxTotalConnections(params, 10); HttpProtocolParams.setVers
You can get this if the client specifies "https" but the server is only running "http". So, the server isn't expecting to make a secure connection.