You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In logstash-forwarder and filebeat a certificate for TLS client authentication can be configured. However in the lumberjack server, TLS mutual authentication (aka verify_mode) cannot be configured. It defaults to not performing any peer validation.
In logstash-forwarder and filebeat a certificate for TLS client authentication can be configured. However in the lumberjack server, TLS mutual authentication (aka verify_mode) cannot be configured. It defaults to not performing any peer validation.
Ruby doc:
http://ruby-doc.org/stdlib-2.0.0/libdoc/openssl/rdoc/OpenSSL/SSL/SSLContext.html#attribute-i-verify_mode
The text was updated successfully, but these errors were encountered: