Configure TLS in the Server
To use TLS, each instance of
tibemsd
must have a digital certificate and a private key. The server can optionally require a certificate chain or trusted certificates.
Set the server to listen for TLS connections from clients by using the
listen
parameter in
tibemsd.conf
. To specify that a port accept TLS connections, specify the TLS protocol in the listen parameter as follows:
listen = ssl://localhost:7243
Subtopics