Question

When I start the WSO2 AM, I see that AM is listing to all IP-adresses on the server:

PassThroughHttpListener Pass-through HTTP Listener started on 0.0.0.0:8280

I want to bind to a single IP address. IMHO I thing I should change the axis2.xml file? I should change all

<transportReceiver name="http"
  class="org.apache.synapse.transport.passthru.PassThroughHttpListener">
...
  <parameter name="bind-address" locked="false">172.29.4.97</parameter>

Is this correct?

Was it helpful?

Solution

As in the comments; Issue is not implemented in PassThrough Listener, issue logged: https://wso2.org/jira/browse/APIMANAGER-2001

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top