搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How to force Firefox to trust my mitm https proxy certificate?

more options

Hi!

I want to dump/debug http traffic with mitm proxy: https://github.com/ganskef/LittleProxy-mitm . This proxy generates it's own root certificate which i manually imported to Firefox from about:preferences#privacy > View Certificates > Authorities > Import. I verified that cert shows up after importing it. But I get errors despite of that:

Secure Connection Failed

An error occurred during a connection to www.youtube.com. Peer’s certificate has an invalid signature.

Error code: SEC_ERROR_BAD_SIGNATURE

Is there a way to bypass it?

Hi! I want to dump/debug http traffic with mitm proxy: https://github.com/ganskef/LittleProxy-mitm . This proxy generates it's own root certificate which i manually imported to Firefox from about:preferences#privacy > View Certificates > Authorities > Import. I verified that cert shows up after importing it. But I get errors despite of that: Secure Connection Failed An error occurred during a connection to www.youtube.com. Peer’s certificate has an invalid signature. Error code: SEC_ERROR_BAD_SIGNATURE Is there a way to bypass it?

被采纳的解决方案

It turned out it was my fault. I took wrong cer from wrong place. With correct cert this proxy works fine and firefox is happy. Also it seems to be faster than mitmproxy that was written in python in case you need to performance.

定位到答案原位置 👍 0

所有回复 (1)

more options

选择的解决方案

It turned out it was my fault. I took wrong cer from wrong place. With correct cert this proxy works fine and firefox is happy. Also it seems to be faster than mitmproxy that was written in python in case you need to performance.