Internet Explorer 9 stops using PAC File

Hi,
several machines that have Internet Explorer 9 installed suddenly stopped connecting to the internet using a PAC file. Chrome as well as Firefox
work with the PAC file set in IE, setting a static proxy adress in the Proxyserver field in IE works too for all browsers including IE9.
I tried reverting to IE 8 which seems to accept the PAC, after reinstalling IE9 it stops working again, i tried both a local file as well as a PAC
hosted on a web server, to no avail. PAC file is tested on all 3 browsers and works on 99% of the Win 7 computers, so its not a problem with the syntax, im at a loss of idea here.
Path set for the PAC File://C:\Windows\System32\drivers\etc\Proxy.pac
Does someone have an idea how to fix this or some way to troubleshoot this problem any further?
Thanks in advance.

Hi,
Have you considered the scenario described in the KB 2777234? Or you might refer to this link and check if it can give you some hints:
https://community.mcafee.com/thread/52242?tstart=0
NOTE
This
response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
Microsoft
does not control these sites and has not tested any software or information found on these sites.
If still no clear cause, then I would suggest you use a network monitor to trace the process and find what happened.
Regards
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • Cannot download a file with internet explorer 6 using SSL connection

    Hello,
    I am working on a application that uses SSL. But when the clicks a button to donwload a file using IE 6 or IE 7, internet explorer shows a error message saying that "The internet explorer cannot open this site". This error dont occur in Firefox, but i have to use Internet Explorer. And the error occurs only if i use https, with http it works fine.
    I search the net and i found that internet explorer has a bug, that when the server sends the http header "Pragma: no-cache" or "Cache-control: no-cache,max-age=0,must-revalidate", then the internet explorer doesnt cache the file, and i cannot open it. See here: http://support.microsoft.com/kb/316431/en-us
    My problem is that OC4J appears to send this headers automatically. I am using Oracle Enterprise Manager 10g Application Server Control 10.1.3.3.0. Here, is my code to send the file:
    HttpServletResponse response = (HttpServletResponse)
    FacesContext.getCurrentInstance().getExternalContext().getResponse();
    response.setContentType("application/x-download");
    response.setHeader("Content-Disposition", "attachement; filename=\"file.pfx\"");
    response.setContentLength((new Long(myFile.length())).intValue());
    OutputStream out=null;
    try {
    out = response.getOutputStream();
    fis = new FileInputStream(myFile);
    int n;
    while ((n = fis.available())> 0) {
    b = new byte[n];
    int result = fis.read(b);
    out.write(b, 0, b.length);
    if (result == -1) break;
    out.flush();
    out.close();
    } catch (Exception e){
    throw new DownloadException("Erro ao enviar arquivo para o stream de download.");
    finally{
    FacesContext.getCurrentInstance().responseComplete();
    You can see that i not send that headers in this code.
    Here, is the headers sent to IE when i use https.
    HTTP/1.x 200 OK
    Date: Wed, 07 May 2008 17:40:28 GMT
    Server: Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server
    Pragma: no-cache
    Cache-Control: no-store
    Surrogate-Control: no-store
    Expires: Thu, 01 Jan 1970 12:00:00 GMT
    Content-Length: 5208
    Set-Cookie: JSESSIONID=ac1002292008f788e14d0d6e40c29f3185f2fc72e5b9.e3eTb3mTb3yKe34SbhqOaxyTe6fznA5Pp7ftnR9Jrl0; path=/actcers; secure
    content-disposition: attachement; filename="file.pfx"
    Keep-Alive: timeout=15, max=74
    Connection: Keep-Alive
    Content-Type: application/x-download
    I hope that someone can helpme.
    Tanks
    Message was edited by:
    user635088

    Hi!
    I don't have a solution fou you, just a few ideas =)
    You can check what headers response contains with
    response.containsHeader( "your_header_here");
    http://java.sun.com/j2ee/sdk_1.2.1/techdocs/api/javax/servlet/http/HttpServletResponse.html#containsHeader(java.lang.String)
    after that you could set/overwrite those headers that you don't like with, for example:
    response.setHeader("Cache-control", "no-cache,max-age=0,must-revalidate");
    Aparently Pragma and Cache-control headers should be used in pair, as noted here
    http://curl.haxx.se/mail/archive-2005-12/0003.html
    quote:"The author of Bad Behavior points out that RFC2616 requires that a
    Pragma: header to be accompanied by a Cache-Control: header. From what I
    see, it only says "SHOULD" (in section 14.32), but that is still a
    strong recommendation and something to be considered, IMHO."
    I'm a bit sceptical about you needing to cache the file, but if you feel strong about it, you could read this
    http://www.mnot.net/cache_docs/#META
    If you're working on SSL there is supposed to be some kind of validation, certificate or something like that. IE6 and 7 both have strong security measures in these regards. Maybe you should look something up in that direction.
    Hope I helped.

  • Internet explorer stops working when i download itunes

    Every time I try to download itunes, Internet explorer stops working. Help!

    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • Why does internet explorer stop working when I open up a tutorial in Photoshop Elements 12?

    Why does my internet explorer stop working when I upen up a tutorial for Photoshop Elements 12?

    Welcome to the forum.
    Unfortunately, this is the Premiere Elements Forum, which is a video-editing program, and is not Photoshop Elements, an Image-editing program.
    I will Move your post to the very active Photohsop Elements Forum.
    Good luck, and your link, plus any e-mail subscriptions should follow.
    Hunt
    [Moved to Photoshop Elements Forum]

  • When in e-mail internet explorer stops working, when i click on help it suggests DEP settings

    when in aol mail internet explorer stops working intermitently, any suggestions?

    Its known issue, See:
    * https://bugzilla.mozilla.org/show_bug.cgi?id=713014
    this issue may have been fixed in beta/nightly, you should try it
    * firefox.com/beta

  • How to find out internet explorer version ,using a java program?

    How to find out internet explorer version ,using a java program?

    Browser version from java?....you must be referring it from some web application....rite?
    You can read the User-Agent header using request.getUserAgent() or request.getHeader("User-Agent") in your jsp or servlet.
    for more details pls refer:
    http://www.jguru.com/jguru/faq/view.jsp?EID=12253

  • Open Internet Explorer URL using MII Transaction

    Hello All,
    I wanted to know if there is a way to open internet explorer URL using MII transaction. I know how to do it using irpt but was wondering if there is a way of doing it using MII transaction action blocks. I was planning to provide access to provide path for iexplorer.exe and then open url like "http://www.google.com" on it.
    I appreciate your help with it.
    Thanks,
    Kiran

    Hi Kiran,
    You want to load a page into a transaction? for this you can use the action block called HTML_Loader and link www.google.com with HTML_Loader_0.SourceUrl.
    Danilo Santos

  • Internet Explorer stops responding while using CodedUI test builder to record a test

    Hi,
    Here is my problem description:
    Internet explorer (9, 10, 11) stops responding while using CodedUI Test Builder to record a test scenario in IE. I am not able to input any values or click any buttons or perform any action on IE while recording a test on a remote desktop (visual studio
    and IE are both on remote machine). Also tried by directly accessing the machine but no luck. The test builder says 'could not record the last action...'
    A hand-coded script plays back fine without any problem.
    System Details:
    OS: Window 7 Professional with SP1 64-bit
    Browser: IE 11 (tried with IE 9/10 also with no luck)
    Visual Studio 2013 Ultimate Edition
    I have tried the following from my past similar experiences.
    1. Checked that I am recording on 32 bit IE
    2. Tried with IE 9/10/11
    3. Reset IE to factory settings
    I will appreciate if someone can share some thoughts on the likely problem(s) and any recommended solution.
    Regards,
    Pankaj

    Hi Pankaj,
    >>'could not record the last action...'.
    Actually it means that the coded UI test builder doesn't record the actions, I met this issue before when my machine is so busy, so I will get this issue if I record the steps so quickly.
    I'm not very sure that how you connect to your remote desktop and record the actions, but like the above actions, we have to make sure that the steps were recorded in the Recorded Action window like A.
    If not, please delete the steps from the no-recorded steps and re-record them again, maybe you could record the steps slowly.
    I doubt that the remote connection impacts the recorded actions performance.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Internet Explorer stops working

    While trying to open PFD files I keep getting a error saying that Internet Explorer has stopped working, It was working fine then all of a sudden it ins't. Is anyone else having a problem like this? Anyone know of a fix?I have tried uninstalling and reinstalling.

    Hi,
    Just to let you know this solution worked. Thanks for the advice!
    I can't understand how this happened. I guess you have to be careful what you download from the internet as the downloads seem to come with toolbar add ons that clog up the settings on your computer. I will keep your solution to hand in case something like this happens again in the future. It's okay if you've been formally trained in computer use. I'm afraid I missed the boat with computing in school.
    Thanks so much
    Lorna

  • Add Ons,Internet Explorer and downloading PDF files

    There is one website where I have an issue downloading some PDF files,I do not have problems on any other website,admin at problem website gets no other complaints.
    I use Adobe Reader 11.0.08.
    I discovered that if I DISABLE the ADD ON in Internet Explorer for Adobe Reader I can easily download all content from this problem website ,If I ENABLE ( my norml operation ) the ADD ON for Adobe Reader ,the PDF download problem appears again.
    What exactly is the ADD ON doing ? I'm under the inmpression that it ties software to a website ,so when I ask for a PDF file on a website, the website looks for Adobe Reader and the PDF file opens  ,using Adobe Reader . . . if I disable the ADD ON . . . doesn't the website NOT know how to give me the PDF file . . .  yet with the ADD ON Disabled this problem website downloads the PDF file using Adobe ( it said it is using Adobe ) with no problem ?
    Why ??
    This issue happens on two differnt PC's ??

    P.Willener,
    Thanks for response.
    The website is not public ,that I have PDF download issues using Adobe Reader 11.0.08. I have no PDF download issues on any other website with PDF files.
    On this problem site I can download some files, others I can't.
    The website admin gets no other complaints from other website users.
    I discovered that on a friends new PC ,this website works good and I can download all files, no problems.
    I have an older PC ( 2008 vintage )  ,it runs Windows 7 and IE 11 , with this PC I have PDF download issues on this website only , when the problem occurs the files stop and never complete downloading,  all recent website PDF  files download OK, older files do not ,on my PC   . . . but if I DISABLE the Adobe Reader ADD ON ,ALL files download with no problem, if I ENABLE the Adobe ADD ON ,I have problems.
    My question is . . . why ?  When the ADD ON for Adobe Reader is ENABLED what is different then when the ADD ON is DISABLED ,for Adobe Reader ?
    To me ,it seems that in the ENABLED mode ,the PDF file is opening within the IE browser ,using Adobe Reader , when the ADD ON is DISABLED the PDF file is opening in the External Reader mode , using Adobe Reader am I correct on this thinking ????
    So again why would I have issues on this one website only ?  Yes there is a work around but my normal way of operating is what the Adobe Reader ADD ON ENABLED.
    Any ideas what is going on ????  If you suspect the website any thoughts on what their problem could be ????   Again they get no other complaints ,I guess they all have new PC's.
    Al

  • Internet explorer stopped working after installing iTunes 11.1.5

    Installed new version of iTunes 11.1.5 on pc running windows 8.1 and now internet explorer has stopped working.

    I have exactly the same problem with a new acer aspire. I successfully installed Itunes but windods 8.1 explorer stopped working. I had to deinstall itunes for IE to work.
    Thinking I have a corrupt install file I tried a second time but with exactly the same result. I shure would like to hear an answer.
    THank you

  • Itunes 10.7 - Internet Explorer stops working

    When I download itunes 10.7 my Internet Explorer 9 stops working and I can't get itunes 10.7; how do I fix this?

    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • I am not able to open pdf files from any web through Firefox. Internet explorer opens those pdf files

    I am not able to open pdf files from any web when I use FireFox.
    I am able to open pdf files when I use internet explorer.

    For the settings to check, see the [[opening PDF files within Firefox]] article.

  • "We have detected that you are using Internet Explorer 7" (using Firefox 36)

    Website http://awakeningdynamics<i></i>.com/ gives me error message saying I have Internet Explorer 7 and tells me it's unsupported.
    I am using Firefox 36.0 for opensuse 13.1. See attached image file.

    ''Maximillium [[#question-1050954|said]]''
    <blockquote>
    Website http://awakeningdynamics<i></i>.com/ gives me error message saying I have Internet Explorer 7 and tells me it's unsupported.
    I am using Firefox 36.0 for opensuse 13.1. See attached image file.
    </blockquote>
    ''philipp [[#answer-700759|said]]''
    <blockquote>
    yes, i can reach the site with firefox 36 on windows.
    you may also look at addons that can fake your useragent: [[Websites say that Firefox is outdated or incompatible even though it's the latest version]]
    </blockquote>
    Ha! I followed the instructions at that page and found the reset choice greyed-out on all four "useragent" entries. I simply toggled them all and then left them as they had been. The site comes in for me, now, too.
    Thank you, Philipp and MarkRH

  • Internet Explorer Websites using Shockwave

    Alright, I downloaded Adobe Shockwave 11 recently, its been working fine. Certain websites, such as sites containing flash games or animations, require adobe shockwave to be installed in order to run. When I visit those websites, I would get a certain error message as Adobe Shockwave loads, stating "internet explorer has stopped working, windows is checking for a solution to the problem..." The message would then display "Internet Explorer has stopped working" in bold blue print, and beneath it stating "A problem has caused the program to stop working correctly. Windows will close the program and notify you if a solution is available." If there is any fix for this or reasons that this problem might occur, please make a post.

    Hi, rroberts. Welcome to the Discussions.
    Here is some general advice on troubleshooting shared library errors.
    A shared library error, in general terms, tends to imply something is missing, corrupted, or incompatible with an application or operating system framework. A bit more on frameworks and shared libraries (heavy technical reading) can be found in the "Frameworks" section of the "Software Development Overview" chapter of the Apple Developer Connection document Mac OS X Technology Overview, and the Framework Programming Guide.
    Sometimes this implies an application has been corrupted and must be reinstalled. It can also happen when running incompatible versions of two applications with interdependent shared libraries. Other causes may include disk, permission, or cache corruption (usually disk directory corruption) or a corrupted operating system. Cache corruption could be an issue here, depending on how the affected applications use caching.
    • As a start, you may want to give your disk the "once over" using my Resolving Disk, Permission, and Cache Corruption FAQ.
    • If the problem persists, you may need to uninstall then reinstall the affected application. See my "Uninstalling applications" FAQ for important advice on uninstalling software.
    • The shared library in question may also be corrupted. If this shared library is part of the Mac OS X operating system, one must reinstall the operating system using the Archive and Install process. See my "General advice on performing an Archive and Install" FAQ.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

Maybe you are looking for

  • Help! Why am i getting these JavaScript errors in Dreaweaver and how can I fix it???

    This only happens whenever I try to access code view, and it won't allow me to add any more code. This is the error message I get: "While executing DWMenu_View_Text command in menus.xml, the following JavaScript error(s) occurred: Exception thrown in

  • Monthly Aggregate Values are Not matching between Two Reports

    Hi, I have two custom reports (Pivot Table View) _1) National Report_ This report renders data for the 10/11 Season (From 04/01/2010 To 03/31/2011). It includes Monthly Aggregate as well as 10/11 Season Grand Total. This report shows the correct info

  • Cannot log into CMS and all services fail to load on installation.

    A trial version of Crystal Server XI r2 was installed due to problems with the license key for our purchased version of XI.  The r2 has since expired and I have uninstalled it.  I have now tried to install XI several times, but I am having a problem

  • CacheLoader load() method is getting invoked all the time

    The cache.get() method invokes the CacheLoader load() method if the key is not present in the cache. But the key is present in the cache already and when ever i invoke cache.get() it is invoking the load() method to get the data from DB. The expiry d

  • Wrblog process going down

    Hi Guys, I am sorry I could not find a forum for OAS or OWAS. If u can please redirect me to the correct one, will beglad. My problem I have 2 Sun solaris 2.6 with Oracle 8.0.5.5 Onw with OWAS 3.0 and other with OAS 4.0.8.1. On both these machines, w