tibemsSSLParams_System_SetVerifyHostName
Function
C Declaration
tibems_status tibemsSSLParams_System_SetVerifyHostName( tibemsSSLParams SSLParams, tibems_bool verify );
COBOL Call
CALL "tibemsSSLParams_System_SetVerifyHostName" USING BY VALUE SSLParams, BY VALUE verify, RETURNING tibems-status END-CALL.
Remarks
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.
This parameter is connection-specific and can be specified for each connection.
This verification action is enabled by default (unless a program explicitly disables it).
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.