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

Prevent InsecureRequestWarning #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Prevent InsecureRequestWarning #2

wants to merge 2 commits into from

Commits on Nov 6, 2018

  1. Prevent InsecureRequestWarning

    Disable warnings in requests vendored urllib3, we should import the specific instance of the module
    
    Warning to avoid: /Library/Python/2.7/lib/python/site-packages/urllib3/connectionpool.py:847: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
    stabla committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    f918d71 View commit details
    Browse the repository at this point in the history
  2. Update pemburu.py

    Guillaume Bonnet committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    38a5d2b View commit details
    Browse the repository at this point in the history