Logstash 5.1.2 - TLS 1.2

I am running Logstash 5.1.2 with the following configuration.

input {
lumberjack {
port => "5043"
ssl_certificate => "logstash.crt"
ssl_key => "logstash.key"
}
}

However, our security scan software reported this:

The remote service encrypts communications but does not support TLS1.2.
unknown (5043/tcp)
TLS v1.2 is not enabled on this port.

How do I enable TLS 1.2 on this port?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.