以下是-> 为什么在使用ZAP代理时,火狐会阻止HTTPS请求?的问题
我在Burp中寻找,在那里我可以为Firefox生成它的CA。我看不见。我去了Burp网站-> https://support.portswigger.net/customer/portal/articles/1783087-installing-burp-s-ca-certificate-in-firefox,但是他们显示了一个url http://burp,它不能在我的浏览器上工作。
在哪里可以生成Burp的证书?
发布于 2017-01-18 22:11:41
两种获得CA认证的方法-
1)确保浏览器指向Burp和端口,并导航到http://burp并单击右上角的"CA证书“。在您的问题中,您使用了\\而不是//。
2)在Burp上,转到“代理监听器”部分中的Proxy选项卡> Options tab > 'Import/Export‘Button。
将CA证书加载到浏览器中的可信CA证书存储区.
发布于 2018-07-05 06:52:48
去http://burp。单击CA证书,将下载cacert.dir文件。
现在转到-> preferences -> advanced -> certificate -> view certificate -> import,选择cacert.dir文件并单击open。
发布于 2019-03-08 01:09:27
我也遇到了这个问题,解决了这个问题:
https://security.stackexchange.com/questions/148742
复制相似问题