Cannot communicate securely with peer: no common encryption algorithm(s). Error code: SSL_ERROR_NO_CYPHER_OVERLAP
说明
Attempting to enable SSL for monitored SQL instance, the following error appeared: Error code is: An error occurred during a connection to hostname:port number. Cannot communicate securely with peer: no common encryption algorithm(s). Error code: SSL_ERROR_NO_CYPHER_OVERLAP
原因
The correct TLS version is needed for the handshake between the FGLAM to the monitored instance.
解决办法
Resolution 1: Check with Unix administrator what ssl protocol is required TLS 1.1 or TLS 1.2. The TLS 1.2 option in the SQL Server cartridge 5.9.3.10 and higher cartridge is available for SSL. The option to change the TLS version is on the Db agent properties under Agent | Administration | Agent Status.
Resolution 2: Reference Knowledge Base Article 232748