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
See Also
Server parameter ssl_auth_only
Client parameter ssl_auth_only
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.