<?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: Problems with HTTP/HTTPS sites through ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416024#M729234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola, &lt;/P&gt;&lt;P&gt;I'm almost sure that this is an issue due of the MSS being exceeded,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear the asp table with the command: Clear asp drop. Then try to access one of those websites and check if the MSS counter is incrementing or if the out-of-order counters are incrementing.&amp;nbsp; THis is the configurationg required to fix your issus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pixfirewall(config)#&lt;STRONG&gt;access-list http-list2 permit tcp any any&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;pixfirewall(config)#&lt;BR /&gt;pixfirewall#&lt;STRONG&gt;configure terminal&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config)# &lt;BR /&gt;pixfirewall(config)#&lt;STRONG&gt;class-map http-map1&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-cmap)#&lt;STRONG&gt;match any&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;pixfirewall(config-cmap)#&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config)#&lt;STRONG&gt;tcp-map mss-map&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-tcp-map)#&lt;STRONG&gt;exceed-mss allow&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-tcp-map)#&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config)#&lt;STRONG&gt;policy-map http-map1&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-pmap)#&lt;STRONG&gt;class http-map1&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-pmap-c)#&lt;STRONG&gt;set connection advanced-options mss-map&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-pmap-c)#&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-pmap)#&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config)#&lt;STRONG&gt;service-policy http-map1 global&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try it and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link: &lt;A href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804c8b9f.shtml"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804c8b9f.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos Fede&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Mar 2010 20:57:53 GMT</pubDate>
    <dc:creator>Diego Armando Cambronero Arias</dc:creator>
    <dc:date>2010-03-03T20:57:53Z</dc:date>
    <item>
      <title>Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416023#M729231</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a strange situation.&lt;/P&gt;&lt;P&gt;I cannot open some web pages on the Internet through the ASA. If I bypass the ASA I can open all the pages.&lt;/P&gt;&lt;P&gt;There's no HTTP inspection on the ASA enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching the configuration.&lt;/P&gt;&lt;P&gt;I am attaching a capture I did on port 80 getting to a specific page fantasy.footbo.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This particular page (and some others) I cannot open them through the ASA, but can open them bypassing the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pcap1 is the capture from my local machine 172.16.24.150 to the page (applied to the inside interface)&lt;/P&gt;&lt;P&gt;pcap 2 is the capture from the NATed address to the page (applied to the outside interface)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try reading the captures in Wireshark and it seems to be that my machine sends the SYN request, but never get a response from the server.&lt;/P&gt;&lt;P&gt;Why could this be?&lt;/P&gt;&lt;P&gt;Can I get some help in getting more information from the captures or what other troubleshooting steps can I do to resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: When I open the pcaps in Wireshark I get the following message: ''The capture file appears to have been cut short in the middle of a packet''&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the commands that I've used for the captures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAPTURE INSIDE INTERFACE &lt;BR /&gt;access-list http-outbound-inside permit tcp host 172.16.24.150 host 79.125.22.215 eq 80&lt;BR /&gt;access-list http-outbound-inside permit tcp host 79.125.22.215 eq 80 host 172.16.24.150&lt;BR /&gt;capture http-outbound-inside access-list http-outbound-inside interface inside trace buffer 20000000&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;CAPTURE OUTSIDE INTERFACE&lt;BR /&gt;access-list http-outbound-outside permit tcp host 200.122.131.5 host 79.125.22.215 eq 80&lt;BR /&gt;access-list http-outbound-outside permit tcp host 79.125.22.215 eq 80 host 200.122.131.5&lt;BR /&gt;capture http-outbound-outside access-list http-outbound-outside interface outside trace buffer 20000000&lt;/P&gt;&lt;P&gt;Local machine: 172.16.24.150&lt;/P&gt;&lt;P&gt;Resolved IP for fantasy.footbo.com = 79.125.22.215&lt;/P&gt;&lt;P&gt;NATed address: 200.122.131.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I've tried changing my public IP address, and I get the same result.&lt;/P&gt;&lt;P&gt;For instance:&lt;/P&gt;&lt;P&gt;nat (inside) 20 172.16.24.150 255.255.255.255&lt;/P&gt;&lt;P&gt;global (outside) 20 interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I tried to access the pages from another ASA with similar configuration, and I do get the pages (so I know it's not a default behavior on the ASA with particular sites).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do a traceroute I do get out of my network to the Internet, so I don't see how it is an internal problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Users\fcoto&amp;gt;tracert fantasy.footbo.com&lt;/P&gt;&lt;P&gt;Tracing route to 11kicks-1164740758.eu-west-1.elb.amazonaws.com [79.125.22.215]&lt;BR /&gt;over a maximum of 30 hops:&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 ms&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 ms&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 ms&amp;nbsp; 172.16.24.2&lt;BR /&gt;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 ms&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;1 ms&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 ms&amp;nbsp; 200.122.131.1&lt;BR /&gt;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 ms&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 ms&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 ms&amp;nbsp; 201.193.214.125&lt;BR /&gt;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 ms&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2 ms&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 ms&amp;nbsp; 201.193.215.29&lt;BR /&gt;&amp;nbsp; 5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3 ms&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5 ms&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6 ms&amp;nbsp; 201.193.89.97&lt;BR /&gt;&amp;nbsp; 6&amp;nbsp;&amp;nbsp;&amp;nbsp; 43 ms&amp;nbsp;&amp;nbsp;&amp;nbsp; 44 ms&amp;nbsp;&amp;nbsp;&amp;nbsp; 42 ms&amp;nbsp; sl-st21-mia-14-1-0.sprintlink.net [144.223.245.1&lt;BR /&gt;33]&lt;BR /&gt;&amp;nbsp; 7&amp;nbsp;&amp;nbsp;&amp;nbsp; 43 ms&amp;nbsp;&amp;nbsp;&amp;nbsp; 43 ms&amp;nbsp;&amp;nbsp;&amp;nbsp; 43 ms&amp;nbsp; sl-crs2-mia-0-3-0-3.sprintlink.net [144.232.2.24&lt;BR /&gt;1]&lt;BR /&gt;&amp;nbsp; 8&amp;nbsp;&amp;nbsp;&amp;nbsp; 99 ms&amp;nbsp;&amp;nbsp;&amp;nbsp; 86 ms&amp;nbsp;&amp;nbsp;&amp;nbsp; 67 ms&amp;nbsp; sl-crs2-dc-0-12-0-0.sprintlink.net [144.232.9.27&lt;BR /&gt;]&lt;BR /&gt;&amp;nbsp; 9&amp;nbsp;&amp;nbsp;&amp;nbsp; 66 ms&amp;nbsp;&amp;nbsp;&amp;nbsp; 66 ms&amp;nbsp;&amp;nbsp;&amp;nbsp; 66 ms&amp;nbsp; sl-st22-ash-12-0-0.sprintlink.net [144.232.9.123&lt;BR /&gt;]&lt;BR /&gt;10&amp;nbsp;&amp;nbsp;&amp;nbsp; 66 ms&amp;nbsp;&amp;nbsp;&amp;nbsp; 67 ms&amp;nbsp;&amp;nbsp;&amp;nbsp; 66 ms&amp;nbsp; sl-tisca1-272901-0.sprintlink.net [144.223.246.9&lt;BR /&gt;8]&lt;BR /&gt;11&amp;nbsp;&amp;nbsp; 162 ms&amp;nbsp;&amp;nbsp; 166 ms&amp;nbsp;&amp;nbsp; 167 ms&amp;nbsp; so-1-0-0.dub10.ip4.tinet.net [89.149.187.1]&lt;BR /&gt;12&amp;nbsp;&amp;nbsp; 167 ms&amp;nbsp;&amp;nbsp; 168 ms&amp;nbsp;&amp;nbsp; 166 ms&amp;nbsp; amazon-ireland-gw.ip4.tinet.net [213.200.67.30]&lt;/P&gt;&lt;P&gt;13&amp;nbsp;&amp;nbsp; 153 ms&amp;nbsp;&amp;nbsp; 152 ms&amp;nbsp;&amp;nbsp; 162 ms&amp;nbsp; 87.238.85.12&lt;BR /&gt;14&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;&amp;nbsp; *&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Request timed out.&lt;BR /&gt;15&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;&amp;nbsp; *&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Request timed out.&lt;BR /&gt;16&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; ^C&lt;BR /&gt;C:\Users\fcoto&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only thing that I can think of is that those sites that we cannot reach do not want us for some reason, like they have our IP blocked.&lt;/P&gt;&lt;P&gt;But I can't just remove the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions are appreciated!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 17:17:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416023#M729231</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2019-03-11T17:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416024#M729234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola, &lt;/P&gt;&lt;P&gt;I'm almost sure that this is an issue due of the MSS being exceeded,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear the asp table with the command: Clear asp drop. Then try to access one of those websites and check if the MSS counter is incrementing or if the out-of-order counters are incrementing.&amp;nbsp; THis is the configurationg required to fix your issus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pixfirewall(config)#&lt;STRONG&gt;access-list http-list2 permit tcp any any&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;pixfirewall(config)#&lt;BR /&gt;pixfirewall#&lt;STRONG&gt;configure terminal&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config)# &lt;BR /&gt;pixfirewall(config)#&lt;STRONG&gt;class-map http-map1&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-cmap)#&lt;STRONG&gt;match any&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;pixfirewall(config-cmap)#&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config)#&lt;STRONG&gt;tcp-map mss-map&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-tcp-map)#&lt;STRONG&gt;exceed-mss allow&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-tcp-map)#&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config)#&lt;STRONG&gt;policy-map http-map1&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-pmap)#&lt;STRONG&gt;class http-map1&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-pmap-c)#&lt;STRONG&gt;set connection advanced-options mss-map&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-pmap-c)#&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-pmap)#&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config)#&lt;STRONG&gt;service-policy http-map1 global&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try it and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link: &lt;A href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804c8b9f.shtml"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a00804c8b9f.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos Fede&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 20:57:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416024#M729234</guid>
      <dc:creator>Diego Armando Cambronero Arias</dc:creator>
      <dc:date>2010-03-03T20:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416025#M729235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also try to create a capture for asp. (all)&lt;/P&gt;&lt;P&gt;and check why this is happening.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 20:59:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416025#M729235</guid>
      <dc:creator>Diego Armando Cambronero Arias</dc:creator>
      <dc:date>2010-03-03T20:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416026#M729239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I looked at the captures there is no response coming back from 79.125.22.215.&amp;nbsp; This is not the firewall's problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are probably seeing syn timeout messages on the syslogs when this flow works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. talk to the website admins and ask them if they see your SYNs making to their server and why their server does not respond.&lt;/P&gt;&lt;P&gt;Or get your ISP involved as ask them if they see response arriving from this website but, are not being handed to the ASA's outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:07:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416026#M729239</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-03-03T21:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416027#M729242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am going to try that, but when I apply the service-policy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy http-map1 global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It says that the global_policy is already applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, how do I apply this service-policy without removing the global-policy? Can I nested inside the global_policy policy map?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pleas let me know how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:09:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416027#M729242</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-03-03T21:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416028#M729244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kusankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right with that one.&lt;/P&gt;&lt;P&gt;Please take a look a these captures that I'm attaching now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both belong to a capture accesing two pages:&lt;/P&gt;&lt;P&gt;me.com&lt;/P&gt;&lt;P&gt;11kicks.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The capture going to me.com, show a FIN-ACK after getting a weird message.&lt;/P&gt;&lt;P&gt;The capture going to 11kicks.com shows a redirect message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot access both of these pages through the ASA also, but the outputs of the captures are different.&lt;/P&gt;&lt;P&gt;Please let me know what could be going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:15:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416028#M729244</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-03-03T21:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416029#M729247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jiveTT-hover-user jive-username-link" href="https://community.cisco.com/people/kusankar" id="jive-254718,232,682,454,224,370" onmouseout="" onmouseover=""&gt;&lt;STRONG style="color: #555555; "&gt;kusankar&lt;/STRONG&gt;&lt;/A&gt;&amp;nbsp; might be right. But this is working when you bypass the ASA right?&lt;/P&gt;&lt;P&gt;Is this issue happening with all HTTP and HTTPS traffic? if t's you might contact your ISP but if the issue is happening with only some specific host try to get the capture for ASP while you try to access one of those sites.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:22:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416029#M729247</guid>
      <dc:creator>Diego Armando Cambronero Arias</dc:creator>
      <dc:date>2010-03-03T21:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416030#M729248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pixfirewall(config)#&lt;STRONG&gt;capture test&amp;nbsp; type asp-drop all&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Show cap test&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:24:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416030#M729248</guid>
      <dc:creator>Diego Armando Cambronero Arias</dc:creator>
      <dc:date>2010-03-03T21:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416031#M729249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem we're seeing it only for some specific sites.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to take the ASA out of the picture of the problem.&lt;/P&gt;&lt;P&gt;I did the mss, and I can get to me.com, but I'm still having problems with other pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the captures for 11kicks.com for example.&lt;/P&gt;&lt;P&gt;We can get perfectly to that page bypassing the ASA, but not through the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ISP is not much of a help down here &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:26:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416031#M729249</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-03-03T21:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416032#M729251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure you should use the current Policy as well the current service policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pixfirewall(config)#&lt;STRONG&gt;access-list http-list2 permit tcp any any&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;pixfirewall(config)#&lt;BR /&gt;pixfirewall#&lt;STRONG&gt;configure terminal&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config)# &lt;BR /&gt;pixfirewall(config)#&lt;STRONG&gt;class-map http-map1&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-cmap)#&lt;STRONG&gt;match any&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;pixfirewall(config-cmap)#&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config)#&lt;STRONG&gt;tcp-map mss-map&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-tcp-map)#&lt;STRONG&gt;exceed-mss allow&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-tcp-map)#&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config)#&lt;STRONG&gt;policy-map &lt;CURRENT name=""&gt;&lt;/CURRENT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;pixfirewall(config-pmap)#&lt;STRONG&gt;class http-map1&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-pmap-c)#&lt;STRONG&gt;set connection advanced-options mss-map&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-pmap-c)#&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;BR /&gt;pixfirewall(config-pmap)#&lt;STRONG&gt;exit&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The service policy is already applied so you do not have to apply it again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:29:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416032#M729251</guid>
      <dc:creator>Diego Armando Cambronero Arias</dc:creator>
      <dc:date>2010-03-03T21:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416033#M729257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where are you from federico?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the captures for asp that will be very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;of course try to get access to one of those dammed websites while doing the capture.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:35:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416033#M729257</guid>
      <dc:creator>Diego Armando Cambronero Arias</dc:creator>
      <dc:date>2010-03-03T21:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416034#M729263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, this is the pcap for the 11kicks.com site through the ASA after adjusting the mss.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I said, this site works perfectly without going through the ASA, but not through the ASA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C:\Users\fcoto&amp;gt;nslookup 11kicks.com&lt;BR /&gt;Server:&amp;nbsp; dc2000.ln.corp.nacion.com&lt;BR /&gt;Address:&amp;nbsp; 172.16.24.17&lt;/P&gt;&lt;P&gt;Non-authoritative answer:&lt;BR /&gt;Name:&amp;nbsp;&amp;nbsp;&amp;nbsp; 11kicks.com&lt;BR /&gt;Address:&amp;nbsp; 77.67.52.163&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:35:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416034#M729263</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-03-03T21:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416035#M729269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it the ASP Drop Capture?&lt;/P&gt;&lt;P&gt;send us the current config again please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:40:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416035#M729269</guid>
      <dc:creator>Diego Armando Cambronero Arias</dc:creator>
      <dc:date>2010-03-03T21:40:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416036#M729273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are u from Costa Rica. I'm From CR too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:42:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416036#M729273</guid>
      <dc:creator>Diego Armando Cambronero Arias</dc:creator>
      <dc:date>2010-03-03T21:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416037#M729278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thought you were from C.R... yes I'm from C.R!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the current config. And yes, those are the asp drop captures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:47:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416037#M729278</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-03-03T21:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416038#M729282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my msn is &lt;A href="mailto:diegocambronero@hotmail.com"&gt;diegocambronero@hotmail.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:51:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416038#M729282</guid>
      <dc:creator>Diego Armando Cambronero Arias</dc:creator>
      <dc:date>2010-03-03T21:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416039#M729283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll add you in a moment...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I sent you the current config and the ASP drops.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Mar 2010 21:54:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416039#M729283</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-03-03T21:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416040#M729285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not easy to see the results on the ''sh asp drop'' because there's too much traffic passing through the ASA and if I clear the asp drop table, and I attempt to connect to any of those websites, then I check the ''sh asp drop'' again, and all the counters incremented in some way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way to look at the asp drop behavior in a more specific way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 00:55:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416040#M729285</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-03-04T00:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416041#M729287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diego,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We've found out that the ASA is not the problem since we connected a computer to the external switch (where the outside IP of the ASA is connected), give it&amp;nbsp; a public IP of the same range and the problem persisted with the pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I said that bypassing the ASA we did not experience the problem, was because on the same location we had an ADSL connection (with a total different range of public IPs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we try getting to those pages from the same range of IPs of the ASA (even bypassing the ASA), the problem persisted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This tell us that the problem has to be with the public IPs definitely correct?&lt;/P&gt;&lt;P&gt;The ISP is no help at all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Federico.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 15:54:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416041#M729287</guid>
      <dc:creator>Federico Coto Fajardo</dc:creator>
      <dc:date>2010-03-08T15:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with HTTP/HTTPS sites through ASA</title>
      <link>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416042#M729290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Mar 2010 15:57:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problems-with-http-https-sites-through-asa/m-p/1416042#M729290</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2010-03-08T15:57:41Z</dc:date>
    </item>
  </channel>
</rss>

