OS version: OS X 10.8.2
PAC file path: http://localhost/proxy.pac
Target applications: Safari, Tweetbot
Example rule in .pac:
if (shExpMatch(url, '*domain.com*')) return 'SOCKS5 127.0.0.1:8080';
In Chrome, the SOCKS5 proxy works perfectly, but Safari/Tweetbot just can't access the matched URL.
It looks like the server of matched URL is down for Safari/Tweetbot.
I took a look at logs in Console.app, but everything is fine.
I wonder if there's a way to make .pac works for sandboxed application?