<?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: CSC-SSM: HTTP scanning enabled and Citrix in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/csc-ssm-http-scanning-enabled-and-citrix/m-p/1355086#M784026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It has happened before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the traffic patterns CSC could drop packets. Check if you have any HTTP scanning logs on the CSC that give you more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is to put a deny for traffic that is destined to the Citrix server on the ACL that is used to match traffic that will be inspected by the CSC.&lt;/P&gt;&lt;P&gt;That way the CSC will not scann the traffic going to Citrix and it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Dec 2009 15:41:32 GMT</pubDate>
    <dc:creator>Panos Kampanakis</dc:creator>
    <dc:date>2009-12-23T15:41:32Z</dc:date>
    <item>
      <title>CSC-SSM: HTTP scanning enabled and Citrix</title>
      <link>https://community.cisco.com/t5/network-security/csc-ssm-http-scanning-enabled-and-citrix/m-p/1355085#M784012</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have the following architecture:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet ---&amp;gt; Firewall Juniper ---&amp;gt; DMZ ---&amp;gt; Firewall ASA ---&amp;gt; LAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In DMZ, Citrix Secure Gateway 3.01 and Citrix WebInterface 4.0 are installed on a Windows 2003 Server.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The Citrix Farm (XenApp 4.5) is in the LAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a problem when enabling an HTTP Scanning (default configuration) on CSC-SSM 20.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without HTTP Scanning, the users can authenticate and access the virtualized applications&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With HTTP Scanning enabled, the users can authenticate on the Citrix Secure Gateway but can't access the virtualized applications on Citrix XenApp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you already had such a problem ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herve&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 16:51:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csc-ssm-http-scanning-enabled-and-citrix/m-p/1355085#M784012</guid>
      <dc:creator>herve.leon</dc:creator>
      <dc:date>2019-03-11T16:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: CSC-SSM: HTTP scanning enabled and Citrix</title>
      <link>https://community.cisco.com/t5/network-security/csc-ssm-http-scanning-enabled-and-citrix/m-p/1355086#M784026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It has happened before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on the traffic patterns CSC could drop packets. Check if you have any HTTP scanning logs on the CSC that give you more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is to put a deny for traffic that is destined to the Citrix server on the ACL that is used to match traffic that will be inspected by the CSC.&lt;/P&gt;&lt;P&gt;That way the CSC will not scann the traffic going to Citrix and it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 15:41:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csc-ssm-http-scanning-enabled-and-citrix/m-p/1355086#M784026</guid>
      <dc:creator>Panos Kampanakis</dc:creator>
      <dc:date>2009-12-23T15:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: CSC-SSM: HTTP scanning enabled and Citrix</title>
      <link>https://community.cisco.com/t5/network-security/csc-ssm-http-scanning-enabled-and-citrix/m-p/1355087#M784053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can exclude the DMZ citrix talking to internal Websites from being scanned by the CSC that will allieviate the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this by adding a deny line above the permits in the acl that matches traffic to be scanned by the CSC module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list csc-acl extended deny ip host 192.168.1.10&amp;nbsp; host 10.10.10.10&lt;BR /&gt;access-list csc-acl extended permit tcp any any eq www &lt;BR /&gt;access-list csc-acl extended permit tcp any any eq smtp &lt;BR /&gt;access-list csc-acl extended permit tcp any any eq pop3 &lt;BR /&gt;access-list csc-acl extended permit tcp any any eq ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where 192.168.1.10 is the ip of the citrix server and 10.10.10.10 is the ip address of the inside webserver.&lt;/P&gt;&lt;P&gt;&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, 23 Dec 2009 16:18:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csc-ssm-http-scanning-enabled-and-citrix/m-p/1355087#M784053</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2009-12-23T16:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: CSC-SSM: HTTP scanning enabled and Citrix</title>
      <link>https://community.cisco.com/t5/network-security/csc-ssm-http-scanning-enabled-and-citrix/m-p/1355088#M784070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for all your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, this problem is documented in bug &lt;SPAN lang="FR"&gt;CSCsf05298&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="FR"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="FR"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Citrix not supported with CSC module &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="FR"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="FR"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Symptom:&lt;/STRONG&gt;&lt;BR /&gt;Citrix application is not fully compliant with the RFC because CSC inspection of the Citrix traffic is not supported.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="FR"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="FR"&gt;&lt;SPAN&gt;&lt;SPAN lang="FR"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There are no plans to fix the issue on the CSC module.&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;SPAN&gt;&lt;STRONG&gt;Workaround&lt;/STRONG&gt;: Bypass Citrix traffic over CSC by ASA MPF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Herve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2009 08:12:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/csc-ssm-http-scanning-enabled-and-citrix/m-p/1355088#M784070</guid>
      <dc:creator>herve.leon</dc:creator>
      <dc:date>2009-12-29T08:12:32Z</dc:date>
    </item>
  </channel>
</rss>

