CLIENTPREFERREDMODE
The CLIENTPREFERREDMODE configuration setting determines whether Essbase allows only secure TLS (SSL) connectivity for clients.
For information on implementing TLS, see Secure Your Communication and Network with TLS and Certificates.
Syntax
CLIENTPREFERREDMODE SECURE | CLEAR
-
SECURE—Essbase communicates with clients using only secure connection mode with Transport Layer Security (TLS).
-
CLEAR—Client sessions are based on the transport specified in the login API. If the secure transport is specified, then the session uses secure mode; otherwise, the session uses clear. The default value is CLEAR.
Example
CLIENTPREFERREDMODE SECURE
See Also
For information on implementing TLS, see Secure Your Communication and Network with TLS and Certificates.