james-proxy / james

Web Debugging Proxy Application
1.42k stars 126 forks source link

Import custom certificates #410

Open mitchhentges opened 5 years ago

mitchhentges commented 5 years ago

If testing a website that is using a self-signed certificate (e.g.: an internal site), James currently drops requests since internal certificate checking fails.

We should allow users to add their own certificates into James, at which point those certificates will be added to the list of valid CAs when the proxy request is made. (Note: something like ssl-root-cas will probably be useful for this)