Inspirel banner

Programming Distributed Systems with YAMI4

6.1.2 SSL Listeners

YAMI4 also supports secure socket connections (SSL) and the listener for such connections can be constructed by just using the tcps:// prefix in the listener name:

tcps://host:port

Clients connecting to such listeners should also use this prefix to indicate the intent to follow the SSL protocol.

Note:

SSL connections are not supported by default, this feature has to be explicitly switched on during library build steps.