![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsSSLParams_SetVerifyHost(tibems_bool verify );tibems_status tibemsSSLParams_SetVerifyHostName(tibemsSSLParams params,tibems_bool verify );USING BY VALUE SSLParams,USING BY VALUE SSLParams,
SSLParams has usage pointer.
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 234).tibemsSSLParams_SetVerifyHostName enables checking the server’s actual host name against an expected server host name; see tibemsSSLParams_SetExpectedHostName on page 242.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |