You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: