mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #29214 from cro/ssl_verify_ssl
Doc for salt.utils.http should say verify_ssl not ssl_verify.
This commit is contained in:
commit
9236188867
@ -301,7 +301,7 @@ debugging purposes, SSL verification can be turned off.
|
||||
|
||||
salt.utils.http.query(
|
||||
'https://example.com',
|
||||
ssl_verify=False,
|
||||
verify_ssl=False,
|
||||
)
|
||||
|
||||
CA Bundles
|
||||
|
Loading…
Reference in New Issue
Block a user