Configuring the OMO-conf_outbound_common_httpConnectionConfig parameter

Procedure

Navigate to INTERACT_HOME/conf/gateways/outbound/common. Under the Interact folder, in the httpConnectionConfig.properties file, specify the timeout.

For example: connectTimeoutMs=60000 When OMO is configured to use a HTTP connection, a HTTP proxy can be configured optionally with authentication between Interact and the endpoint. To enable the proxy for outbound gateways, update the values of following properties.

  • proxyHost=<IP address of the proxy server>
  • proxyPort=<Listening port of the proxy server>
  • targetUsername=<username for connecting to the proxy server. leave blank if no authentication required>
  • targetPassword=<password for connecting to the proxy server. leave blank if no authentication required>