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
randomstuff
changed the title
Curl CLI should handle both SSL_CERT_FILE and SSL_CERT_DIR
Curl CLI should handle both SSL_CERT_FILE and SSL_CERT_DIR (at the same time)
Jun 16, 2023
I did this
When using both
SSL_CERT_FILE
andSSL_CERT_DIR
environment variable,curl
honors only the former:I expected the following
I would expect the behavior to be consistent with OpenSSL which handles both at the same time:
The difference in behavior could have generate bugs (possibly security impact) for users who are not aware of this subtlety.
curl/libcurl version
operating system
The text was updated successfully, but these errors were encountered: