<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: PAC file not working in IE 9 in Web Security</title>
    <link>https://community.cisco.com/t5/web-security/pac-file-not-working-in-ie-9/m-p/2161669#M3130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I made it work with the DIRECT; must have been a syntax error...So it looks like this with DIRECT on the same line&lt;/P&gt;&lt;P&gt;&lt;SPAN id="mce_marker"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;function FindProxyForURL(url,host){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return "PROXY 10.100.2.2:80; DIRECT;"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping troubleshoot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Mar 2013 22:24:31 GMT</pubDate>
    <dc:creator>w8888tLong</dc:creator>
    <dc:date>2013-03-15T22:24:31Z</dc:date>
    <item>
      <title>PAC file not working in IE 9</title>
      <link>https://community.cisco.com/t5/web-security/pac-file-not-working-in-ie-9/m-p/2161666#M3127</link>
      <description>&lt;P&gt;I have the IE9 browser set to use the PAC file, but it does not send traffic to the WSA.&amp;nbsp; I have tried it locally from the C: drive and downloading it from the WSA PAC source.&amp;nbsp; Putting the link to the file opens it from either location.&amp;nbsp; It seems that it is not processing it.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some document suggested to name it proxy.pac; this did not help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code to proxy when the WSA is available and go direct to the website when the WSA is not in the network the user is in (mobile users)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function FindProxyForURL(url,host){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return "PROXY 10.100.2.2:80;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DIRECT;"&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 14:22:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/pac-file-not-working-in-ie-9/m-p/2161666#M3127</guid>
      <dc:creator>w8888tLong</dc:creator>
      <dc:date>2013-03-15T14:22:46Z</dc:date>
    </item>
    <item>
      <title>PAC file not working in IE 9</title>
      <link>https://community.cisco.com/t5/web-security/pac-file-not-working-in-ie-9/m-p/2161667#M3128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try removing the DIRECT. Also try using the hostname for the WSA.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian Rahl&lt;/P&gt;&lt;P&gt;Customer Support Engineer&lt;/P&gt;&lt;P&gt;Cisco Web Content Security Appliance&lt;/P&gt;&lt;P&gt;Cisco Technical Assistance Center RTP &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 14:36:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/pac-file-not-working-in-ie-9/m-p/2161667#M3128</guid>
      <dc:creator>Christian Rahl</dc:creator>
      <dc:date>2013-03-15T14:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: PAC file not working in IE 9</title>
      <link>https://community.cisco.com/t5/web-security/pac-file-not-working-in-ie-9/m-p/2161668#M3129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response.&lt;BR /&gt;Taking out DIRECT fixed this. Leaving the IP works, since the WSA is not in DNS.&lt;/P&gt;&lt;P&gt;So many examples include the DIRECT...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 19:17:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/pac-file-not-working-in-ie-9/m-p/2161668#M3129</guid>
      <dc:creator>w8888tLong</dc:creator>
      <dc:date>2013-03-15T19:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: PAC file not working in IE 9</title>
      <link>https://community.cisco.com/t5/web-security/pac-file-not-working-in-ie-9/m-p/2161669#M3130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I made it work with the DIRECT; must have been a syntax error...So it looks like this with DIRECT on the same line&lt;/P&gt;&lt;P&gt;&lt;SPAN id="mce_marker"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;function FindProxyForURL(url,host){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return "PROXY 10.100.2.2:80; DIRECT;"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping troubleshoot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 22:24:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/pac-file-not-working-in-ie-9/m-p/2161669#M3130</guid>
      <dc:creator>w8888tLong</dc:creator>
      <dc:date>2013-03-15T22:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: PAC file not working in IE 9</title>
      <link>https://community.cisco.com/t5/web-security/pac-file-not-working-in-ie-9/m-p/2161670#M3131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would highly recommend putting the WSA in the DNS resolution. Depending on what kind of authentication you are performing, you will need to resolve the hostname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian Rahl&lt;/P&gt;&lt;P&gt;Customer Support Engineer&lt;/P&gt;&lt;P&gt;Cisco Web Content Security Appliance&lt;/P&gt;&lt;P&gt;Cisco Technical Assistance Center RTP &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 11:22:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/pac-file-not-working-in-ie-9/m-p/2161670#M3131</guid>
      <dc:creator>Christian Rahl</dc:creator>
      <dc:date>2013-03-18T11:22:38Z</dc:date>
    </item>
  </channel>
</rss>

