![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsSSLParams_SetAuthOnly(tibems_bool auth_only );This function is not supported on z/OS and IBM i systems. For more information, see SSL Implementation on IBM EBCDIC Systems.
TIBEMS_TRUE instructs the SSL parameter object to request a connection that uses SSL only for authentication.TIBEMS_FALSE instructs the SSL parameter object to request a connection that uses SSL to secure all data.If auth_only is TIBEMS_TRUE, connections use SSL only for authentication and switch to the TCP protocol for all subsequent messaging. If not, by default, SSL is used for the lifetime of a connection.For background information, see SSL Authentication Only in TIBCO Enterprise Message Service User’s Guide.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |