[
https://issues.apache.org/jira/browse/IGNITE-11167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Konstantinov updated IGNITE-11167:
----------------------------------------
Description:
I found that web agent can't work via '3proxy' proxy server, because that
server sends a 'body' part in the answer, but agent expects the only header.
The agent works properly only if authentication on that proxy is OFF.
Here is the simple configuration for the proxy:
{code}
external 192.168.1.40
internal 192.168.1.40
log
logformat "L[%d/%o/%Y:%H:%M:%S %z] IP=%C user=%U ""%T"" %E %I %O %N/%R:%r"
nserver 192.168.1.1
nscache 65536
dnspr
users test:CL:111
auth strong
flush
allow test
socks
auth strong
flush
allow test
proxy
{code}
was:
I found that web agent can't work via '3proxy' proxy server, because that
server sends a 'body' part in the answer, but agent expects the only header.
The agent works properly only if authentication on that proxy is OFF.
> Web console: web agent doesn't work properly via '3proxy' proxy server in
> case if autentication is ON on proxy
> --------------------------------------------------------------------------------------------------------------
>
> Key: IGNITE-11167
> URL: https://issues.apache.org/jira/browse/IGNITE-11167
> Project: Ignite
> Issue Type: Bug
> Reporter: Pavel Konstantinov
> Priority: Major
>
> I found that web agent can't work via '3proxy' proxy server, because that
> server sends a 'body' part in the answer, but agent expects the only header.
> The agent works properly only if authentication on that proxy is OFF.
> Here is the simple configuration for the proxy:
> {code}
> external 192.168.1.40
> internal 192.168.1.40
> log
> logformat "L[%d/%o/%Y:%H:%M:%S %z] IP=%C user=%U ""%T"" %E %I %O %N/%R:%r"
> nserver 192.168.1.1
> nscache 65536
> dnspr
> users test:CL:111
> auth strong
> flush
> allow test
> socks
> auth strong
> flush
> allow test
> proxy
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)