<?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 Router Firewall HTTPS Question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/router-firewall-https-question/m-p/1722445#M560838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the access outbound or inbound? If Inbound, the Address for nat being used is the one from the router or another one? If using the one on the router, is the ip http server command configured? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2011 16:48:38 GMT</pubDate>
    <dc:creator>Maykol Rojas</dc:creator>
    <dc:date>2011-06-14T16:48:38Z</dc:date>
    <item>
      <title>Router Firewall HTTPS Question</title>
      <link>https://community.cisco.com/t5/network-security/router-firewall-https-question/m-p/1722443#M560832</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;I have set up an access-list fot CBAC and everytime they go to a HTTPS site it does not allow them. How can I write an access list that will allow this? Below is what I currently have -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 remark Firewall Access List&lt;/P&gt;&lt;P&gt;access-list 100 deny tcp any any&lt;/P&gt;&lt;P&gt;access-list 100 deny udp any any&lt;/P&gt;&lt;P&gt;access-list 100 deny ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ip inspect name Firewal tcp&lt;/P&gt;&lt;P&gt;ip inspect name Firewal udp&lt;/P&gt;&lt;P&gt;ip inspect name Firewal http&lt;/P&gt;&lt;P&gt;ip inspect name Firewal ftp&lt;/P&gt;&lt;P&gt;ip inspect name Firewal icmp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:44:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/router-firewall-https-question/m-p/1722443#M560832</guid>
      <dc:creator>peter.williams</dc:creator>
      <dc:date>2019-03-11T20:44:58Z</dc:date>
    </item>
    <item>
      <title>Router Firewall HTTPS Question</title>
      <link>https://community.cisco.com/t5/network-security/router-firewall-https-question/m-p/1722444#M560835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should permit TCP port 443 because HTTPS uses this port&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list 100 remark Firewall Access List&lt;/P&gt;&lt;P&gt;access-list 100 permit tcp any any eq 443&lt;/P&gt;&lt;P&gt;access-list 100 deny tcp any any&lt;/P&gt;&lt;P&gt;access-list 100 deny udp any any&lt;/P&gt;&lt;P&gt;access-list 100 deny ip any any&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 16:47:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/router-firewall-https-question/m-p/1722444#M560835</guid>
      <dc:creator>fgasimzade</dc:creator>
      <dc:date>2011-06-14T16:47:38Z</dc:date>
    </item>
    <item>
      <title>Router Firewall HTTPS Question</title>
      <link>https://community.cisco.com/t5/network-security/router-firewall-https-question/m-p/1722445#M560838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the access outbound or inbound? If Inbound, the Address for nat being used is the one from the router or another one? If using the one on the router, is the ip http server command configured? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 16:48:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/router-firewall-https-question/m-p/1722445#M560838</guid>
      <dc:creator>Maykol Rojas</dc:creator>
      <dc:date>2011-06-14T16:48:38Z</dc:date>
    </item>
    <item>
      <title>Router Firewall HTTPS Question</title>
      <link>https://community.cisco.com/t5/network-security/router-firewall-https-question/m-p/1722446#M560842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply, hopefully below will answer your question.&amp;nbsp; It is all for the same router.&amp;nbsp; I have no ip http server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int fa0/0&lt;/P&gt;&lt;P&gt;ip access-group 100 in&lt;/P&gt;&lt;P&gt; ip nat outside&lt;/P&gt;&lt;P&gt; ip inspect Firewal out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 16:59:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/router-firewall-https-question/m-p/1722446#M560842</guid>
      <dc:creator>peter.williams</dc:creator>
      <dc:date>2011-06-14T16:59:26Z</dc:date>
    </item>
    <item>
      <title>Router Firewall HTTPS Question</title>
      <link>https://community.cisco.com/t5/network-security/router-firewall-https-question/m-p/1722447#M560843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you for your reply, I will try that tonight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 17:00:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/router-firewall-https-question/m-p/1722447#M560843</guid>
      <dc:creator>peter.williams</dc:creator>
      <dc:date>2011-06-14T17:00:00Z</dc:date>
    </item>
  </channel>
</rss>

