Cross cluster Replication not available in Opensearch Version 2.2.1

Versions (relevant - OpenSearch: 2.2.1/Dashboard: 2.2.1):

Describe the issue:
CCR permission is not listed in the predefined permissions list on the Rest API & Dashboards Service level. Do we need to upgrade our opensearch instance.
Our usecase is to implement CCR on 2 different K8 clusters in different regions. We get the following error:
{
“error” : {
“root_cause” : [
{
“type” : “transport_exception”,
“reason” : “handshake failed because connection reset”
}
],
“type” : “connect_transport_exception”,
“reason” : “[10.244.11.34:9300] general node connection failure”,
“caused_by” : {
“type” : “transport_exception”,
“reason” : “handshake failed because connection reset”
}
},
“status” : 500
}

Configuration:

Relevant Logs or Screenshots:

@deepak_sharma From the error it looks like an issue with TCP handshake. Please check the SSL certificate details on both the clusters.