On 4/22/2018 6:27 PM, Kelly Rusk wrote:
Thanks for the assistance. The Master Server has a self-signed Cert with its
machine name, and the Slave has a self-signed Cert with its machine name.
They have identical configurations, and I created a keystore per server. Should
I import the self-signed Cert into each other’s keystore? Or are you stating
that I need to copy the keystore over to the Slave instead of having the one I
created?
For the way you have it now, the trust store will need all of the
certificates of all of the servers. It's the remote certificate that
must be validated, so having just the local certificate in the trust
store doesn't do you any good.
A better option would be to have one certificate that covers all of the
names you're using, and have all the servers set up identically.
Thanks,
Shawn