allow setting no_ssl_verify in client config
This commit is contained in:
parent
d23d1a7cf8
commit
8d3a736637
1 changed files with 1 additions and 0 deletions
|
|
@ -1587,6 +1587,7 @@ def read_config(profile_name, user_config=None):
|
|||
'cert': None,
|
||||
'ca': '', # FIXME: remove in next major release
|
||||
'serverca': None,
|
||||
'no_ssl_verify': False,
|
||||
'authtype': None
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue