ssl - HTTPS request from Android mobile gets failure from 3G and 4G network but works fine in 2G network -


we trying make https request android mobile application using volley library, getting following error com.android.volley.noconnectionerror: javax.net.ssl.sslprotocolexception: read error: ssl=0xdf35c180: failure in ssl library, protocol error error:100c50e3:ssl routines:ssl3_read_bytes:ssl_handshake_failure (external/boringssl/src/ssl/s3_pkt.c:756 0xe8b837d7:0x00000000)

this issue pertains in networks 3g , 4g, working fine other networks 2g.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -