data providers: allow to disable SNI for TLS connections

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-09-07 14:31:50 +02:00
parent 8debde842c
commit 3ebdfa9b2d
8 changed files with 63 additions and 39 deletions

View File

@@ -190,6 +190,7 @@
"username": "",
"password": "",
"sslmode": 0,
"disable_sni": false,
"root_cert": "",
"client_cert": "",
"client_key": "",