Fiddler2: Decrypt HTTPS traffic and Tunnel to host:443

匿名 (未验证) 提交于 2019-12-03 02:33:02

问题:

I use Fiddler2 to analyse some pages that use https connections. I enabled HTTPS decryption, but I still see some Tunnel to host:443 entries in my log. I can see decrypted HTTPS traffic in the log, so I assume the decyption works.

I think, that a Tunnel to host:443 entry is created in addition to the decrypted log entry when the connection is opened.

Is my assumption correct or did I miss something?

回答1:

Yes, this is expected.

If you click on Tunnel to Host:443 you'll see the following on the Statistics tab:

The selected session is a HTTP CONNECT Tunnel. This tunnel enables a client to  send raw traffic (e.g. HTTPS-encrypted streams or WebSocket messages) through  a HTTP Proxy Server (like Fiddler). 

You can automatically hide these tunnels if you like by clicking Rules > Hide Connects.



回答2:

My HTTPS interception and decryption stopped working and this message was also in my logs.

Perhaps it is unrelated but I was able to resolve but exporting the Fiddler certificate to Desktop (Tools > Fiddler Options > Export Root Certificate to Desktop), double clicking it to install it and restarting Fiddler and my Browser.



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!