Enabling TLSv1.2 for Sametime Render Server

Configure TLSv1.2 settings on the Sametime® Render Server.

About this task

Improve the security of your Sametime deployment by enabling servers to communicate with TLSv1.2.

Procedure

  1. On the Sametime Render Server, log in to the WebSphere® Integrated Solutions Console as the WebSphere administrator.

    The Sametime Render Server does not use the Sametime System Console as its deployment manager, so you must log in to the Capture Server's own WebSphere Integrated Solutions Console.

  2. Click Security > SSL certificate and key management > SSL configurations.
  3. Enable TLS for the NodeDefaultSSLSettings SSL configuration:
    1. Select the NodeDefaultSSLSettings configuration.

      For example: (cell):SSCHostnameSSCCell:(node):STMHostnameSTMNode).

    2. In the "Additional Properties" section, click Quality of Protection (QoP) setting.
    3. Change the Protocol setting to TLSv1.2.
    4. Click OK.
    5. Update the master configuration by clicking Save in the "Messages" box at the beginning of the page.
  4. Stop the STMeetingServer application server by opening a command window and running the stopServer.bat (Windows™) or stopServer.sh (AIX®, Linux™) script.
    For example on Linux:
    sh /opt/IBM/WebSphere/AppServer/profiles/STMPNAppProfile/bin/stopServer.sh STAdvancedServer –username wasadmin –password password 
  5. Modify the ssl.client.props file to ensure that the server it can communicate with the System Console using TLSv1.2.
    1. On the server, open the $AppServer/profiles/STMPNAppProfile/properties/ssl.client.props file.
    2. Edit the file and change the com.ibm.ssl.protocol setting to TLSv1.2.
      com.ibm.ssl.protocol=TLSv1.2
    3. Save and close the file.
  6. Start the STMeetingServer application server by opening a command window and running the startServer.bat (Windows) or startServer.sh (AIX, Linux) script.
    For example on Linux:
    sh /opt/IBM/WebSphere/AppServer/profiles/STMPNAppProfile/bin/startServer.sh STMeetingServer
  7. Repeat this task on every Sametime Render Server.