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
This value can by overriden by GIT_SSL_NO_VERIFY env variable. We use
the value to override http.sslVerify when specifying ssl_verify in
transport Options.
"entirely new to set the upper bound for the allowed ssl version range. Overwrites the max bound of `http.sslVersion` if set. Min and Max must be set to become effective.",
181
181
);
182
+
/// The `gitoxide.http.sslNoVerify` key.
183
+
///
184
+
/// If set, disable SSL verification. Using this is discouraged as it can lead to
185
+
/// various security risks. An example where this may be needed is when an internal
186
+
/// git server uses a self-signed certificate and the user accepts the associated security risks.
0 commit comments