Function
Set a connection factory’s parameters for connecting through an SSL proxy.
tibems_status tibemsConnectionFactory_SetSSLProxy( tibemsAnyConnectionFactory factory, const char* proxy_host, tibems_int proxy_port);
CALL "tibemsConnectionFactory_SetSSLProxy" USING BY VALUE factory, BY REFERENCE proxy-host, BY VALUE proxy-port, RETURNING tibems-status END-CALL.
An SSL proxy lets an EMS application create an SSL connection to an EMS server, even though a firewall separates the application from the server. The proxy usually runs within the firewall’s DMZ.
A connection factory contacts the SSL proxy, requesting an SSL connection to the server. The proxy authenticates the application program, and mediates the initial SSL negotiation between application and server. After the SSL connection is established, the application and server use it to communicate directly with one another.
tibemsConnectionFactory_GetSSLProxyHost
tibemsConnectionFactory_GetSSLProxyPort
tibemsConnectionFactory_SetSSLProxyAuth
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |