Hello,
I am currently trying to set-up internal SSL so that the replicated data is encrypted between nodes,
I have put the following configuration in,
UseInternalSsl: true
IntTcpPort: 0
IntSecureTcpPort: 5111
SslValidateServer: false
SslTargetHost: test.test
``
However Everytime I start eventstore and they try to cluster I get the following error in the log and the nodes dont cluster
2018-03-05 13:46:57.5578|INFO|ElectionsService|ELECTIONS: (V=226) DONE. ELECTED MASTER = 192.168.33.13:6113,{cf2e6e28-2b96-490f-9487-8f5b99f32552}. ME=192.168.33.13:6113,{cf2e6e28-2b96-490f-9487-8f5b99f32552}.
2018-03-05 13:46:57.5589|DEBUG|EpochManager|=== Writing E4057@7564585:{c5bd42ae-95f3-49fb-9ccc-587c4947332a} (previous epoch at 7564361).
2018-03-05 13:46:57.5600|INFO|TcpConnectionSsl|[S192.168.33.14:53303, L192.168.33.13:5111]: Exception on EndAuthenticateAsServer.
2018-03-05 13:46:57.5619|INFO|TcpConnectionSsl|ES TcpConnectionSsl closed [13:46:57.561: N192.168.33.14:53303, L192.168.33.13:5111, {20921fba-9209-44a1-96b1-f150e149188d}]:Received bytes: 0, Sent bytes: 0
2018-03-05 13:46:57.5623|INFO|TcpConnectionSsl|ES TcpConnectionSsl closed [13:46:57.562: N192.168.33.14:53303, L192.168.33.13:5111, {20921fba-9209-44a1-96b1-f150e149188d}]:Send calls: 0, callbacks: 0
2018-03-05 13:46:57.5623|INFO|TcpConnectionSsl|ES TcpConnectionSsl closed [13:46:57.562: N192.168.33.14:53303, L192.168.33.13:5111, {20921fba-9209-44a1-96b1-f150e149188d}]:Receive calls: 0, callbacks: 0
2018-03-05 13:46:57.5623|INFO|TcpConnectionSsl|ES TcpConnectionSsl closed [13:46:57.563: N192.168.33.14:53303, L192.168.33.13:5111, {20921fba-9209-44a1-96b1-f150e149188d}]:Close reason: [SocketError] The authentication or decryption has failed.
2018-03-05 13:46:57.5642|INFO|TcpConnectionManager|Connection ‘internal-secure’ [192.168.33.14:53303, {20921fba-9209-44a1-96b1-f150e149188d}] closed: SocketError.
2018-03-05 13:46:57.5649|DEBUG|PersistentSubscriptionService|Lost connection from 192.168.33.14:53303
``
Am I doing something wrong?
Thanks
Josh