Овај сајт ће имати ограничену функционалност док га будемо ажурирали у циљу побољшања вашег искуства. Ако неки чланак не реши ваш проблем и желите да поставите питање, на располагању ће вам бити наше заједнице подршке @FirefoxSupport на Twitter-у и /r/firefox на Reddit-у.

Претражи подршку

Избегните преваре подршке. Никада од вас нећемо тражити да зовете или шаљете поруке на број или да делите личне податке. Пријавите сумњиве радње преко „Пријавите злоупотребу” опције.

Сазнај више

Proxy Failover Using PAC File is Not Working in Firefox 19.0

  • 1 одговор
  • 1 има овај проблем
  • 7 прегледа
  • Последњи одговор послао 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

Сви одговори (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]?