Closed mindsolve closed 2 years ago
I suspect it is failing in the myIpAddress()
call which maps back into Python.
https://github.com/genotrance/px/blob/39df09c98d9dc768e020f56f140c2b8b85efc828/px/pac.py#L87-L89
Can you try putting in some debug there, or perhaps returning a hard-coded value?
First time user of px here, using
px v0.8.3
(frozen windows version) on Windows 10 20H2. My environment uses proxy servers with Kerbers auth (Negotiate
).When trying to use the PAC file, the below error occurs. When not using the PAC file, instead directly specifying the proxy servers, the request through px works flawlessly.
Failing request:
Full debug log (with domain names replaced):
The configuration:
If the line in the error message represents the line in the pac file, here is the surrounding text from that: Note: the only replaced values are
10.10.10.10
and10.10.10.11
. I think this is for load-balancing?If the full PAC file is needed, please say so (the file is quite long/complex and might take a while to redact/compress down).
Thanks!