Issue
- The server is down with the below exception. What does this error mean?
ERROR [https-jsse-nio-8443-exec-144] [JDBCExceptionReporter: 234] The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "Connection reset ClientConnectionId: f42e451c-b01a-412b-9f2a-d868f9c31518".
ERROR [https-jsse-nio-8443-exec-152] [JDBCExceptionReporter: 234] HikariPool-1 - Connection is not available, request timed out after 40748ms.
ERROR [https-jsse-nio-8443-exec-152] [JDBCExceptionReporter: 234] The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "Connection reset ClientConnectionId: f42e451c-b01a-412b-9f2a-d868f9c31518".
Environment
- Liferay DXP 7.2
Resolution
- The above error seems to be caused because of SSL logging which may be turned on.
-
Please go through this unofficial thread on which the above exception has been discussed and choose to follow as per your discretion as this is not a Liferay document.
Additional Information
- The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption
- JDBC connection failed after upgrade stating "The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption"
- Example case: problem in connecting to the SQL Server from the IBM Java application (JDK 1.7) if we enable only TLS 1.2 protocol on both SQL and Application servers.
-
Note: The above links are unofficial articles and are not documented by Liferay. Please choose to follow it at your discretion.