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

雨燕双飞 提交于 2019-12-11 09:32:17

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!