openssl - boringSsl makes mistake in android M -
it seems android m moving away openssl
boringssl
library according behavior-network [boringssl]
.but how deal openssl connection in app before? app has problem:
09-30 10:40:54.241 6211-6624/com.hundsun.winner w/system.err﹕ caused by: javax.net.ssl.sslprotocolexception: ssl handshake aborted: ssl=0xd6dcce00: failure in ssl library, protocol error 09-30 10:40:54.241 6211-6624/com.hundsun.winner w/system.err﹕ error:100c1069:ssl routines:ssl3_get_server_key_exchange:bad_dh_p_length (external/boringssl/src/ssl/s3_clnt.c:1193 0xe93a350f:0x00000000) 09-30 10:40:54.241 6211-6624/com.hundsun.winner w/system.err﹕ @ com.android.org.conscrypt.nativecrypto.ssl_do_handshake(native method) 09-30 10:40:54.241 6211-6624/com.hundsun.winner w/system.err﹕ @ com.android.org.conscrypt.opensslsocketimpl.starthandshake(opensslsocketimpl.java:324) 09-30 10:40:54.241 6211-6624/com.hundsun.winner w/system.err﹕ … 5 more
your server using dh group size less 1024 bits? try increase it.
https://boringssl.googlesource.com/boringssl/+/a7997f12be358e58aeb2345bb8b88a9d53240024%5e!/
Comments
Post a Comment