![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsSSLParams_System_SetVerifyHostName(tibems_bool verify );USING BY VALUE SSLParams,
SSLParams has usage pointer.
TIBEMS_TRUE enables verification.TIBEMS_FALSE disables verification.tibemsSSLParams_System_SetVerifyHostName enables checking the server’s actual host name against an expected server host name. If no "expected hostname" has been established, the server's fully qualified hostname is compared with the CN in the certificate presented by the server during the initial handshake. If they are not equal, the connection fails.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |