Enabling specific SSL protocols with Android WebViewClient

后端 未结 4 2079
孤街浪徒
孤街浪徒 2020-11-30 02:17

My application uses WebViewClient to make SSL connections to the server. The server is configured to only accept TLSv1.1 and above protocols.

1) How do I check which

4条回答
  •  情深已故
    2020-11-30 03:11

    it's beause android 4.3 not support TSL 1.1 but only TSL1.0 read this article https://www.ssllabs.com/ssltest/clients.html find android 4.3 will see

    Protocols TLS 1.3 No TLS 1.2 No TLS 1.1 No TLS 1.0 Yes SSL 3 INSECURE Yes SSL 2 No

提交回复
热议问题