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

Ensure eventlet SSL HTTPs contexts allow HTTP verify disabled #485

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 30, 2018

  1. Ensure eventlet SSL HTTPs contexts allow HTTP verify disabled

    Python SSL supports a couple of different ways to disable HTTPS
    verification, either via an environment variable or via methods defined
    in PEP 493. To ensure these work we must call the original
    _create_default_https_context function to ensure we are calling the
    right default https context (verified or unverified) function according
    set by the https context factory.
    
    Fixes eventlet#484
    Tehsmash committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    b8699f3 View commit details
    Browse the repository at this point in the history