zoukankan      html  css  js  c++  java
  • [Fiddler] The connection to 'xxxxx.com' failed. <br />System.Security.SecurityException Failed to negotiate HTTPS connection with server.fiddler.network.https&gt; HTTPS handshake to intelte

    最近利用模拟发get请求的时候出现:

    [Fiddler] The connection to ‘xxxxx.com' failed. 
    <br />System.Security.SecurityException Failed to negotiate HTTPS connection with server.fiddler.network.https&gt;
    HTTPS handshake to inteltechniques.com (for #53) failed. System.IO.IOException 由于远程方已关闭传输流,身份验证失败。

    抓包的结果:

    抓包的结果出现Tunnel to

     对应的Header是:

    1、如何看我们请求的网站的TLS协议是哪种?

     

    通过该请求就能看到所用的协议;

    2、Fiddle模拟https所用的协议:

       Tools  -> Options  ->Https

          

     默认的协议tls1.2是没有的,需要手动添加下;

    如何添加:

        点击上图中的红色方框:见下图

      

           

    然后补充tls1.2就行

  • 相关阅读:
    hdu 1087(LIS变形)
    poj 1088(记忆化搜索)
    hdu 1505(最大子矩阵)
    hdu 1506(好题+DP或者RMQ)
    poj 2593&&poj2479(最大两子段和)
    hdu 1003(最大子段和)
    hdu 2881(LIS变形)
    poj 1692(动态规划)
    CodeForces 626C Block Towers
    CodeForces 626B Cards
  • 原文地址:https://www.cnblogs.com/cbugs/p/9304370.html
Copyright © 2011-2022 走看看