gpt4 book ai didi

java - websphere + SSLv3 SSLContext 不可用

转载 作者:搜寻专家 更新时间:2023-10-31 20:27:43 25 4
gpt4 key购买 nike

我有一个 java 应用程序,它使用 hibernate 对 Websphere Application Server 中的数据源执行 JNDI 查找,然后与 MSSQL 数据库对话。

安全团队最近修补了 Websphere 服务器 8.5.5.4 以禁用 SSLv3。

因此,我收到 com.ibm.websphere.ce.cm.StaleConnectionException:驱动程序无法使用安全套接字层 (SSL) 加密建立与 SQL Server 的安全连接。错误:“SSLv3 SSLContext 不可用”。

在此之前,我可以毫无问题地访问数据。

我该怎么做才能克服这个问题?我是否需要将应用程序配置为使用 TLS?

我正在使用 Hibernate 4.3.7。

hibernate 配置如下所示。

<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">net.sourceforge.jtds.jdbc.Driver</property>
<property name="connection.datasource">jdbc/testing</property>
<property name="hibernate.dialect">org.hibernate.dialect.SQLServerDialect</property>
<mapping resource="myApplication.hbm.xml" />
</session-factory>
</hibernate-configuration>

如有任何帮助,我们将不胜感激。

最佳答案

我昨天遇到了这个问题。

我使用 sqljdbc4.jar 而不是 sqljdbc4.1 解决了这个问题,它工作正常。

关于java - websphere + SSLv3 SSLContext 不可用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28576577/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com