2

Fiddler はほとんど機能しません。httpsのみの問題のようです。たとえば、https google.com を開くには、約 40 秒待つ必要があります

スクリーンショット:

リクエスト直後

約 40 秒後

フィドラー ログ:

18:02:46:3326 Fiddler Running...
18:02:46:3922 Windows 8+ AppContainer isolation feature detected.
18:03:09:5427 Assembly 'C:\Program Files (x86)\Fiddler2\CertMaker.dll' was not found. Using default Certificate Generator.
18:03:09:5467 /Fiddler.CertMaker> Using Fiddler.DefaultCertificateProvider+CertEnrollEngine for certificate generation; UseWildcards=False.
18:03:11:3745 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. githubcom /ssllabs/research/wiki/Long-Handshake-Intolerance
18:03:11:3855 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. githubcom /ssllabs/research/wiki/Long-Handshake-Intolerance
18:03:11:3895 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. githubcom /ssllabs/research/wiki/Long-Handshake-Intolerance
18:03:11:3915 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. githubcom /ssllabs/research/wiki/Long-Handshake-Intolerance
18:03:11:3945 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. githubcom /ssllabs/research/wiki/Long-Handshake-Intolerance
18:03:20:2192 [Fiddler] No HTTPS request was received from (chrome:10428) new client socket, port 6091.
18:03:20:3110 [Fiddler] No HTTP request was received from (chrome:10428) new client socket, port 6134.
18:03:20:3120 [Fiddler] No HTTP request was received from (chrome:10428) new client socket, port 6130.
18:03:28:8160 HTTPSLint> Warning: ClientHello record was 508 bytes long. Some servers have problems with ClientHello's greater than 255 bytes. githubcom /ssllabs/research/wiki/Long-Handshake-Intolerance
18:03:30:2198 [Fiddler] No HTTPS request was received from (chrome:10428) new client socket, port 6095.
18:03:30:2198 [Fiddler] No HTTPS request was received from (chrome:10428) new client socket, port 6097.
18:03:30:2198 [Fiddler] No HTTPS request was received from (chrome:10428) new client socket, port 6099.
18:03:30:2198 [Fiddler] No HTTPS request was received from (chrome:10428) new client socket, port 6101.
18:03:50:2219 [Fiddler] No HTTPS request was received from (chrome:10428) new client socket, port 6163.
18:03:50:2219 [Fiddler] No HTTPS request was received from (chrome:10428) new client socket, port 6141.
18:03:50:2219 [Fiddler] No HTTPS request was received from (chrome:10428) new client socket, port 6167.
18:04:10:2230 [Fiddler] No HTTPS request was received from (chrome:10428) new client socket, port 6176.
18:04:10:2230 [Fiddler] No HTTPS request was received from (chrome:10428) new client socket, port 6179.

Chrome で何度も表示されます: Waiting for proxy tunnel...and site shows This webpage is not available (ERR_TIMED_OUT)

EDGEでは、すべてのサブリクエストに対してhttpサイトを開くことさえできません。青い上向き矢印が表示されます。これは、フィドラーがそれをロードしようとしていることを意味します(〜40秒後に、すべてのリクエストがロードされます)

Internet Properties-> Advanced tab-> Restore advanced settings をリセットしようとしましたが、役に立ちません。また、システムを再起動しようとしました。変更を加えた後、フィドラーも再起動しました。

Fiddler 設定: CertEnroll エンジンによって生成された証明書。MakeCert に変更してみました。数回、すべての証明書をリセットし、証明書も手動で削除します。ブラウザ: Chrome/Firefox

フィドラーのゲートウェイ情報: アップストリーム ゲートウェイ プロキシが構成されていません。

最近、Windows 10 のインストールを明確にしました。ウイルス対策はありません。

Windows 10 プロ x64 フィドラー v4.6.2.0

私の仕事にはフィドラーが必要です。私を助けてください

更新しました:

これは、プロトコルで問題になる可能性があります。現在、フィドラーには次のプロトコルがあります。

fiddler.network.https> HTTPS handshake to www.bing.com (for #4) 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 

fiddler.network.https> HTTPS handshake to www.google.com.ua (for #23) failed. System.ComponentModel.Win32Exception The client and server cannot communicate, because they do not possess a common algorithm
4

2 に答える 2

1

問題は、Windows のインターネット オプションで有効になっているプロトコルと Fiddler プロトコルにあると思っていました。

入力した Fiddler プロトコルで、SSL 3.0 を使用し、Interent プロパティで TSL 1.0 を使用する (他のすべてのチェックを外す必要があります) にチェックを入れました: ;ssl3;tls1.0

そして、これが変更された後、すべてが完全に機能します

于 2016-01-04T20:34:06.987 に答える