Fiddler 2或4在我的
Windows 10中无法正常工作.我无法捕获任何浏览器的流量.在升级到Windows 10之前它在Windows 8中工作.有些机身有sam问题吗?任何解决方案?
我有一个类似的问题,即Fiddler在Windows 10中无法获取HTTPS流量.
解决如下:
在Fiddler(v4.6.2):
工具菜单>> Fiddler选项>> HTTPS标签>>动作按钮>>重置所有证书.
显然这个问题(至少是我所拥有的问题)是由新旧证书混合引起的:
I’ve made changes to the latest versions of Fiddler to improve the
performance of certificate creation,and to avoid problems with new
certificate validation logic coming to Chrome and Firefox. The biggest
of the Fiddler changes is that CertEnroll is now the default
certificate generator on Windows 7 and later.
Unfortunately,this
change can cause problems for users who have previously trusted the
Fiddler root certificate; the browser may show an error message like
NET::ERR_CERT_AUTHORITY_INVALID or The certificate was not issued by a
trusted certificate authority.
参考:
https://textslashplain.com/2015/10/30/reset-fiddlers-https-certificates/