3
Git Sync: allow to configure self signed CA certs
Source: Kong/insomnia#5139 · opened by @nzamani
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:
1. Download the corresponding self signed CA cert (your root cert)
1. Execute git config --global http." "<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

1. Execute git config --global http." "<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
![image](
No pledges yet. Be the first to back this.
Comments
Similar requests
Normal Git integration ~~?with proprietary format?~~
3 votes · 0 comments
Allow Git Sync to target local filesystem
5 votes · 0 comments
Add option to not validate certificates to Inso
1 vote · 0 comments
Option to disable certificate validation on Git operations in Designer
1 vote · 0 comments
Ability to change Git password without having to "reset" the git config
1 vote · 0 comments
No comments yet.