Hi
a review has highlighted some unencrypted connections on one of our 2 nodes availability groups. The IP address (10.x.x.x) is the IP of the other node in the AG
Does anyone know what the connections represent and if they can be encrypted
the endpoints have been created to be encrypted
CREATE ENDPOINT [Node1]
STATE=STARTED
AS TCP (LISTENER_PORT = ????, LISTENER_IP = ALL)
FOR DATA_MIRRORING (ROLE = ALL, AUTHENTICATION = WINDOWS NEGOTIATE
, ENCRYPTION = REQUIRED ALGORITHM AES)
GO
Any help appricated
Alex