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)
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)