我正在尝试启用TLS 1.2的android股票(默认)浏览器上的Android果冻。根据Android的说法,Jelly bean支持TLS 1.2,但没有启用。
如何在android浏览器源码上开启TLS 1.2。
发布于 2016-10-14 22:44:29
我设法做到了这一点,方法是像这样替换SocketFactory:
Security.setProperty("ssl.SocketFactory.provider", "net.cogindo.ssl.TLSSocketFactory")https://blog.dev-area.net/2015/08/13/android-4-1-enable-tls-1-1-and-tls-1-2/
https://stackoverflow.com/questions/37021921
复制相似问题