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
-
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
- Windows -
-
In the stproxyconfig.xml file, add a <tls> section within the
<server> section and save the file.
For example:
<server> <tls> </tls> </server>
- Restart the Sametime Proxy server.