You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unix: set OPENSSLDIR to /private/etc/ssl on Apple platforms
This is the directory that system OpenSSL uses and what Apple's
Python uses.
By pointing our OpenSSL at the system directory, our OpenSSL should
automatically pick up the system managed certificates by default,
which seems like a useful property to have.
0 commit comments