Replies: 1 comment
-
One can work around this by disabling the option Validate certificates in the preferences section Request/Response. Note however that this opens up Insomnia to accept responses without checking the counterpart's certificate, which is generally a bad idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When syncing with our git server we you get the following error because we have a self signed certificate in our server's cert chain (see screenshot below):
self signed certificate in certificate chain
When using git from the CLI, this can be solved as follows:
git config --global http."https://mygit.corp/".sslCAInfo "<path to downloaded ca cert file>"
This however has no effect on Insomnia.
Is there a chance to have feature allowing to configure self signed certificates that are then trusted by Insomnia?
-Nabi
Beta Was this translation helpful? Give feedback.
All reactions