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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -