我将charles设置为拦截代理http流量,现在,尝试拦截https流量。我使用的是charles 3.11.2和iOS 9.2设备。我已经在系统和iOS设备上安装了charles root代理。我已经为所有带有通配符"*“的页面启用了ssl拦截。当我去safari并访问一个安全的网页时,我得到的是There was a problem communicating with the secure web proxy server(HTTPS)
。
在我的charles窗口中,我得到了错误、SSL: Unrecognized SSL message, plaintext connection?
和说明Exhausted available SSL/TLS protocols, trying with everything enabled
。
我是不是漏掉了什么?
发布于 2016-04-28 00:08:52
确保Charles运行的是最新的JVM。我也遇到了同样的问题,问题是我将JAVA_HOME设置为Java6JRE。更新环境以使用Java 8修复了此问题。
https://stackoverflow.com/questions/34537604
复制相似问题