mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue