Custom SSL certificate support for git integration #3529
Unanswered
DrMetallius
asked this question in
Ideas
Replies: 2 comments
|
Welcome @DrMetallius Great point, I'm sure other corporations have similar setups, looking into it seems like we will have to use a custom http agent for our git integration. |
0 replies
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
In our company we have a corporate SSL certificate used for our intranet resources. This makes it impossible to use git integration in Insomnia, which, as I assume, uses bundled certificates.
Describe the solution you'd like
A perfect solution would be to either pick up the certificates from the system, or at least provide a way to specify them in the application preferences.
Describe alternatives you've considered
Right now the only way I managed to bypass these restrictions is by setting the
NODE_TLS_REJECT_UNAUTHORIZEDenvironment variable to0, but this is hardly a convenient and secure solution. This is obviously one the major blockers for adopting Insomnia Designer.All reactions