Skip to content

Commit 4ddaedb

Browse files
hamishforbescalio
authored andcommitted
Document SSL options
1 parent 5d9302a commit 4ddaedb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,18 @@ Available user configurations are listed as follows:
131131

132132
Periodic flush interval (in seconds). Set to `nil` to turn off this feature.
133133

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+
134146
[Back to TOC](#table-of-contents)
135147

136148
initted

0 commit comments

Comments
 (0)