We have recently setup TLS on our Microsoft SQL Servers and disabled TLS 1.0 and 1.1. This can be found on Microsoft's TechNet TLS/SSL Settings article. Now when I try to create a MS SQL Server PUPM Endpoint in Enterprise Manager I get this error:
Error: Endpoint cannot be created in this endpoint type. Details: SQL: Cannot create PoolableConnectionFactory (The driver could not establish a secure connection to SQL Server by using Secure Socket Layer (SSL) encryption. Error: SQL Server did not return a response. The connection has been closed..) |
Linux Red Hat Server
Enterprise Manager 12.9.x
This is due to the version of JVM provided with the Java Connector Server component and the JDBC driver version supportability of TLS.
The steps below describe how to update both components on an Linux Enterprise Manager. If you have installed any Linux Distribution Servers or Linux Load Balancing Enterprise Manager those servers will also have to be upgraded.
The JVM upgrade will use the existing JDK provided with the install of the Enterprise Manager Server. You maybe using a custom path and upgrading Java on regular intervals to different paths. Please keep these steps in mind when you upgrade Java JDK on the system.
The SQL JDBC upgrade will require you to download the latest from Microsoft.
JVM upgrade steps:
export LD_LIBRARY_PATH=/opt/CA/AccessControlServer/APMS/AccessControlShared/lib:$LD_LIBRARY_PATH
ComponentRegistration -comp jcs -register -userDN cn=root,dc=etasa -serverDN dc=im,dc=etasa -pwd <jcspassword> -port 20411 -ssl yes
Note: <jcspassword> is the communication password set during install.
SQL JDBC Driver jar file upgrade steps:
The Windows documented steps can be found here: https://knowledge.broadcom.com/external/article/9787/how-to-upgrade-jcs-on-windows-so-that-it.html