Skip to content
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

Respect git conventions when validating certs #2408

Closed
wants to merge 1 commit into from

Commits on Feb 23, 2016

  1. Respect git conventions when validating certs

    Git supports the `http.sslVerify` option as well as the `GIT_SSL_NO_VERIFY`
    environment variable for disabling validation of SSL certificates. This was
    removed from libgit2 in libgit2/libgit2@41698f22 citing bad security practice
    and how applications now had enough information to decide for themselves.
    
    There seems to be enough corporate environments (as mentioned in rust-lang#1180) where
    certificate validation won't work that this seems prudent for Cargo to support.
    
    Closes rust-lang#1180
    alexcrichton committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    879766a View commit details
    Browse the repository at this point in the history