How to verity if a version of TIBCO ActiveMatrix BusinessWorks Plug-in for NetSuite support TLS 1.2 or not

How to verity if a version of TIBCO ActiveMatrix BusinessWorks Plug-in for NetSuite support TLS 1.2 or not

book

Article ID: KB0093859

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for NetSuite -
Not Applicable -

Description

Description:
NetSuite is going to stop supporting Transport Layer Security (TLS) 1.0 and 1.1 and move to TLS 1.2 for web services integration. Support for inbound and outbound connections to NetSuite sandbox accounts using TLS protocol version 1.0 and version 1.1 will end on April 18, 2016. This deprecation will apply to connections to and from the NetSuite user interface and NetSuite web services in the sandbox domain only. TLS deprecation in the production domain is targeted for September 2016. 

Issue/Introduction

How to verity if a version of TIBCO ActiveMatrix BusinessWorks Plug-in for NetSuite support TLS 1.2 or not

Resolution

In TIBCO ActiveMatrix BusinessWorks 5.x environment, such as TIBCO ActiveMatrix BusinessWorks 5.12:


1). Add the following property in in the .TRA file, such as designer.tra


java.property.https.protocols=TLSv1.2
java.property.javax.net.debug=ssl:handshake:verbose


2). Run TIBCO ActiveMatrix BusinessWorks Plug-in for NetSuite project to check if the following words are in the output console when TIBCO ActiveMatrix BusinessWorks Plug-in is running successfully:


ClientHello, TLSv1.2
ServerHello, TLSv1.2

In TIBCO ActiveMatrix BusinessWorks 6.x environment, such as TIBCO ActiveMatrix BusinessWorks 6.3.1:


1). Add the following property in the Debug windows of the Arguments tab -> VM arguments .
- Dhttps.protocols=TLSv1.2 -Djavax.net.debug=ssl:handshake:verbose


2). Run TIBCO ActiveMatrix BusinessWorks Plug-in for NetSuite project to check if the following words are in the output console when TIBCO ActiveMatrix BusinessWorks Plug-in is running successfully:


ClientHello, TLSv1.2
ServerHello, TLSv1.2

Additional Information

www.netsuite.com