book
Article ID: KB0104788
calendar_today
Updated On:
Description
Description:
TIBCO BusinessConnect 6.0.2 hotfix 1 has been released.
You can download this Hot Fix from the TIBCO Product Support FTP server using your eSupport username and password, at
ftp://support-ftp.tibco.com
Once you have successfully logged into the server, you will find the hotfix packages under
available_downloads/ActiveExchange/BusinessConnect/6.0.2/hotfix-01/
Listed below is a summary of updates included. Please refer to the associated readme document for any additional information.
Closed Issues in 6.0.2_HF-001 (This Release)
BC-7656
Previously, TIBCO BusinessConnect Gateway Server did not provide a way to
restrict the type of cipher suites that can be used with SSL. Now a property
can be added to gsengine.tra that allows users to list the enabled cipher suites
that can be used with SSL. For example, users can prioritize RC4 over other
encryption algorithms
To set a prioritzed list of cipher suites to be used with SSL, add the following
property to the file gsengine.tra:
java.property.https.cipherSuites=<values>
The values can be a comma-separated list of supported cipher suites. The list
depends on the Minimum Encryption Strength selected when you create a Gateway
Services that uses HTTP transport. For example, a value of
TLS_RSA_WITH_RC4_128_SHA can be used to prioritize this cipher suite only if you
selected "Only 128-Bit and Stronger" for the Gateway Service. See the section
Configuring Gateway Services in the book TIBCO BusinessConnect Gateway Server
Administration for more information about encyrption and gateway services.
BC-7659
Previously, query strings with forward slashes (/) in inbound HTTP requests were
not processed since they were not properly URL encoded. For example, with EZComm
protocol, the following query string with forward slashes in the value pair for
an operationID threw an error and was not processed:
operationID=BC/1.0/Notify
That query string was not processed because BusinessConnect expected the
query string with forward slashes to be in the following URL format:
operationID=BC%2F1.0%2FNotify
With the 6.0.2_HF-001 release, query strings with forward slashes that are not
properly URL encoded are tolerated and processed by BusinessConnect without
throwing an error.
BC-7945
Previously, certificates used to encrypt outbound SOAP messages required Data
Encipherment as one of the Key Usages, which didn't conform to the specification
(RFC 3280).
With the 6.0.2_HF-001 release, certificates used to encrypt SOAP messages do
not require Data Encipherment as the Key Usage.
BC-7946
Previously, the "Socket Timeout (seconds)" property of the HTTP, AS2_HTTP, HTTPS,
and AS2_HTTPS tranports didn't behave as expected. Instead of setting the
maximum waiting time before receiving a response from the server, the property
set the maximum waiting time for establishing the connection.
With the 6.0.2_HF-001 release, the "Socket Timeout (seconds)" property sets
the maximum waiting time before a response is received.
Issue/Introduction
TIBCO BusinessConnect 6.0.2 hotfix 1 has been released.
Environment
Product: TIBCO BusinessConnect
Version: 6.0.2
OS: All
--------------------