@JdbcGetConnection not working in XPiNC after upgrade to 9.0.1 FP3 'SSLv3 SSLContext not available'

813 Views Asked by At

After upgrading Notes client to 9.0.1 FP3 I'm unable to get records from MS SQL instance. I got following error:

Error while creating JDBC connection, url=jdbc:sqlserver://192.168.21.28\INSTANCENAME:1436;databaseName=dbname, username=username

The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "SSLv3 SSLContext not available". SSLv3 SSLContext not available

Has anyone else experienced this? Is there a ini setting to solve the problem?

1

There are 1 best solutions below

0
Richard Schwartz On

As confirmed here, there are fixes related to SSL/TLS in 9.0.1 FP3. My best guess without further details is that defaults for this release are preventing handshake with your server because one of the recently disclosed vulnerabilities in SSL/TLS has not been patched on the server.