Wondering about these log events on our elected master node:
[2020-03-03T08:46:57,125][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [es-mst2] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/<redacted>:9200, remoteAddress=/<redacted>:38520}
[2020-03-03T08:47:02,131][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [es-mst2] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/<redacted>:9200, remoteAddress=/<redacted>:38526}
[2020-03-03T08:47:07,136][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [es-mst2] received plaintext http traffic on an https channel, closing connection Netty4HttpChannel{localAddress=/<redacted>:9200, remoteAddress=/<redacted>:38532}
These seems to come every 5 sec but only ever from our data/ML (DIL) nodes. Have tried to narrowed it further down, but can't seem to ever capture source port vs process by netstat and tcpdump doesn't unveil further, might it possible be the elasticsearch instance it self attempting http now and then over https?
All our elastic nodes have these http config settings:
xpack.security.http.ssl.enabled: true
xpack.security.http.ssl.supported_protocols: [ "TLSv1.2", "TLSv1.1" ]
xpack.security.http.ssl.keystore.path: certs/elastic-certificates.p12
xpack.security.http.ssl.truststore.path: certs/elastic-certificates.p12