![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsSSLParams_SetVerifyHost(tibems_bool verify );tibems_status tibemsSSLParams_SetVerifyHostName(tibems_bool verify );These functions are not supported on z/OS and IBM i systems. For more information, see SSL Implementation on IBM EBCDIC Systems.
TIBEMS_TRUE enables verification.TIBEMS_FALSE disables verification.tibemsSSLParams_SetVerifyHost enables checking that the server host’s certificate was signed by a trusted CA; see tibemsSSLParams_AddTrustedCert on page 241).tibemsSSLParams_SetVerifyHostName enables checking the server’s actual host name against an expected server host name; see tibemsSSLParams_SetExpectedHostName on page 248.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |