git2-rs icon indicating copy to clipboard operation
git2-rs copied to clipboard

Do not call openssl_probe::init_ssl_cert_env_vars() on FreeBSD (#1129)

Open michael-o opened this issue 8 months ago • 1 comments

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

michael-o avatar Feb 24 '25 08:02 michael-o