Help!!!
When I use HttpUtils2 lib to receive JSON string - with https protocol, I receive "No peer certificate". I think, it is no server's valid serteficate. I changed HttpUtils2 lib to Http+StringUtils libs and HttpUtils2Service + HttpJob modules, hc.Initialize -> hc.InitializeAcceptAll, as here:
I use SSL without problems too - on other addresses. But in this case certificate not valid (I think)
In browser and in WebView all OK. For example, I can to receive text from this server without HttpUtils2, with WebViewExtras
I did. Result approx. the same. It works Android 5.0.1 and error Android 4.4.2 But with OkHttpUtils2 error:
-------------------
javax.net.ssl.SSLHandshakeException: javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x55fb7650: Failure in SSL library, usually a protocol error
error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure (external/openssl/ssl/s23_clnt.c:741 0x53bc6cfc:0x00000000)
-------------------