Closed nickelc closed 2 months ago
The load_native_certs() function now returns all errors instead of raising only the first error.
load_native_certs()
Not finding any native root CA certificates is not fatal if the "rustls-tls-webpki-roots" feature is enabled.
The
load_native_certs()
function now returns all errors instead of raising only the first error.Not finding any native root CA certificates is not fatal if the "rustls-tls-webpki-roots" feature is enabled.