【发布时间】:2015-02-01 12:50:34
【问题描述】:
为了保护 Tibco BW 免受 POODLE attack 的影响,如何在其 Web 服务器组件(用于 Web 服务、http 侦听器等)上禁用 SSL v3.0,以便客户端只能使用 TLS 进行连接?
【问题讨论】:
标签: tibco
为了保护 Tibco BW 免受 POODLE attack 的影响,如何在其 Web 服务器组件(用于 Web 服务、http 侦听器等)上禁用 SSL v3.0,以便客户端只能使用 TLS 进行连接?
【问题讨论】:
标签: tibco
在您的问题中,您没有分享您使用的 TIBCO BusinessWorks 版本。但是 TIBCO 已发布修补程序补丁来解决该问题。以下来自 TIBCO Runtime Agent 5.9.0 Hotfix 4 的发行说明:
Closed Issues in 5.9.0_HF-004 (This Release)
TCRT-56
To protect from the POODLE SSLv3 vulnerability (CVE-2014-3566), the SSLv3protocol is no longer supported for TLS/SSL connections. Only version 1.0or higher of TLS is supported.
For backward compatibility with software that supports only SSLv3, you canenable the SSLv3 protocol by setting the following system-wide propertiesfor client-side and server-side connections in the .tra file:java.property.com.tibco.security.ssl.client.EnableSSLv3=truejava.property.com.tibco.security.ssl.server.EnableSSLv3=true
【讨论】: