Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
opensearch 2.8.0 both on follower and leader, leader is docker-based, follower is k8s-based with operator.
Describe the issue:
We followed the CCR documentation, added the relevant subjects on leader’s yaml config, setup CCR on follower and the start api only get transport exceptions.
Leader’s config
plugins:
security:
nodes_dn:
- "<leader's subject>"
- "<follower's admin subject>"
CCR START api output
{
"error" : {
"root_cause" : [
{
"type" : "transport_exception",
"reason" : "handshake failed because connection reset"
}
],
"type" : "connect_transport_exception",
"reason" : "[][<IPADDRESS>:9300] general node connection failure",
"caused_by" : {
"type" : "transport_exception",
"reason" : "handshake failed because connection reset"
}
},
"status" : 500
}