Android how to change default SSL cipher suites for WebView HTTPS -
i need remove rc4 cipher suites default list of cipher suites presented when loading https pages in android webview.
it looks might possible when using httpsurlconnection, setting sslsocketfactory , overriding getdefaultciphersuites.
however, can't seem reference webview's sslsocketfactory / getdefaultciphersuites, or similar.
my android app needs support 4.0+
Comments
Post a Comment