错误:
[Fiddler] The connection to '<the site>.com' failed.
System.Security.SecurityException Failed to negotiate HTTPS connection with server.fiddler.network.https> HTTPS handshake to <the site>.com (for #3) failed. System.IO.IOException Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. < An existing connection was forcibly closed by the remote host
我可以在网络浏览器中点击。我确实看到它是相当强大的SSL(FireFox将其报告为TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,256位密钥,TLS 1.2)
为什么Fiddler不能进行此连接?
答案 0 :(得分:34)
检查:工具&gt;提琴手选项&gt; HTTPS 它被设置为; ssl3; tls1.0 添加tls1.2
似乎您的客户没有尝试通过1.2
进行连接答案 1 :(得分:0)
提琴手默认情况下应添加tls1.2。