product-apim
product-apim copied to clipboard
APIM-3.2.0 - Axis2 transport proxy configuration issue
Description:
Axis2 transport configuration was not reflected in axis2.xml after the deployment.toml configuration was done according to the official documentation[1].
Steps to reproduce:
- Configure the Axis2 transport configuration as below in the deployment.toml.
[transport.passthru_http.sender]
http.proxyHost = "proxy.abcd.com"
http.proxyPort = 3128
http.nonProxyHosts = ".*.abc-ab.def|.*.abc.com"
- Start the server.
- Check the transport proxy configurations in the axis2.xml.
Affected Product Version:
APIM-3.2.0
Same issue is there in the APIM 4.0.0 too.
Use this configuration instead.
[transport.http.proxy_profile]
profile.proxy_host = "proxy.abcd.com"
profile.proxy_port = 3128
profile.bypass_hosts = ".*.abc-ab.def|.*.abc.com"