Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 7 Connection : tibemsSSLParams : tibemsSSLParams_SetHostNameVerifier

tibemsSSLParams_SetHostNameVerifier
Function
Purpose
Set the host name verifier function.
C Declaration
tibems_status tibemsSSLParams_SetHostNameVerifier(
    tibemsSSLParams SSLParams,
    tibemsSSLHostNameVerifier verifier,
    const void* closure );
IBM Systems
This function is not supported on z/OS and IBM i systems. For more information, see SSL Implementation on IBM EBCDIC Systems.
Parameters
 
Remarks
When creating a connection to the EMS server, an application-specific verifier function checks that the actual host name where the server is running is the same as this expected host name.
See Also
tibemsSSLParams_SetExpectedHostName on page 248
tibemsSSLParams_SetVerifyHost on page 253
tibemsSSLHostNameVerifier on page 254

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved