Skip to content

Instantly share code, notes, and snippets.

@hallazzang
Created February 26, 2018 18:10
Show Gist options
  • Save hallazzang/21a87533f4f257666bc4c104d9ecb0af to your computer and use it in GitHub Desktop.
Save hallazzang/21a87533f4f257666bc4c104d9ecb0af to your computer and use it in GitHub Desktop.
How to suppress InsecureRequestWarning from urllib3
import urllib3
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment