Hi Team,
In Elasticsearch, we have a cluster node, enabling x-pack,
On Master node: x-pack enabled successfully, certification authorities successfully
On a Slave node: x-pack enabled successfully, but certification authorities is not successfully.
getting below errors.
error 1:
exception caught on transport layer [Netty4TcpChannel{localAddress=/10.19.19.124:48024, remoteAddress=localhost/10.19.19.123:9300, profile=default}], closing connection
io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Received fatal alert: bad_certificate
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:477) ~[netty-codec-4.1.66.Final.jar:4.1.66.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(Byte
error 2:
or":{"root_cause":[{"type":"security_exception","reason":"unable to authenticate user [elastic] for REST request [/_cat/nodes?v]","header":{"WWW-Authenticate":["Bearer realm="security"","ApiKey","Basic realm="security" charset="UTF-8""]}}],"type":"security_exception","reason":"unable to authenticate user [elastic] for REST request [/_cat/nodes?v]","header":{"WWW-Authenticate":["Bearer realm="security"","ApiKey","Basic realm="security" charset="UTF-8""]}},"status":401}r
I appreciate, your support on this issue.
Regards,