I have a pcap file and an sslkeylogfile.txt i was able to open the pcap file and add the decryption keys from the log file to wireshark.
But in Fiddler im only able to import the pcap file but can not import the sslkey file
Hey Nick,
Love the software. Could really help us in an upcoming project. One question. I've been playing with the HTTPS decryption. I've installed BouncyCastle and I'd like to run that. When the Root CA is generated, as you will know, DO_NOT_TRUST is displayed as the CAs name. This would be no good in the instance we needed to deploy Fiddler at the clients' site under our guidance. I've found some settings (prefs) namely; fiddler.CertMaker.Root.ExtraParams and fiddler.CertMaker.EE.ExtraParams. I've spent hours before reaching out. I found a bug using one of the other encryption systems, where the Root pref was read into the EE variable in the system, and also vice versa, the EE pref showed up as the Root setting. I've tried passing the -n argument along with the formatted distinguished name. I've had no success, hence why I am reaching out to you. Can you please explain to me how to change the Root CA Common names for the PoC setup Im building for an upcoming project?
Love the software and documentation. It's really great.
Warm regards
Dean
Hello, I want to implement a functionality with AutoResponder in fiddler classic, where only specific url requests are allowed to pass, and all other requests are blocked.
My solution is adding a rule: specificURL.com, and leave the Action and the "Unmatched requests passthrough" option empty.
But the result is, the specificURL.com request return the "404 Fiddled" status code ( and other requests are blocked as expect).
If I choose any of an Action, such as "200_SimpleHTML.dat" or any local file, the request won't return 404. But I dont't want to choose any of the Actions. I just want the specificURL.com to be requested normally.
Looking to understand whether values that fall in the Inspectors -> Webforms tab can be updated without manually “Unlocking for Editing” each session