Skip to content

Instantly share code, notes, and snippets.

@nerdybeast
Created April 5, 2020 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nerdybeast/2f64aa8e883088336429fcd266122c0f to your computer and use it in GitHub Desktop.
Save nerdybeast/2f64aa8e883088336429fcd266122c0f to your computer and use it in GitHub Desktop.
Get fiddler working on Linux Mint
Download the fiddler app image from Telerik site
Place app image somewhere (I have a folder called "app-images")
Make the app image executable (chmod +x <filename>.appimage)
Run fiddler and enable htttps traffic decryption: Settings => HTTPS => Decrypt Https Traffic
- This will give the option to export a self-signed ssl cert from Fiddler and it will place that in the desktop folder
Add the ssl cert to the system using these instructions: https://forums.linuxmint.com/viewtopic.php?t=256739
I did:
- sudo mkdir /usr/share/ca-certificates/fiddler
- sudo cp ~/Desktop/fiddler.crt /usr/share/ca-certificates/fiddler/fiddler.crt
- sudo dpkg-reconfigure ca-certificates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment