You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
381 B
8 lines
381 B
# 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=platform_default
|
|
|