The HTTP request block does not work on my old Huawei Y550 running
Android 4.4.4 KitKat. I have tried URLs from several unrelated API's, both GET and POST json, but each time the block throws one of three errors, see below. The same URLs work fine in the browser, so the device
is connected to the internet.
The errors that I've seen (in order of most occurring):
- libcore.io.ErrnoException: isConnected failed: ENETUNREACH (Network is unreachable)
- javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x611e18e8: Failure in SSL library, usually a protocol error error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol (external/openssl/ssl/s23_clnt.c:769 0x5f2d8dbc:0x00000000)
- libcore.io.GaiException: getaddrinfo failed: EAI_NODATA (No address associated with hostname)
Could you fix this bug?