Configuring the use of a proxy service

If you use a proxy service to route Internet communication, you must configure the proxy service settings in ION Enterprise Connector. After this is set, only https communication between Enterprise Connector and the Infor Cloud, that is, Amazon web services, is routed through the proxy service. All other https communication, such as the IMS communication, does not use the proxy configuration. If you use a TLS terminated proxy service, ensure it has a server certificate that is trusted by the JDK of the Enterprise Connector. So either use a CA certificate or add the public key of the certificate to the JDK trust store.

  1. Open the Grid Management UI.
  2. Navigate to Applications and select the IONEnterpriseConnector application.
  3. Click the hamburger icon and select Properties.
  4. In the enterprise.connector.aws.proxy property section, specify the properties as appropriate for your proxy service.
    aws.proxyHost
    Specify the host address for your proxy service.
    aws.proxyPort
    Specify the port for your proxy service.
    aws.proxyAuthenticationMethod
    Leave blank if you use anonymous authentication.
    Specify basic if you use basic authentication.
    If basic authentication is selected, configure these properties:
    aws.proxyUsername
    Specify the proxy username.
    aws.proxyPassword
    Specify the proxy password.