Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use system OpenSSL cert file and dir if available #770

Closed

Commits on Jan 11, 2022

  1. Use system OpenSSL cert file and dir if available

    For users that manage their own SSL certs, it is a surprise that excon
    ships its own root certificates. As a result, using an old version of
    excon can cause SSL failures with third-party services, such as S3
    (excon#473).
    
    We now fall back to the OpenSSL defaults if available to avoid depending
    on the shipped `cacert.pem`.
    stanhu committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    6a519ba View commit details
    Browse the repository at this point in the history