I have setup an SSL from a local CA which is working fine when I try to view in the browser from the server I am pushing data from but when trying to push data I get the following error on the server:
[2023-08-17T12:40:52,332][WARN ][o.e.h.AbstractHttpServerTransport] [servername] caught exception while handling client http traffic, closing connection Netty4HttpChannel{localAddress=/"localip":9200, remoteAddress=/"remoteip":28343}
io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate
Is this trying to use the "transport" SSL rather than HTTP?
xpack.security.transport.ssl is using the self assigned certs/transport.p12 but xpack.security.http.ssl.key is using my actual SSL which works in the browser.
When I try to use my SSL for transport it stops the cluster from working.