Forum Discussion
This is still broken, I see the errors for it:
```
ERROR 2022-10-17T17:01:16.059 tokio-runtime-worker(ThreadId(3)) [1P:foundation/op-proxy/src/lib.rs:245] proxy test network connection failed: error sending request for url (
INFO 2022-10-17T17:01:16.059 tokio-runtime-worker(ThreadId(3)) [1P:foundation/op-proxy/src/apple.rs:329] skipping proxy returned by PAC since we couldn't connect to it: Network(Network(error sending request for url (
```
If I disconnect from VPN (where proxy is required) it works perfectly. I can easily download the PAC file using curl
or wget
, our proxies don't even require authentication. It is just that 1P fails to even try to work with a proxy. If I manually route the traffic for 1P through a proxy using Proxifier it works perfectly, so it is clearly that 1P fails to even support detecting proxies from system settings.