问题
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:
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.
来源:https://stackoverflow.com/questions/28193943/jdbcgetconnection-not-working-in-xpinc-after-upgrade-to-9-0-1-fp3-sslv3-sslcon