每次我尝试从特定主机调试 HTTPS 流量(在我的 android 手机上)时,我都会在提琴手检查器窗口中收到以下错误消息。
After the client received notice of the established CONNECT, it failed to send any data.
你能告诉我,我做错了什么吗?我在我的三星 Galaxy s2 上调试网络请求。在网络会话窗口中,我可以看到所有请求。在检查器窗口中,我得到如下信息:
CONNECT example-site.com:443 HTTP/1.1
Host: example-site.com
User-Agent: Dalvik/1.6.0 (Linux; U; Android 4.0.4; GT-I9100 Build/IMM76L)
Connection: Keep-Alive
After the client received notice of the established CONNECT, it failed to send any data.
响应如下所示:
HTTP/1.1 200 Connection Established
FiddlerGateway: Direct
StartTime: 12:39:43.452
Connection: close
我成功安装了 decrpyt https 的提琴手根证书。从 pc chrome 浏览器调试相同的网络流量也可以正常工作(我可以详细查看请求/响应 SOAP/REST 正文)。pc和android的区别在哪里?