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?