9 lines
381 B
INI
Executable File
9 lines
381 B
INI
Executable File
# 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
|