Can't set proxy for an connect in 8.5

Hi friends,

My Pega system need connect with external sysyem(For exmple SAP, xECM). One of external system need connect with proxy. another is no need proxy.
So if I set proxy setting in tomcat catalina.sh file. A system is OK.But B system is disconnect. If I don’t set proxy setting A system is disconnect and B system is OK.
So how can I set the proxy all of external system is Ok in 8.5.3? (I found I can set proxy with a connect rule in 8.6)

@chunliangl We are facing same problem , did you get a solution to this ?

@chunliangl Is your application deployed on cloud. If it’s deployed on cloud you could set path based routing to route the traffic to external system.

If your application is deployed with like web server and app server mode, then you can define the proxy on web server. There is httpd file on web server and you can define the proxy inside httpd conf file

@AdityaK2715

I found some solution. you can use -Dhttp.nonProxyHosts="*domain" -Dhttps.nonProxyHosts="*domain"" avoid some url from proxy.

@RaviR257

Yeah, Thank you very much. I use tomcat so I use catalina.sh which set some proxy configeration.