Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

Proxy Failover Using PAC File is Not Working in Firefox 19.0

  • 1 odpowiedź
  • 1 osoba ma ten problem
  • 7 wyświetleń
  • Ostatnia odpowiedź od guigs

more options

Hi Team, I'm using a automatic proxy script file which is proxy.pac . Content of the file as below,

function FindProxyForURL(url, host) { if (shExpMatch(host, "portal.hclinsys.com")) { return "DIRECT"; } return "PROXY 192.168.10.5:8080; PROXY 192.168.10.25:8080"; }

My ultimate objective is i'm using two proxy servers in our environment. 192.168.10.5 is my primary proxy server and 192.168.10.25 is my secondary proxy.

If my primary goes down, i should automatically redirect to the second proxy 192.168.10.25.

My observation is firefox only looks for the first proxy say 192.168.10.5. if it doesnt resolve the webpage giving the error message and its not trying to resolve through my second proxy.

Kindly help me to diagnose this issue.

Regards, Saran

Hi Team, I'm using a automatic proxy script file which is proxy.pac . Content of the file as below, function FindProxyForURL(url, host) { if (shExpMatch(host, "portal.hclinsys.com")) { return "DIRECT"; } return "PROXY 192.168.10.5:8080; PROXY 192.168.10.25:8080"; } My ultimate objective is i'm using two proxy servers in our environment. 192.168.10.5 is my primary proxy server and 192.168.10.25 is my secondary proxy. If my primary goes down, i should automatically redirect to the second proxy 192.168.10.25. My observation is firefox only looks for the first proxy say 192.168.10.5. if it doesnt resolve the webpage giving the error message and its not trying to resolve through my second proxy. Kindly help me to diagnose this issue. Regards, Saran

Wszystkie odpowiedzi (1)

more options

HI Saran, There were a number of addons that are suggested in the other threads I researched: this one was interesting

THis one toohttp://forums.mozillazine.org/viewtopic.php?t=13730 It looks like they used the auto proxy url and pointed this to the function as an example. I do not know if this will still work in the current version. Have you also tried asking in [stackoverflow.com]?