Skip to content

Fiddler extension which exposes a UI to select client certificates on request

License

Notifications You must be signed in to change notification settings

ameerkat/FiddlerClientCertificateSelect

Repository files navigation

About Fiddler Client Certificate Select

Client certificates are a commonly used authentication mechanism for server to server calls. Unfortunately setting up client certificates in fiddler require you to export the certificate from the local certificate store. Determining which client certificate is set requires locating the file and inspecting the certificate details. Switching certificates is non trivial and can't be done from server to server easily. Fiddler client certificate select is a fiddler extension designed to allow users to select certificates directly from their certificate store for use with fiddler. If you use don't switch client certificates frequently you may be satisfied with the traditional method of attaching client certificates outlined here.

Installing

Using the Installer

Since v0.2.0 you can download and run InstallFiddlerClientCertificateSelect.exe from the releases. You can only install globally if you run as administrator, the application will not self elevate.

Building

You will have to modify the project references to refer to your local copy of the fiddler executable. This extension was created against fiddler2 in Visual Studio 2013. More information about extending fiddler with .net can be found here. If you want to easily debug you will need to modify the debug action if your fiddler is not in C:/Program Files (x86)/Fiddler2/.

Screenshots

Menu Items Grid View Selector Builtin Selector

About

Fiddler extension which exposes a UI to select client certificates on request

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages