<?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 Problem:ASA clientless access with IE in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-asa-clientless-access-with-ie/m-p/2042408#M438595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have captured the traffic with IE7/8/9 , &lt;/P&gt;&lt;P&gt;IE7 and IE9 use NTLM for authentication by sending a POST paket to the server.&lt;/P&gt;&lt;P&gt;&amp;nbsp; SRV -&amp;gt; Client&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Microsoft-IIS/7.5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http.www_authenticate:Negotiate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http.www_authenticate: NTLM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Client -&amp;gt; SRV&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CSCO_W RAPPED=1&amp;amp;proxy=0 &amp;amp;handler=2&amp;amp;req_method=GET&amp;amp;realm= &amp;amp;ucte_headers=R0 VUIC9TY2…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Client -&amp;gt; SRV&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; POST&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type =NTLM&amp;amp;ucte_body= &amp;amp;auth_attempt=1&amp;amp; username=xxxxxxxx&amp;amp;password=xxxxxxx&amp;amp;Continue=Continue&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that the Client send a FIN paket answering with FIN/ACK by the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IE8 use NTLM (NTLMSSP) for authentication by sending a GET paket to the server.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Client -&amp;gt; SRV&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GET ..Frontoffice.aspx&amp;nbsp; NTLMSSP_AUTH User:xxxxxx&lt;/P&gt;&lt;P&gt;after that the server send next silverlight web site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2012 16:00:30 GMT</pubDate>
    <dc:creator>schwarz-michael</dc:creator>
    <dc:date>2012-09-13T16:00:30Z</dc:date>
    <item>
      <title>Problem:ASA clientless access with IE</title>
      <link>https://community.cisco.com/t5/network-security/problem-asa-clientless-access-with-ie/m-p/2042406#M438592</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have configured a ASA5510 for clientless access by using the ASA http bookmark. The web server require an authentication by sending a web server logon screen. If I enter the user credentials at IE7 or IE9 browser on the the web server logon screen the authentication fails, the web server logon screen appears again and again without any error message. If I use the firefox browser instead of IE browser the web server authentication works without any problems. These problem appears only by using the ASA device, the local lan access with IE7 and IE9 and web server authentication works without any problems. Is that possible to configure the ASA http bookmark with the domain credential?&amp;nbsp; Have anybody an idea to solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;&lt;P&gt;Michael&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;&amp;nbsp;&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:50:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-asa-clientless-access-with-ie/m-p/2042406#M438592</guid>
      <dc:creator>schwarz-michael</dc:creator>
      <dc:date>2019-03-11T23:50:47Z</dc:date>
    </item>
    <item>
      <title>Problem:ASA clientless access with IE</title>
      <link>https://community.cisco.com/t5/network-security/problem-asa-clientless-access-with-ie/m-p/2042407#M438593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Micheal ,&lt;/P&gt;&lt;P&gt;please get the following :&lt;/P&gt;&lt;P&gt;-captures on the ASA that will show us what is happening between the server and the ASA:&lt;/P&gt;&lt;P&gt;access-list capin permit tcp ASA_IP SERVER_IP eq 80&lt;/P&gt;&lt;P&gt;access-list capin permit tcp SERVER_IP eq 80 ASA_IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the test and then collect the captures :&lt;/P&gt;&lt;P&gt;copy /pcap capture:capin tftp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- captures when the authentication is working fine ( eiither locally or via firefox through the portal ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also do you have any idea what is the authenticaton requested by the server ( BASIC , NTLM ,,,,) .&lt;/P&gt;&lt;P&gt;HTH .&lt;/P&gt;&lt;P&gt;Mohammad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Sep 2012 12:37:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-asa-clientless-access-with-ie/m-p/2042407#M438593</guid>
      <dc:creator>Mohammad Alhyari</dc:creator>
      <dc:date>2012-09-09T12:37:35Z</dc:date>
    </item>
    <item>
      <title>Problem:ASA clientless access with IE</title>
      <link>https://community.cisco.com/t5/network-security/problem-asa-clientless-access-with-ie/m-p/2042408#M438595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have captured the traffic with IE7/8/9 , &lt;/P&gt;&lt;P&gt;IE7 and IE9 use NTLM for authentication by sending a POST paket to the server.&lt;/P&gt;&lt;P&gt;&amp;nbsp; SRV -&amp;gt; Client&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Microsoft-IIS/7.5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http.www_authenticate:Negotiate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http.www_authenticate: NTLM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Client -&amp;gt; SRV&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CSCO_W RAPPED=1&amp;amp;proxy=0 &amp;amp;handler=2&amp;amp;req_method=GET&amp;amp;realm= &amp;amp;ucte_headers=R0 VUIC9TY2…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Client -&amp;gt; SRV&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; POST&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type =NTLM&amp;amp;ucte_body= &amp;amp;auth_attempt=1&amp;amp; username=xxxxxxxx&amp;amp;password=xxxxxxx&amp;amp;Continue=Continue&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that the Client send a FIN paket answering with FIN/ACK by the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The IE8 use NTLM (NTLMSSP) for authentication by sending a GET paket to the server.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Client -&amp;gt; SRV&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GET ..Frontoffice.aspx&amp;nbsp; NTLMSSP_AUTH User:xxxxxx&lt;/P&gt;&lt;P&gt;after that the server send next silverlight web site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 16:00:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-asa-clientless-access-with-ie/m-p/2042408#M438595</guid>
      <dc:creator>schwarz-michael</dc:creator>
      <dc:date>2012-09-13T16:00:30Z</dc:date>
    </item>
    <item>
      <title>Problem:ASA clientless access with IE</title>
      <link>https://community.cisco.com/t5/network-security/problem-asa-clientless-access-with-ie/m-p/2042409#M438598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also experiencing a very similar issue. Were you ever able to get this resolved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 14:33:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-asa-clientless-access-with-ie/m-p/2042409#M438598</guid>
      <dc:creator>thomasdupont</dc:creator>
      <dc:date>2013-04-01T14:33:54Z</dc:date>
    </item>
    <item>
      <title>Problem:ASA clientless access with IE</title>
      <link>https://community.cisco.com/t5/network-security/problem-asa-clientless-access-with-ie/m-p/2042410#M438599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After a few weeks working with Cisco TAC on this issue, they have come back and told me it is my IE settings, though they cannot tell me what settings could cause this or what I should do to get IE to work. I really feel like Cisco is just washing their hands of the problem and leaving me on my own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried smart tunneling to get to the particular web page, but that comes back with "Page cannot be displayed". If we don't use smart tunneling for this particular page, it just asks for logon information over and over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can use the web portal to get to other internal web pages with no problems. We only experience this issue with two particular internal websites. We can use Safari and Firefox and we are able to get to these sites. This only fails when using IE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For better or worse, our company has standardized on IE as the browser we will use and support across all of our platforms, so I really need to get this working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions from anyone would be appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 19:41:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-asa-clientless-access-with-ie/m-p/2042410#M438599</guid>
      <dc:creator>thomasdupont</dc:creator>
      <dc:date>2013-04-01T19:41:56Z</dc:date>
    </item>
  </channel>
</rss>

