IBM Support

Enabling TLS 1.2 for IBM Rational DOORS Web Access

Question & Answer


Question

How to enable TLS 1.2 (Transport Layer Security) for IBM Rational DOORS Web Access (DWA) product.

Cause

The document Configuring Rational DOORS Web Access to use SSL or TLS gives steps to enable DWA .
However, this enables the TLS but not specific to TLS 1.2.

Answer

To enable TLS 1.2 version:
  1. Open server.xml file in Notepad
  2. Add following lines:
    sslProtocol="TLS"
    sslEnabledProtocols="TLSv1.2,TLSv1.1"

     
  3. Save and Close the File
  4. Re-start DWA
  5. Edit server.start.bat (server.start.sh for Linux)
  6. Add the line: set JAVA_OPTS=%JAVA_OPTS% -Dhttps.protocols=TLSv1.2

[{"Product":{"code":"SSYQCV","label":"IBM Engineering Requirements Management DOORS Web Access"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Documentation","Platform":[{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"9.6.1;9.6.1.1;9.6.1.2;9.6.1.3;9.6.1.4;9.6.1.5;9.6.1.6;9.6.1.7;9.6.1.8;9.6.1.9","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}},{"Product":{"code":"SSKR2T","label":"IBM Engineering Requirements Management DOORS"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Configuration","Platform":[{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"9.6.1;9.6.1.1;9.6.1.2;9.6.1.3;9.6.1.4;9.6.1.5;9.6.1.6;9.6.1.7;9.6.1.8;9.6.1.9","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
29 January 2021

UID

swg22007737