We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec9291b + a85c090 commit 522b97fCopy full SHA for 522b97f
SoftLayer/config.py
@@ -61,7 +61,7 @@ def get_client_settings_config_file(**kwargs): # pylint: disable=inconsistent-r
61
'proxy': '',
62
'userid': '',
63
'access_token': '',
64
- 'verify': True
+ 'verify': "True"
65
})
66
config.read(config_files)
67
0 commit comments