git2-rs
git2-rs copied to clipboard
Do not call openssl_probe::init_ssl_cert_env_vars() on FreeBSD (#1129)
The heuristics in openssl-probe leave the process environment with an invalid value breaking the certificate validation on FreeBSD. FreeBSD has a system truststore managed by certctl(8). Leave it to OpenSSL to do the right thing.
Upstream issue: https://github.com/alexcrichton/openssl-probe/issues/37
This fixes #1129