I'm trying to use fiddler v4.4.8.4 in my ubuntu 14.04 virtual machine to capture https connections, and I get "secure connection failed". Of course, when I close fiddler or don't check cature https connects, firefox works well.
I've done operations below:
1. Export root certificate to desktop, update proxy settings in firefox, import and trust fiddler certificate in firefox.
2. In firefox about:config, set:
- security.tls.version.max=3
- security.ssl.enable_ocsp_stapling=false
3. I've used openssl to recreate a crt ver. certificate, added it into /usr/share/ca-certificates/mozilla, and reconfigured it.
Does anybody know how to solve this problem?