BW5.13 would reject an SSLv3 request since SSLv3 is disabled by default.BW 5.13 rejects a TLS request from JRE 1.6 as the SSLv2 hello message is disabled.
book
Article ID: KB0094103
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Resolution: Use JRE 1.7 or greater and use TLS. Because JRE1.6 sends an SSLv2 hello message when sending TLS ClientHello, BW 5.13 disables the SSLv2 hello message.
Issue/Introduction
BW5.13 would reject an SSLv3 request since SSLv3 is disabled by default.BW 5.13 rejects a TLS request from JRE 1.6 as the SSLv2 hello message is disabled.
Additional Information
The attach logs are from the SOAPUI and the Designer console, setting the SOAPUI as follows:
set JAVA_OPTS=-Xms128m -Xmx1024m -Dsoapui.https.protocols=SSLv3 -Djavax.net.debug=ssl ...
BW5.13 would reject an SSLv3 request since SSLv3 is disabled by default.BW 5.13 rejects a TLS request from JRE 1.6 as the SSLv2 hello message is disabled.
get_app