Am receiving the error message CRAJAZ1506E
Hello, I have an older RQM system (rel 3) that is experiencing issues with the following message: CRAJAZ1506E - Error fetching server status information. Database status states: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error "Only SSLv3 was enabled while com.ibm.jsse2.disableSSLv3 was set to true" Hopefully, someon has some insight on this . |
One answer
It appears that SSLv3 is disabled on the RQM side, while the SQL Server only supports SSLv3, but not TLSv1.1 or TLSv1.2. Have you recently made any changes on the RQM side to mitigate the security risks such as BEAST and POODLE?
http://www-01.ibm.com/support/docview.wss?uid=swg21687762 In this case, it _may_ be resolved by updating the Microsoft JDBC driver. https://support.microsoft.com/en-au/kb/982512 |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.