<?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 Saving Public IP Address - CSS in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/saving-public-ip-address-css/m-p/1033162#M20529</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm leading with a problem relating the nÂº of public services my client is offering.&lt;/P&gt;&lt;P&gt;Before me, they was applying one public ip address for each web-server, and therefor "nating" for the CSS Vip Address.&lt;/P&gt;&lt;P&gt;This was turned around by in the http mode, but when they need ssl termination on CSS, i still have this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configurtion for the HTTP mode is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tst.example.com and dsv.example.com = 10.1.1.139&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******** OWNER  EXAMPLE ********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  content HTTP-tst.example.com&lt;/P&gt;&lt;P&gt;    redundancy-l4-stateless&lt;/P&gt;&lt;P&gt;    advanced-balance arrowpoint-cookie&lt;/P&gt;&lt;P&gt;    arrowpoint-cookie browser-expire&lt;/P&gt;&lt;P&gt;    balance weightedrr&lt;/P&gt;&lt;P&gt;    vip address 10.1.1.139&lt;/P&gt;&lt;P&gt;    protocol tcp&lt;/P&gt;&lt;P&gt;    port 80&lt;/P&gt;&lt;P&gt;    url "//tst.example.com/*"&lt;/P&gt;&lt;P&gt;    add service server1-8888&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;  content HTTP-dsv.example.com&lt;/P&gt;&lt;P&gt;    redundancy-l4-stateless&lt;/P&gt;&lt;P&gt;    advanced-balance arrowpoint-cookie&lt;/P&gt;&lt;P&gt;    arrowpoint-cookie browser-expire&lt;/P&gt;&lt;P&gt;    balance weightedrr&lt;/P&gt;&lt;P&gt;    vip address 10.1.1.139&lt;/P&gt;&lt;P&gt;    protocol tcp&lt;/P&gt;&lt;P&gt;    port 80&lt;/P&gt;&lt;P&gt;    url "//dsv.example.com/*"&lt;/P&gt;&lt;P&gt;    add service server1-7777&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******** SERVICES ********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service server1-7777&lt;/P&gt;&lt;P&gt;  ip address a.b.c.d&lt;/P&gt;&lt;P&gt;  port 7777&lt;/P&gt;&lt;P&gt;  keepalive type http&lt;/P&gt;&lt;P&gt;  keepalive uri "/"&lt;/P&gt;&lt;P&gt;  keepalive port 7777&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;service server1-8888&lt;/P&gt;&lt;P&gt;  ip address a.b.c.d&lt;/P&gt;&lt;P&gt;  port 8888&lt;/P&gt;&lt;P&gt;  keepalive type http&lt;/P&gt;&lt;P&gt;  keepalive uri "/"&lt;/P&gt;&lt;P&gt;  keepalive port 8888&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;************* SSL ****************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content SSL-*.example.comp&lt;/P&gt;&lt;P&gt;	add service MODSSL&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;	url "/*"&lt;/P&gt;&lt;P&gt;	redundancy-l4-stateless&lt;/P&gt;&lt;P&gt;	vip address 10.1.1.139&lt;/P&gt;&lt;P&gt;	advanced-balance ssl&lt;/P&gt;&lt;P&gt;	active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service MODSSL&lt;/P&gt;&lt;P&gt;	slot 2&lt;/P&gt;&lt;P&gt;	type ssl-accel&lt;/P&gt;&lt;P&gt;	keepalive type none&lt;/P&gt;&lt;P&gt;	add ssl-proxy-list ssl1&lt;/P&gt;&lt;P&gt;	active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssl-server 110&lt;/P&gt;&lt;P&gt;ssl-server 110 vip address 10.1.1.139&lt;/P&gt;&lt;P&gt;ssl-server 110 rsacert tstcert&lt;/P&gt;&lt;P&gt;ssl-server 110 rsakey tstkey&lt;/P&gt;&lt;P&gt;ssl-server 110 cipher rsa-export-with-rc4-40-md5 10.1.1.139 80&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;This works fine for HTTP, but when i tried to put HTTPs, i putted 1 content to match the VIP Address and the 443 PORT, to one proxy server only, cause i dont found a way of filtering a "url" for the same VIP Address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that, when a client is hitting the dsv.example.com, the certificate is saying, tst.example.com or vice-versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to solve this issue ?&lt;/P&gt;&lt;P&gt;For sure i'm not seeing some basic thing, cause i think this could be easily done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;PetrÃ³nio&lt;/P&gt;</description>
    <pubDate>Wed, 08 Oct 2008 12:55:11 GMT</pubDate>
    <dc:creator>b.petronio</dc:creator>
    <dc:date>2008-10-08T12:55:11Z</dc:date>
    <item>
      <title>Saving Public IP Address - CSS</title>
      <link>https://community.cisco.com/t5/application-networking/saving-public-ip-address-css/m-p/1033162#M20529</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm leading with a problem relating the nÂº of public services my client is offering.&lt;/P&gt;&lt;P&gt;Before me, they was applying one public ip address for each web-server, and therefor "nating" for the CSS Vip Address.&lt;/P&gt;&lt;P&gt;This was turned around by in the http mode, but when they need ssl termination on CSS, i still have this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The configurtion for the HTTP mode is like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tst.example.com and dsv.example.com = 10.1.1.139&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******** OWNER  EXAMPLE ********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  content HTTP-tst.example.com&lt;/P&gt;&lt;P&gt;    redundancy-l4-stateless&lt;/P&gt;&lt;P&gt;    advanced-balance arrowpoint-cookie&lt;/P&gt;&lt;P&gt;    arrowpoint-cookie browser-expire&lt;/P&gt;&lt;P&gt;    balance weightedrr&lt;/P&gt;&lt;P&gt;    vip address 10.1.1.139&lt;/P&gt;&lt;P&gt;    protocol tcp&lt;/P&gt;&lt;P&gt;    port 80&lt;/P&gt;&lt;P&gt;    url "//tst.example.com/*"&lt;/P&gt;&lt;P&gt;    add service server1-8888&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;  content HTTP-dsv.example.com&lt;/P&gt;&lt;P&gt;    redundancy-l4-stateless&lt;/P&gt;&lt;P&gt;    advanced-balance arrowpoint-cookie&lt;/P&gt;&lt;P&gt;    arrowpoint-cookie browser-expire&lt;/P&gt;&lt;P&gt;    balance weightedrr&lt;/P&gt;&lt;P&gt;    vip address 10.1.1.139&lt;/P&gt;&lt;P&gt;    protocol tcp&lt;/P&gt;&lt;P&gt;    port 80&lt;/P&gt;&lt;P&gt;    url "//dsv.example.com/*"&lt;/P&gt;&lt;P&gt;    add service server1-7777&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******** SERVICES ********&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service server1-7777&lt;/P&gt;&lt;P&gt;  ip address a.b.c.d&lt;/P&gt;&lt;P&gt;  port 7777&lt;/P&gt;&lt;P&gt;  keepalive type http&lt;/P&gt;&lt;P&gt;  keepalive uri "/"&lt;/P&gt;&lt;P&gt;  keepalive port 7777&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;service server1-8888&lt;/P&gt;&lt;P&gt;  ip address a.b.c.d&lt;/P&gt;&lt;P&gt;  port 8888&lt;/P&gt;&lt;P&gt;  keepalive type http&lt;/P&gt;&lt;P&gt;  keepalive uri "/"&lt;/P&gt;&lt;P&gt;  keepalive port 8888&lt;/P&gt;&lt;P&gt;  active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;************* SSL ****************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content SSL-*.example.comp&lt;/P&gt;&lt;P&gt;	add service MODSSL&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;	url "/*"&lt;/P&gt;&lt;P&gt;	redundancy-l4-stateless&lt;/P&gt;&lt;P&gt;	vip address 10.1.1.139&lt;/P&gt;&lt;P&gt;	advanced-balance ssl&lt;/P&gt;&lt;P&gt;	active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service MODSSL&lt;/P&gt;&lt;P&gt;	slot 2&lt;/P&gt;&lt;P&gt;	type ssl-accel&lt;/P&gt;&lt;P&gt;	keepalive type none&lt;/P&gt;&lt;P&gt;	add ssl-proxy-list ssl1&lt;/P&gt;&lt;P&gt;	active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ssl-server 110&lt;/P&gt;&lt;P&gt;ssl-server 110 vip address 10.1.1.139&lt;/P&gt;&lt;P&gt;ssl-server 110 rsacert tstcert&lt;/P&gt;&lt;P&gt;ssl-server 110 rsakey tstkey&lt;/P&gt;&lt;P&gt;ssl-server 110 cipher rsa-export-with-rc4-40-md5 10.1.1.139 80&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;This works fine for HTTP, but when i tried to put HTTPs, i putted 1 content to match the VIP Address and the 443 PORT, to one proxy server only, cause i dont found a way of filtering a "url" for the same VIP Address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that, when a client is hitting the dsv.example.com, the certificate is saying, tst.example.com or vice-versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to solve this issue ?&lt;/P&gt;&lt;P&gt;For sure i'm not seeing some basic thing, cause i think this could be easily done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;PetrÃ³nio&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2008 12:55:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/saving-public-ip-address-css/m-p/1033162#M20529</guid>
      <dc:creator>b.petronio</dc:creator>
      <dc:date>2008-10-08T12:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Saving Public IP Address - CSS</title>
      <link>https://community.cisco.com/t5/application-networking/saving-public-ip-address-css/m-p/1033163#M20530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no way to solve this issue because https was designed to guarantee that your site is not hacked...therefore a certificate is linked to a domain name which is linked to a single ip address.&lt;/P&gt;&lt;P&gt;So, you will need to use 1 ip for each website that requires SSL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another solution is to request a special certificate which is for *.example.com.&lt;/P&gt;&lt;P&gt;This certificate is valid for all websites under your domain example.com&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 15:04:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/saving-public-ip-address-css/m-p/1033163#M20530</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-10-08T15:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Saving Public IP Address - CSS</title>
      <link>https://community.cisco.com/t5/application-networking/saving-public-ip-address-css/m-p/1033164#M20531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once again, thank you for your explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The special certificate you mentioned, i call it a domain certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any different procedure when i create it, beside the common name ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** Is this correct ? ***&lt;/P&gt;&lt;P&gt;Common Name (your domain name) [www.acompanyname.com]*.example.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or should i write ".example.com", only ?&lt;/P&gt;&lt;P&gt;*** - ***&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;PetrÃ³nio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 10:30:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/saving-public-ip-address-css/m-p/1033164#M20531</guid>
      <dc:creator>b.petronio</dc:creator>
      <dc:date>2008-10-09T10:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Saving Public IP Address - CSS</title>
      <link>https://community.cisco.com/t5/application-networking/saving-public-ip-address-css/m-p/1033165#M20532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The exact name is a Wildcard Certificate.&lt;/P&gt;&lt;P&gt;So, I believe it should be *.yourdomain.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.rapidssl.com/ssl-certificate-products/rapidssl/usd/wildcard-ssl-certificate.htm" target="_blank"&gt;http://www.rapidssl.com/ssl-certificate-products/rapidssl/usd/wildcard-ssl-certificate.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2008 11:43:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/saving-public-ip-address-css/m-p/1033165#M20532</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2008-10-09T11:43:04Z</dc:date>
    </item>
  </channel>
</rss>

