java - Mule outbound HTTP endpoints via proxy -


i have mule application deployed on linux (rhel 6) box talks twilio api , gmail api. server mule application deployed has go out via proxy.

i have modified /usr/local/mule-standalone-3.5.0/conf/wrapper.conf , added additional java property proxy settings (using wrapper.java.additional.4)

and when search mule process, here see

$ ps -ef | grep mule root     12940 12938  0 dec04 ?        00:04:24 java -dmule.home=/usr/local/mule-standalone-3.5.0 -dmule.base=/usr/local/mule-standalone-3.5.0 -djava.net.preferipv4stack=true **-dhttp.proxyhost=http://<proxy> -dhttp.proxyport=80 -dhttps.proxyhost=http://<proxy> -dhttps.proxyport=80** 

i still not able hit outbound http/ https urls.

is there different way of setting outbound proxy in mule?

please try configuring proxy in connector.


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -