14 Mar
2016
14 Mar
'16
6:10 a.m.
Hi, you are proxying the request (entry in proxy.conf) to local....with default options - so its stripping the realm. the failure then occurs because the realm doesnt exist and the server is looking at auth options and finding none with suitable password
++[eap] = updated ++[files] = noop ++[expiration] = noop ++[logintime] = noop [pap] WARNING! No "known good" password found for the user. Authentication may fail because of this. ++[pap] = noop
what you probably want is 'nostrip' in the proxy definition along with suitable auth methods in the inner-tunnel virtual server alan