<?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: HOW TO Allow HTTPS through ASAv in Web Security</title>
    <link>https://community.cisco.com/t5/web-security/how-to-allow-https-through-asav/m-p/5110403#M11071</link>
    <description>&lt;P&gt;Everything is possible in the technology, but doing right thing is always best practice.&lt;/P&gt;
&lt;P&gt;But your Server in Inside, Generally we put services in DMZ for semi-trusted.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/DMZ_(computing)" target="_blank"&gt;https://en.wikipedia.org/wiki/DMZ_(computing)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 19 May 2024 18:59:34 GMT</pubDate>
    <dc:creator>balaji.bandi</dc:creator>
    <dc:date>2024-05-19T18:59:34Z</dc:date>
    <item>
      <title>HOW TO Allow HTTPS through ASAv</title>
      <link>https://community.cisco.com/t5/web-security/how-to-allow-https-through-asav/m-p/5110143#M11064</link>
      <description>&lt;P&gt;Hi, i have topology and i want connect to google.com via browser (Https) . Although i can ping ICMP to google.com but my browser (Win7 VMware virtural machine) can't access. please help me !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ThienareMargo_0-1716088210413.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/218654i3D9F5E404F29772C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ThienareMargo_0-1716088210413.png" alt="ThienareMargo_0-1716088210413.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ThienareMargo_0-1716088534760.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/218655iF9DA99DB0178E78A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ThienareMargo_0-1716088534760.png" alt="ThienareMargo_0-1716088534760.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ThienareMargo_1-1716088586768.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/218656iB75D78F236278DF8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ThienareMargo_1-1716088586768.png" alt="ThienareMargo_1-1716088586768.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ThienareMargo_2-1716088611284.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/218657i0176EBF438A6473D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ThienareMargo_2-1716088611284.png" alt="ThienareMargo_2-1716088611284.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ASA Version 9.9(2)&lt;BR /&gt;!&lt;BR /&gt;terminal width 511&lt;BR /&gt;hostname ASA1&lt;BR /&gt;domain-name thien.vn&lt;BR /&gt;enable password $sha512$5000$uDk98HhXLXO7G1C0xFYfjQ==$lZBdEx9gG70IhJ/aOWpBIw== pbkdf2&lt;BR /&gt;names&lt;/P&gt;&lt;P&gt;!&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/1&lt;BR /&gt;nameif DMZ&lt;BR /&gt;security-level 50&lt;BR /&gt;ip address 4.0.0.254 255.0.0.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/2&lt;BR /&gt;nameif inside&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 8.0.0.254 255.0.0.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/3&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 0&lt;BR /&gt;ip address 3.0.0.254 255.0.0.0&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/4&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/5&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/6&lt;BR /&gt;nameif inside1&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address dhcp&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;shutdown&lt;BR /&gt;no nameif&lt;BR /&gt;no security-level&lt;BR /&gt;no ip address&lt;BR /&gt;!&lt;BR /&gt;ftp mode passive&lt;BR /&gt;dns domain-lookup outside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;name-server 192.168.27.2&lt;BR /&gt;name-server 8.8.8.8&lt;BR /&gt;domain-name thien.vn&lt;BR /&gt;object network OUT_REAL&lt;BR /&gt;host 3.0.0.2&lt;BR /&gt;object network DMZ&lt;BR /&gt;host 4.0.0.10&lt;BR /&gt;object network INSIDE&lt;BR /&gt;host 8.0.0.10&lt;BR /&gt;object network DMZ_REAL&lt;BR /&gt;host 4.0.0.1&lt;BR /&gt;object network OUT&lt;BR /&gt;host 3.0.0.10&lt;BR /&gt;object network INSIDE_REAL&lt;BR /&gt;host 8.0.0.1&lt;BR /&gt;access-list PING extended permit ip any any&lt;BR /&gt;access-list PING extended permit icmp any any&lt;BR /&gt;access-list PING extended permit tcp any any&lt;BR /&gt;access-list dmz extended permit ip any any&lt;BR /&gt;access-list dmz extended permit icmp any any&lt;BR /&gt;access-list dmz extended permit tcp any any&lt;BR /&gt;pager lines 23&lt;BR /&gt;mtu DMZ 1500&lt;BR /&gt;mtu inside 1500&lt;BR /&gt;mtu outside 1500&lt;BR /&gt;mtu inside1 1500&lt;BR /&gt;no failover&lt;BR /&gt;no monitor-interface service-module&lt;BR /&gt;icmp unreachable rate-limit 1 burst-size 1&lt;BR /&gt;no asdm history enable&lt;BR /&gt;arp timeout 14400&lt;BR /&gt;no arp permit-nonconnected&lt;BR /&gt;arp rate-limit 8192&lt;BR /&gt;nat (outside,DMZ) source static OUT_REAL DMZ&lt;BR /&gt;nat (outside,inside) source static OUT_REAL INSIDE&lt;BR /&gt;nat (DMZ,outside) source static DMZ_REAL OUT&lt;BR /&gt;nat (inside,outside) source static INSIDE_REAL OUT&lt;BR /&gt;access-group dmz in interface DMZ&lt;BR /&gt;access-group PING in interface outside&lt;BR /&gt;route outside 0.0.0.0 0.0.0.0 3.0.0.2 1&lt;BR /&gt;timeout xlate 3:00:00&lt;BR /&gt;timeout pat-xlate 0:00:30&lt;BR /&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02&lt;BR /&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;BR /&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;BR /&gt;timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute&lt;BR /&gt;timeout tcp-proxy-reassembly 0:01:00&lt;BR /&gt;timeout floating-conn 0:00:00&lt;BR /&gt;timeout conn-holddown 0:00:15&lt;BR /&gt;timeout igp stale-route 0:01:10&lt;BR /&gt;user-identity default-domain LOCAL&lt;BR /&gt;aaa authentication ssh console LOCAL&lt;BR /&gt;aaa authentication login-history&lt;BR /&gt;http server enable&lt;BR /&gt;http 0.0.0.0 0.0.0.0 inside1&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;crypto ipsec security-association pmtu-aging infinite&lt;BR /&gt;crypto ca trustpoint _SmartCallHome_ServerCA&lt;BR /&gt;no validation-usage&lt;BR /&gt;crl configure&lt;BR /&gt;crypto ca trustpool policy&lt;BR /&gt;auto-import&lt;BR /&gt;telnet timeout 5&lt;BR /&gt;ssh stricthostkeycheck&lt;BR /&gt;ssh 0.0.0.0 0.0.0.0 inside1&lt;BR /&gt;ssh timeout 5&lt;BR /&gt;ssh version 2&lt;BR /&gt;ssh key-exchange group dh-group1-sha1&lt;BR /&gt;console timeout 0&lt;BR /&gt;console serial&lt;BR /&gt;threat-detection basic-threat&lt;BR /&gt;threat-detection statistics access-list&lt;BR /&gt;no threat-detection statistics tcp-intercept&lt;BR /&gt;dynamic-access-policy-record DfltAccessPolicy&lt;BR /&gt;username thien password $sha512$5000$jHVviBsVGJrW/16aaGLmjg==$91jqJnATDbeT3o1fDGefRA== pbkdf2 privilege 15&lt;BR /&gt;!&lt;BR /&gt;class-map inspection_default&lt;BR /&gt;match default-inspection-traffic&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns preset_dns_map&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect ip-options&lt;BR /&gt;inspect netbios&lt;BR /&gt;inspect rtsp&lt;BR /&gt;inspect sunrpc&lt;BR /&gt;inspect tftp&lt;BR /&gt;inspect xdmcp&lt;BR /&gt;inspect icmp&lt;BR /&gt;inspect icmp error&lt;BR /&gt;inspect dns preset_dns_map&lt;BR /&gt;inspect ftp&lt;BR /&gt;inspect h323 h225&lt;BR /&gt;inspect h323 ras&lt;BR /&gt;inspect rsh&lt;BR /&gt;inspect esmtp&lt;BR /&gt;inspect sqlnet&lt;BR /&gt;inspect sip&lt;BR /&gt;inspect skinny&lt;BR /&gt;policy-map type inspect dns migrated_dns_map_2&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;policy-map type inspect dns migrated_dns_map_1&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum client auto&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;no tcp-inspection&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;BR /&gt;prompt hostname context&lt;BR /&gt;no call-home reporting anonymous&lt;BR /&gt;call-home&lt;BR /&gt;profile CiscoTAC-1&lt;BR /&gt;no active&lt;BR /&gt;destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;destination address email callhome@cisco.com&lt;BR /&gt;destination transport-method http&lt;BR /&gt;subscribe-to-alert-group diagnostic&lt;BR /&gt;subscribe-to-alert-group environment&lt;BR /&gt;subscribe-to-alert-group inventory periodic monthly&lt;BR /&gt;subscribe-to-alert-group configuration periodic monthly&lt;BR /&gt;subscribe-to-alert-group telemetry periodic daily&lt;BR /&gt;profile License&lt;BR /&gt;destination address http &lt;A href="https://tools.cisco.com/its/service/oddce/services/DDCEService" target="_blank"&gt;https://tools.cisco.com/its/service/oddce/services/DDCEService&lt;/A&gt;&lt;BR /&gt;destination transport-method http&lt;BR /&gt;Cryptochecksum:61e1e0d10f4e47892b05dbcbb6c8b0b6&lt;BR /&gt;: end&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2024 03:28:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/how-to-allow-https-through-asav/m-p/5110143#M11064</guid>
      <dc:creator>Thien are Margo</dc:creator>
      <dc:date>2024-05-19T03:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO Allow HTTPS through ASAv</title>
      <link>https://community.cisco.com/t5/web-security/how-to-allow-https-through-asav/m-p/5110144#M11065</link>
      <description>&lt;P&gt;I am 4 year student, i am newbie&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2024 03:30:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/how-to-allow-https-through-asav/m-p/5110144#M11065</guid>
      <dc:creator>Thien are Margo</dc:creator>
      <dc:date>2024-05-19T03:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO Allow HTTPS through ASAv</title>
      <link>https://community.cisco.com/t5/web-security/how-to-allow-https-through-asav/m-p/5110210#M11066</link>
      <description>&lt;P&gt;First of all why you need PC to in DMZ ? any reason ? Always user PC should be inside ?&lt;/P&gt;
