We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6e642 commit 82116c1Copy full SHA for 82116c1
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