We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9302a commit 4ddaedbCopy full SHA for 4ddaedb
README.md
@@ -131,6 +131,18 @@ Available user configurations are listed as follows:
131
132
Periodic flush interval (in seconds). Set to `nil` to turn off this feature.
133
134
+* `ssl`
135
+
136
+ Boolean, enable or disable connecting via SSL. Default to false.
137
138
+* `ssl_verify`
139
140
+ Boolean, enable or disable verifying host and certificate match. Default to true.
141
142
+* `sni_host`
143
144
+ Set the hostname to send in SNI and to use when verifying certificate match.
145
146
[Back to TOC](#table-of-contents)
147
148
initted
0 commit comments