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 -

Website Login Issue developed in magento -

Can the constants be defined inside a model file of a framework in PHP? -