Skip to content

Set up Server Side Events to Make Outbound TLS Calls from the Session Server

When writing Java code that runs in your server side events, you may want to make outbound calls to remote servers using TLS. If the remote server is well known it may already be trusted by the session server and there isn’t anything more to setup. However, often times the remote server isn’t well known and you will need to trust it by importing its certificate into the session server’s truststore.

To trust the remote server

Import its public certificate into the session server’s truststore following these instructions, Import a certificate into the session server’s truststore.