Preconditions
All the following preconditions must be satisfied to use TLS only for authentication:
- The server must explicitly enable the parameter
ssl_auth_only
in the tibemsd.conf configuration file. - The client program must request a connection that uses TLS for authentication only. Clients can specify this request in factories by enabling the
ssl_auth_only
parameter, or by calling:- Java:
TibjmsSSL.setAuthOnly
- C:
tibemsSSLParams_SetAuthOnly
- C#:
EMSSSL.SetAuthOnly
- Java:
See Also
Server parameter
ssl_auth_only
Client parameter
ssl_auth_only