I want to setup a caching proxy that will use a pac (proxy autoconfiguration) file as parent proxy (lookup in a pac proxy file to choose which parent proxy to use). I want to know if anyone knows a proxy server that supports this.

The goal is to be able to use applications that doesn't support pac files with the pac file I normally use.

link|improve this question
feedback

1 Answer

Not a direct answer, but a solution that will work.

Write a simple proxy (or modify an existing one) that will listen on a specific port at localhost and redirect all requests to whatever proxy it finds using proxy.pac file.

Then take your favourite caching proxy, e.g. squid, and configure it to use your proxy.

Parsing PAC files

link|improve this answer
Is there anyone willing to do this for me? I'll give the bounty for this. (so put it in an answer not a comment) – qwertzguy Nov 3 '11 at 13:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.