Internal SSL Wildcard Problems

Hello All,

I am currently trying to deploy Eventstore that will use Internal SSL for replication, When I follow the example on the eventstore website it works fine, However when I add a wildcard to the CN it no longer works.

I get this error.

TcpConnectionSsl::InitClientSocket(192.168.33.13:46374, L192.168.33.11:5111)

2018-03-07 15:54:58.6228|INFO|TcpService|Internal TCP connection accepted: [Secure, 192.168.33.13:46374, L192.168.33.11:5111, {4474be17-aa4e-49d8-bd3b-6580bcf7ccf8}].

2018-03-07 15:54:58.6437|INFO|TcpConnectionSsl|[S192.168.33.13:46374, L192.168.33.11:5111]: Exception on EndAuthenticateAsServer.

2018-03-07 15:54:58.6464|INFO|TcpConnectionSsl|ES TcpConnectionSsl closed [15:54:58.646: N192.168.33.13:46374, L192.168.33.11:5111, {4474be17-aa4e-49d8-bd3b-6580bcf7ccf8}]:Received bytes: 0, Sent bytes: 0

2018-03-07 15:54:58.6485|INFO|TcpConnectionSsl|ES TcpConnectionSsl closed [15:54:58.648: N192.168.33.13:46374, L192.168.33.11:5111, {4474be17-aa4e-49d8-bd3b-6580bcf7ccf8}]:Send calls: 0, callbacks: 0

2018-03-07 15:54:58.6552|INFO|TcpConnectionSsl|ES TcpConnectionSsl closed [15:54:58.655: N192.168.33.13:46374, L192.168.33.11:5111, {4474be17-aa4e-49d8-bd3b-6580bcf7ccf8}]:Receive calls: 0, callbacks: 0

2018-03-07 15:54:58.6552|INFO|TcpConnectionSsl|ES TcpConnectionSsl closed [15:54:58.655: N192.168.33.13:46374, L192.168.33.11:5111, {4474be17-aa4e-49d8-bd3b-6580bcf7ccf8}]:Close reason: [SocketError] The authentication or decryption has failed.

2018-03-07 15:54:58.6566|INFO|TcpConnectionManager|Connection ‘internal-secure’ [192.168.33.13:46374, {4474be17-aa4e-49d8-bd3b-6580bcf7ccf8}] closed: SocketError.

``

Has anyone come across this before?

Thanks

Josh