<?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: SSL full proxy configuration in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ssl-full-proxy-configuration/m-p/480644#M9064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1..yes&lt;/P&gt;&lt;P&gt;2.. HTTPS traffic will hit rule DRSERVERS-SSL-RULE which will forward the traffic to the ssl module.&lt;/P&gt;&lt;P&gt;It will be decrypted and forwarded back to ssl to ip 10.180.6.1 and port 80 [according to your cipher command in the ssl-proxy-list].&lt;/P&gt;&lt;P&gt;It will then hit rule DRSERVERS-HTTP-RULE  and traffic will be loadbalanced between services configured under that rule.&lt;/P&gt;&lt;P&gt;3.. sourcegroup are only required if you need to nat the client ip address.&lt;/P&gt;&lt;P&gt;So, if your servers do not forward the traffic back to the CSS, doing client nat is a way to force traffic to come back to the CSS.&lt;/P&gt;&lt;P&gt;4.1. you can reuse the same content rule ip address.&lt;/P&gt;&lt;P&gt;This address will be used to nat the client ip.&lt;/P&gt;&lt;P&gt;It can be whatever address as long as your network knows it belongs to the CSS.&lt;/P&gt;&lt;P&gt;4.2. you should add the normal service - not the ssl service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;P&gt;Thanks for rating this answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2005 06:51:51 GMT</pubDate>
    <dc:creator>Gilles Dufour</dc:creator>
    <dc:date>2005-10-07T06:51:51Z</dc:date>
    <item>
      <title>SSL full proxy configuration</title>
      <link>https://community.cisco.com/t5/application-networking/ssl-full-proxy-configuration/m-p/480643#M9063</link>
      <description>&lt;P&gt;I am currently trying to setup a CSS11503 to perform SSL full proxy and there are some logic that I cannot understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!*** SSL PROXY LIST*****&lt;/P&gt;&lt;P&gt;ssl-proxy-list SSL-LIST01 &lt;/P&gt;&lt;P&gt;  ssl-server 100 &lt;/P&gt;&lt;P&gt;  ssl-server 100 vip address 10.180.6.1 &lt;/P&gt;&lt;P&gt;  ssl-server 100 rsakey RSAKEYASSOCIATION1 &lt;/P&gt;&lt;P&gt;  ssl-server 100 rsacert CERTASSOCIATIO1 &lt;/P&gt;&lt;P&gt;  ssl-server 100 cipher rsa-with-rc4-128-sha 10.180.6.1 80 &lt;/P&gt;&lt;P&gt;  active &lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;P&gt;!**** SERVICE *******&lt;/P&gt;&lt;P&gt;service MYDEVSERVER01 &lt;/P&gt;&lt;P&gt;  ip address 10.180.7.35 &lt;/P&gt;&lt;P&gt;  active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service MYDRSERVER01 &lt;/P&gt;&lt;P&gt;  ip address 10.180.6.35 &lt;/P&gt;&lt;P&gt;  port 80 &lt;/P&gt;&lt;P&gt;  active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service MYDRSERVER02 &lt;/P&gt;&lt;P&gt;  ip address 10.180.6.37 &lt;/P&gt;&lt;P&gt;  port 80 &lt;/P&gt;&lt;P&gt;  active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service SSL-MODULE01 &lt;/P&gt;&lt;P&gt;  type ssl-accel &lt;/P&gt;&lt;P&gt;  keepalive type none &lt;/P&gt;&lt;P&gt;  slot 3 &lt;/P&gt;&lt;P&gt;  add ssl-proxy-list SSL-LIST01 &lt;/P&gt;&lt;P&gt;  active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!***** OWNER ********&lt;/P&gt;&lt;P&gt;owner OWNER &lt;/P&gt;&lt;P&gt;  Address Quiapo-Avenida&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  content DEVSERVERS &lt;/P&gt;&lt;P&gt;    vip address 10.180.6.3 &lt;/P&gt;&lt;P&gt;    balance weightedrr &lt;/P&gt;&lt;P&gt;    add service MYDEVSERVER01 &lt;/P&gt;&lt;P&gt;    protocol tcp &lt;/P&gt;&lt;P&gt;    active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  content DRSERVERS-HTTP-RULE &lt;/P&gt;&lt;P&gt;    vip address 10.180.6.1 &lt;/P&gt;&lt;P&gt;    protocol tcp &lt;/P&gt;&lt;P&gt;    port 80 &lt;/P&gt;&lt;P&gt;    balance aca &lt;/P&gt;&lt;P&gt;    add service MYDRSERVER02 &lt;/P&gt;&lt;P&gt;    add service MYDRSERVER01 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  content DRSERVERS-SSL-RULE &lt;/P&gt;&lt;P&gt;    vip address 10.180.6.1 &lt;/P&gt;&lt;P&gt;    balance aca &lt;/P&gt;&lt;P&gt;    application ssl &lt;/P&gt;&lt;P&gt;    protocol tcp &lt;/P&gt;&lt;P&gt;    port 443 &lt;/P&gt;&lt;P&gt;    add service SSL-MODULE01 &lt;/P&gt;&lt;P&gt;    active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;1. is the above config is enough to function as SSL Transparent Proxy?&lt;/P&gt;&lt;P&gt;2. which part of the configuration that tells the CSS to send the port80 traffic to the webserver?&lt;/P&gt;&lt;P&gt;3. to make the above config to function as full proxy, do I need to configure a source group?&lt;/P&gt;&lt;P&gt;4. On source group &lt;/P&gt;&lt;P&gt;4.1 What VIP address to use&lt;/P&gt;&lt;P&gt;4.2 Which service to add, is it the SSL service or the normal service for HTTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciate.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Benjamin&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2005 01:27:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssl-full-proxy-configuration/m-p/480643#M9063</guid>
      <dc:creator>benjamingarcia</dc:creator>
      <dc:date>2005-10-07T01:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: SSL full proxy configuration</title>
      <link>https://community.cisco.com/t5/application-networking/ssl-full-proxy-configuration/m-p/480644#M9064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1..yes&lt;/P&gt;&lt;P&gt;2.. HTTPS traffic will hit rule DRSERVERS-SSL-RULE which will forward the traffic to the ssl module.&lt;/P&gt;&lt;P&gt;It will be decrypted and forwarded back to ssl to ip 10.180.6.1 and port 80 [according to your cipher command in the ssl-proxy-list].&lt;/P&gt;&lt;P&gt;It will then hit rule DRSERVERS-HTTP-RULE  and traffic will be loadbalanced between services configured under that rule.&lt;/P&gt;&lt;P&gt;3.. sourcegroup are only required if you need to nat the client ip address.&lt;/P&gt;&lt;P&gt;So, if your servers do not forward the traffic back to the CSS, doing client nat is a way to force traffic to come back to the CSS.&lt;/P&gt;&lt;P&gt;4.1. you can reuse the same content rule ip address.&lt;/P&gt;&lt;P&gt;This address will be used to nat the client ip.&lt;/P&gt;&lt;P&gt;It can be whatever address as long as your network knows it belongs to the CSS.&lt;/P&gt;&lt;P&gt;4.2. you should add the normal service - not the ssl service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;P&gt;Thanks for rating this answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2005 06:51:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssl-full-proxy-configuration/m-p/480644#M9064</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2005-10-07T06:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: SSL full proxy configuration</title>
      <link>https://community.cisco.com/t5/application-networking/ssl-full-proxy-configuration/m-p/480645#M9065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Spot on Gilles.  It's the answer that I am actually looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks mate.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Oct 2005 22:09:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssl-full-proxy-configuration/m-p/480645#M9065</guid>
      <dc:creator>benjamingarcia</dc:creator>
      <dc:date>2005-10-09T22:09:20Z</dc:date>
    </item>
  </channel>
</rss>

