Skip to content

Instantly share code, notes, and snippets.

@ferdinandosimonetti
Created October 5, 2018 08:13
Show Gist options
  • Save ferdinandosimonetti/a4a88c2d507b8c64f39ca4ae607f8cd1 to your computer and use it in GitHub Desktop.
Save ferdinandosimonetti/a4a88c2d507b8c64f39ca4ae607f8cd1 to your computer and use it in GitHub Desktop.
Python certificate verification config file /etc/python/cert-verification.cfg
# Possible values are:
# 'enable' to ensure HTTPS certificate verification is enabled by default
# 'disable' to ensure HTTPS certificate verification is disabled by default
# 'platform_default' to delegate the decision to the redistributor providing this particular Python version
# For more info refer to https://www.python.org/dev/peps/pep-0493/
[https]
verify=disable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment