Skip to content
New issue

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

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

Already on GitHub? # to your account

Don't create default SSLContext if CA bundle isn't present #6781

Closed
wants to merge 1 commit into from

Commits on Aug 1, 2024

  1. Don't create default SSLContext if CA bundle isn't present

    Similar to e188799 , this also
    skips creation of the default SSLContext on FileNotFoundError,
    which is raised if DEFAULT_CA_BUNDLE_PATH does not exist.
    
    See: https://bugzilla.redhat.com/show_bug.cgi?id=2297632
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>
    AdamWill committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    08e863f View commit details
    Browse the repository at this point in the history