Hello all,
Does anyone have an example of using the proxy override in the Server config file?
I am using the following snippet below, and something isnt correct... maybe my wildcards?
<proxyConfig enabled="true" override="localhost*,*.epga.nam.gm.com*,*.edc.nam.gm.com*,*.epg.nam.gm.com*,*.wpi.gm.com*,*.wpsegment.*" useSingleProxy="false">
Any help would be appreciated
PS:
I know my proxy is working perfectly fine because I can connect and send emails through our Mid sourcing Adobe Server, but connecting to our AEM instance (behind our proxy) is giving me a 500 http error... which is why I am assuming its my overrides not working
Thanks!
Solved! Go to Solution.
Hi ,
I have done some changes in server config file for proxy override. Below is an example i have changed the URL with "test" keyword obviously for security purpose but you can have a look at syntax.
<proxyConfig enabled="true" override="localhost*" useSingleProxy="true">
to
<proxyConfig enabled="true" override="localhost*,dummyurlfortesting.test.test.testagain.com.test*" useSingleProxy="true">
Thanks,
Kapil
Views
Replies
Total Likes
Hi ,
I have done some changes in server config file for proxy override. Below is an example i have changed the URL with "test" keyword obviously for security purpose but you can have a look at syntax.
<proxyConfig enabled="true" override="localhost*" useSingleProxy="true">
to
<proxyConfig enabled="true" override="localhost*,dummyurlfortesting.test.test.testagain.com.test*" useSingleProxy="true">
Thanks,
Kapil
Views
Replies
Total Likes
Hi,
Your proxyConfig definition is correct. It should override if you have defined it correctly.
Thanks.
This was fixed by hard coding the IP address of my AEM instances FYI
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies