Recommended Posts

Hi All.

I had an autoconfig file setup that works in firefox 1.5, and worked in Internet Explorer 6SP2.

I upgraded to IE 7 Beta 2 and it no longer works.

While this is still beta software, does anyone else have a solution for this.

It was setup to point to "file://d:\system\proxy.pac" I have tried various variations. file:///d:/system/proxy.pac, file://d:/system/proxy.pac and even attempted to add it to the trusted zone with no effect - you cant add a local path to trusted zone.

I can manually set the proxy to the location - but considering my proxy.pac file has over 8 different proxy's and handles the exceptions based upon location and ip address I would prefer to use this.

I can run a local webserver to set this proxy via http://localhost/proxy.pac but this is not practical on a laptop as the primary server i have is apache and I run as little as possible to conserver power.

This affects any application which uses the Internet Explorer proxy configuration to access the internet, such as MSN Messenger - which also seems to be having more problems after the latests update.

Any Ideas?

Edited by caledai
  • 2 weeks later...

Hey - sorry to bump this but its kind of a problem at multiple locations.

I have supplied the code used to select the various proxies below, minus the start/end of the file - basically for security reasons - the start contains a large number of network ranges/ip addresses that are better off not public.

if (isPlainHostName(host) || shExpMatch(url, "*localhost*")|| shExpMatch(url, "*127.0.0.1*")) {return DIRECT;}

else if (isInNet(myIp,range[],subnet[])) {return proxy[];}

else if (isInNet(myIp,range[2],subnet[1]) || isInNet(myIp,range[1],subnet[]) ||

isInNet(myIp,range[3],subnet[]) || isInNet(myIp,range[5],subnet[]))

{

if (shExpMatch(url, "*.vic.gov.au*") || shExpMatch(url, "*.vic.edu.au*") || shExpMatch(url, "*10.*")) {return DIRECT;}

else if (shExpMatch(url, "*.backend.deviantart.com*") || shExpMatch(url, "*.freeserverhost.com*")) {return proxy[8];}

else if (isInNet(myIp,range[2],subnet[1])) {return proxy[2];}

else if (isInNet(myIp,range[1],subnet[])) {return proxy[1];}

else if (isInNet(myIp,range[3],subnet[])) {return proxy[5];}

else if (isInNet(myIp,range[4],subnet[])) {return proxy[4];}

else {return proxy[3];}

}

else if (isInNet(myIp,range[8],subnet[]) || isInNet(myIp,range[9],subnet[]) || isInNet(myIp,range[10],subnet[]))

{if (shExpMatch(url,"*.unimelb.edu.au*")) {return DIRECT;}

else {return proxy[6];}}

else if (isInNet(myIp,range[5],subnet[])||isInNet(myIp,range[6],subnet[]) || isInNet(myIp,range[7],subnet[]))

{if (shExpMatch(url, "*.unimelb.edu.au*")) {return DIRECT;}

else {return proxy[7];}}

else{return DIRECT;}

send me your pac file ([email protected]) i will upload to my webserver. I'll mail you the link back.

Thanks for the offer but the issue is with a web server - the issue is that it no longer uses file://d:\system\proxy.pac as a valid location for the proxy.pac

I have apache installed, and also Sami HTTP Server [Port 81 - Only proxy.pac] so I can host it myself, but the problem with running a web server on a laptop is that it affects my battery life, for something I don't use that often - only when I have problems with firefox. So my process is this - If I am not at home, I fire up Sami HTTP Server, then fire up IE.

Under IE6SP2 - My proxy pac was locally referenced, and it worked perfectly.

Microsoft it seems has got too clever with there internet detection, MSN Messenger, Windows Messenger have had problems ever since 7.5 and 5.2? with the internet on my laptop as I am quite often behind firewalls where I need to use this to get out - no transparent proxies.

Hell - I was using a version of MSN at uni with the local pac file in the internet config, the username/password in messenger, and upgraded on the spot there at uni - the new version couldn't connect - it gets gateway is offline errors - which doesn't make sence considering the old version connected - I can ping my gateway and access the internet. I think IE7 has implemented this same detection technique.

As a lot of programs reference the internet control panel for proxy settings, WMP, Yahoo Widgets, Trillian, MSN, WinMsgr, Gaim etc this can be a significant issue if it continues to a full IE7 release.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • But building your own.. what? You can't build anything like the Steam Machine yourself. Even trying to get close costs a good deal more. Even just the CPU cooler in their price comparison is as big as the entire Steam Machine. If you want a regular gaming PC, then by all means, build that. If you want a a small console-like PC for the living room that is good for gaming, I'm not sure what else is a better deal. In the GN review, they only mentioned a small form factor Dell, which is like twice the size and hundreds of dollars more expensive.
    • Those are some popular multiplayer games. But hardly "all". Just those that don't work on Linux currently due to specific anti-cheat implementations. I think it's also fair to point out the literally thousands of games that don't work on the PS5. And it's not locked at 1080p. That's the default, which you can change.
    • Ubuntu Livepatch arrives on Arm64 to eliminate system reboots for kernel updates by Paul Hill Canonical has just announced that its Livepatch service now supports computers with Arm64 processors. For those who are not familiar, Livepatch allows users to apply important kernel updates without any service interruption or rebooting. While home users will benefit from this, it’s even more important for critical machines that absolutely should not be going offline at all. The feature is available as part of Ubuntu Core 26 for Arm64 and Ubuntu Core 20 and onwards for AMD64. According to Canonical, this will improve the security of systems that aren’t security-maintained daily or weekly, and it helps organizations work towards Cyber Resilience Act (CRA) compliance. If you are familiar with Ubuntu, you probably know that most packages can be updated without having to restart the system. There is one big exception to this, and that’s the kernel; it typically requires you to reload the system to boot into the new kernel. With Livepatch, Canonical has done something so that you don’t need to restart to begin using the new kernel. Aside from Ubuntu Core 26, users with Arm64 chips running Ubuntu 26.04 LTS can also use Livepatch. If you want to learn more about Livepatch, check out its product page. There, you can also find a button to join Ubuntu Pro (it’s free for several home devices) so that you can enable Livepatch. By linking your computer to Ubuntu Pro, you will also extend the life of your Ubuntu install from five years to ten years. If you are running Ubuntu, let us know in the comments if you have been looking forward to this feature on your ARM-based computer. If you’ve had a compatible AMD64 machine for a while and never used this feature, let us know why in the comments!
  • Recent Achievements

    • One Month Later
      nates earned a badge
      One Month Later
    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
    • First Post
      mike_rumble earned a badge
      First Post
    • Dedicated
      tuben earned a badge
      Dedicated
  • Popular Contributors

    1. 1
      +primortal
      497
    2. 2
      +Edouard
      205
    3. 3
      PsYcHoKiLLa
      94
    4. 4
      Michael Scrip
      89
    5. 5
      neufuse
      71
  • Tell a friend

    Love Neowin? Tell a friend!