Cross-cluster search-SOLVED

I have 2 nodes cluster SSL secured, same CA keys, i created separate cluster and i want to connect to that remote cluster, i imported root-CA.pem key into trusted store on all machines (not JAVA store but CentOS7 store), connection beween both clusters is possible via CURL (username/password).
I tried to connect to remote cluster from Kibana (located on master cluster machine), specified DNS name and port of remote machine, but remote cluster is not connected, in elastic search log is mentioned that authentificatoin failed, search guard admin password is same in both clusters. How can i connect to remote cluster and to pass password ?

Recreated all from scratch, specified port 9300 instead 9200 and it started working