I have seen a few other questions similar to this one, but not exactly, and the solutions do not work.
In my cluster master log, I am seeing the following error repeatedly:
01-08-2016 23:37:42.853 +0000 WARN DistributedPeerManagerHeartbeat - Unable to get server info from peer: http://:8089 due to: Connection reset by peer
On the indexer, I see the following:
08-02-2014 18:11:42.033 -0700 WARN HttpListener - Socket error from ,cmaster ip. while idling: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request
The indexer is connecting to the master since I can see it in the master's indexer clustering peers and indexes tabs.
This appears to be an SSL issue, but I cannot figure out what. The indexer says it is connecting with http, but I would expect it to connect with https. But where is this set? The indexer is connecting to the master with the following server.conf stanza:
[clustering]
master_uri = https://:8089
mode = slave
pass4SymmKey =
I verified that all passwords are correct.
↧