mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
httpclient: add a configuration parameter to skip TLS certificate validation
In this mode, TLS is susceptible to man-in-the-middle attacks. This should be used only for testing.
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
},
|
||||
"http": {
|
||||
"timeout": 20,
|
||||
"ca_certificates": []
|
||||
"ca_certificates": [],
|
||||
"skip_tls_verify": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user