&lt;P&gt;Do you have any ACL in the DMZ Router mentioned in the diagram ?&lt;/P&gt;
&lt;P&gt;i do not see any ACL (high level in your config)&lt;/P&gt;
&lt;P&gt;check below configuration to help you :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/118996-config-asa-00.html#anc7" target="_blank"&gt;https://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/118996-config-asa-00.html#anc7&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2024 08:57:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/how-to-allow-https-through-asav/m-p/5110210#M11066</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2024-05-19T08:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO Allow HTTPS through ASAv</title>
      <link>https://community.cisco.com/t5/web-security/how-to-allow-https-through-asav/m-p/5110217#M11067</link>
      <description>&lt;P&gt;You need only dynamic NAT form DMZ to OUT&lt;/P&gt;
&lt;P&gt;Also you need in user to specify DNS server 8.8.8.8&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2024 09:10:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/how-to-allow-https-through-asav/m-p/5110217#M11067</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-05-19T09:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO Allow HTTPS through ASAv</title>
      <link>https://community.cisco.com/t5/web-security/how-to-allow-https-through-asav/m-p/5110278#M11068</link>
      <description>&lt;P&gt;Sorry Balaji.Bandi, i forget show all my topology&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ThienareMargo_0-1716122494830.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/218669iB35C6655BD12A140/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ThienareMargo_0-1716122494830.png" alt="ThienareMargo_0-1716122494830.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, you can see i want config PC in DMZ to server web local. it help client in LAN connect to DMZ website.&lt;/P&gt;&lt;P&gt;This topology&amp;nbsp;is a graduation project applying network automation to system monitoring (ASA). But i don't have any idea. I want monitor packet http via Asa from PC in CLIENT. Do you think it possible?&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2024 12:46:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/how-to-allow-https-through-asav/m-p/5110278#M11068</guid>
      <dc:creator>Thien are Margo</dc:creator>
      <dc:date>2024-05-19T12:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO Allow HTTPS through ASAv</title>
      <link>https://community.cisco.com/t5/web-security/how-to-allow-https-through-asav/m-p/5110284#M11070</link>
      <description>&lt;P&gt;I have static NAT from DMZ to OUT and opposite. I use Dns name-server 192.168.27.2 ( this is wins server of adapter net8 have NAT in VMware) and it pull off. Now i can access to internet. But i have some new question under post. I hope you could read it.&lt;/P&gt;&lt;P&gt;Thank MHM&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2024 12:57:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/how-to-allow-https-through-asav/m-p/5110284#M11070</guid>
      <dc:creator>Thien are Margo</dc:creator>
      <dc:date>2024-05-19T12:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO Allow HTTPS through ASAv</title>
      <link>https://community.cisco.com/t5/web-security/how-to-allow-https-through-asav/m-p/5110403#M11071</link>
      <description>&lt;P&gt;Everything is possible in the technology, but doing right thing is always best practice.&lt;/P&gt;
&lt;P&gt;But your Server in Inside, Generally we put services in DMZ for semi-trusted.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://en.wikipedia.org/wiki/DMZ_(computing)" target="_blank"&gt;https://en.wikipedia.org/wiki/DMZ_(computing)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2024 18:59:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/web-security/how-to-allow-https-through-asav/m-p/5110403#M11071</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2024-05-19T18:59:34Z</dc:date>
    </item>
  </channel>
</rss>

