We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Look like it's not working with custom SSL file, I try to use GIT_OPT_SET_SSL_CERT_LOCATIONS and SSL_CERT_FILE environment variables without sucess.
GIT_OPT_SET_SSL_CERT_LOCATIONS
SSL_CERT_FILE
> git workspace update Fetching repositories... Error: Error fetching repositories from Gitlab user/group test at https://gitlab.com in directory test, using the token stored in GITLAB_TOKEN Caused by: 0: https://gitlab.com/api/graphql: Connection Failed: tls connection init failed: invalid peer certificate: UnknownIssuer 1: invalid peer certificate: UnknownIssuer
Related to:
CARGO_HTTP_CAINFO
SSL_CERT_PATH
The text was updated successfully, but these errors were encountered:
fix: allow to use custom ssl certificates, fix orf#342
be41134
Upgrade ureq crate and enable `native-certs` feature to use OS’ trust store and SSL_CERT_FILE environment variable, see: - https://docs.rs/ureq/latest/ureq/#trusted-roots - https://docs.rs/rustls-native-certs/latest/rustls_native_certs/
d5552e4
No branches or pull requests
Hello,
Look like it's not working with custom SSL file, I try to use
GIT_OPT_SET_SSL_CERT_LOCATIONS
andSSL_CERT_FILE
environment variables without sucess.I have the following error:
Related to:
CARGO_HTTP_CAINFO
,SSL_CERT_FILE
&SSL_CERT_PATH
cargo-bins/cargo-binstall#759The text was updated successfully, but these errors were encountered: