【问题标题】:Fiddler 4.6 cannot connect to strong SSL?Fiddler 4.6 无法连接到强 SSL?
【发布时间】:2017-05-23 17:21:22
【问题描述】:

错误:

[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 不能建立这种连接?

【问题讨论】:

    标签: fiddler


    【解决方案1】:

    您的客户端似乎没有尝试通过 1.2 进行连接

    检查:工具 > Fiddler 选项 > HTTPS 它设置为 ;ssl3;tls1.0

    将“tls1.2”添加到协议列表

    编辑: 请参阅下图,了解在哪里可以找到该选项:

    【讨论】:

    • 我在 fiddler 的那个地方看不到这些选项。
    • 在 Fiddler 4 中存在该选项。看这个截图jackstromberg.com/2016/08/…
    • 它对我有用,使用这个屏幕截图。 jackstromberg.com/2016/08/…
    • 我建议进行编辑。当我在同一个地方设置 ssl2 时,这个错误发生在我身上。
    • 在Fiddler4 中是Tools &gt; Options。而添加Protocol的选项只有在您选中Decrypt HTTPS traffic时才会显示,之后您可以单击No,然后添加所需的Protocols,然后取消选中Decrypt HTTPS traffic选项。
    猜你喜欢
    • 2012-02-09
    • 2017-06-25
    • 2010-10-23
    • 1970-01-01
    • 2021-04-01
    • 2016-11-07
    • 2016-01-26
    • 2017-07-31
    • 2019-08-30
    相关资源
    最近更新 更多