最近利用模擬發get請求的時候出現:
[Fiddler] The connection to ‘xxxxx.com' failed.
<br />System.Security.SecurityException Failed to negotiate HTTPS connection with server.fiddler.network.https>
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就行