AJWhite1970 Posted November 19, 2019 Posted November 19, 2019 For a variety of reasons, some better than others, I'm trying to force Chrome to pick up a proxy.pac file hosted locally on the C drive In the Proxy Script Address I'm using file:///c:/proxy/proxy.pac but it's not working. The same pac file hosted on a web server works fine. Clearly I'm doing something wrong but my google-fu is letting me down this afternoon... Any (clean) suggestions? Thanks Andrew
JATSO Posted November 19, 2019 Posted November 19, 2019 Everything seems to read the public folder why not try that? 1
mavhc Posted November 19, 2019 Posted November 19, 2019 Use chrome://net-internals/#proxy to reload the proxy file, sadly they removed most of the useful stuff from that page to see what's happening. 1
Arthur Posted November 19, 2019 Posted November 19, 2019 For a variety of reasons, some better than others, I'm trying to force Chrome to pick up a proxy.pac file hosted locally on the C drive Google removed support for loading .pac files from file:// URLs in Chrome v72. https://bugs.chromium.org/p/chromium/issues/detail?id=839566 Could you load the .pac from a web server instead (via HTTP/S)? 1
AJWhite1970 Posted November 20, 2019 Author Posted November 20, 2019 Oh well, explains why I spent a fruitless afternoon trying to get it working then!!! Thanks for all the replies, have reverted to plan B and got it sorted via another route. Cheers Andrew
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now