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 becd829 commit b7519bfCopy full SHA for b7519bf
sender.go
@@ -108,10 +108,10 @@ func WithTls() LineSenderOption {
108
}
109
110
111
-// WithTls enables TLS connection encryption, but skips server
112
-// certificate verification. Useful in test environments with
113
-// self-signed certificates. Do not use in production
114
-// environments.
+// WithTlsInsecureSkipVerify enables TLS connection encryption,
+// but skips server certificate verification. Useful in test
+// environments with self-signed certificates. Do not use in
+// production environments.
115
func WithTlsInsecureSkipVerify() LineSenderOption {
116
return func(s *LineSender) {
117
s.tlsMode = tlsInsecureSkipVerify
0 commit comments