Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: SEC 299

...

  1. In the <ESB_HOME>/repository/conf/axis2/axis2.xml file, add the following parameters to the transportSender configuration for PassThroughHttpSender, PassThroughHttpSSLSender, HttpCoreNIOSender, and HttpCoreNIOSSLSender:

    • <parameter name="http.proxyHost" locked="false">hostName</parameter>

    • <parameter name="http.proxyPort" locked="false">portNumber</parameter>

      where  hostName  and  portNumber specify the host name and port number of the proxy server.
  2. Uncomment the following parameter in the PassThroughHttpSSLSender and HttpCoreNIOSSLSender configurations and change the value to AllowAll.

    <parameter name="HostnameVerifier">AllowAll</parameter>

    Warning

    Note that changing the HostnameVerifier parameter as mentioned above causes security vulnerabilities such as "network poisoning".

For example, if the host name and port number of proxy server is localhost:8080, your transportSender configurations for PassThroughHttPSender and PassThroughHttpSSLSender would be as follows:

...