Enabling TLS on the Sametime Proxy server

About this task

You can configure TLS on the Sametime Proxy server to communicate with the TLS enabled Sametime Community server, which uses port 1516 by default.

Procedure

  1. Locate the stproxyconfig.xml file.
    On Sametime 11.6, the stproxyconfig.xml file is located in the /conf directory, which is a subdirectory of the Sametime Proxy server installation directory. For example:
    • Windows - C:\sametimeproxy\conf
    • Linus - /opt/sametimeproxy/conf
  2. In the stproxyconfig.xml file, add a <tls> section within the <server> section and save the file.
    For example:
     <server> 
    <tls> 
    </tls> 
    </server>
  3. Restart the Sametime Proxy server.