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

Make CA Persistent #4935

Closed
wants to merge 5 commits into from
Closed

Make CA Persistent #4935

wants to merge 5 commits into from

Commits on Jan 11, 2019

  1. Use default cacert

    Uses the default cacert (e.g. set via s = requests.Sessions(), s.verify = cacert) when it's not passed in via s.get(url, verify=cacert).
    AndTheDaysGoBy committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    dc35933 View commit details
    Browse the repository at this point in the history
  2. Update sessions.py

    AndTheDaysGoBy committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    a34a5ff View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. Configuration menu
    Copy the full SHA
    ab053e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Configuration menu
    Copy the full SHA
    5bd6009 View commit details
    Browse the repository at this point in the history
  2. Revert "Use default cacert"

    This reverts commit dc35933.
    AndTheDaysGoBy committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    c729dcd View commit details
    Browse the repository at this point in the history