-
-
Notifications
You must be signed in to change notification settings - Fork 346
Respect http.sslVerify
#1109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
http.sslVerify
http.sslVerify
when using the max-pure
feature
http.sslVerify
when using the max-pure
featurehttp.sslVerify
It turns out that
It's indeed not implemented even for the curl backend, and doing so should be straightforward to wire up. |
Note that this does work with git under the following option;
I would hope |
Thanks for sharing! I am quite sure that eventually this will be implemented as |
As 1142 was merged, gix now respect sslVerify for the curl http backend. |
I second that, and add that the |
Summary 💡
I need to ignore the validity of SSL certificates (corporate proxy so security is "not a concern").
Motivation 🔦
As mentioned in #1103 (comment). I use git/gix behind a corporate proxy which has a self-signed certificate. To use gix there I need to either not verify the certificates, or to respect the configured certificates on windows (this is not done by git/curl so I would not personally pursue this path).
The text was updated successfully, but these errors were encountered: