<?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: Multiple certificates on the same shared SSL VIP possible us in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/multiple-certificates-on-the-same-shared-ssl-vip-possible-using/m-p/1637829#M33155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sadly you can't use L5/url rules to dictate which certificate is used so I had to just use a differnt port other than 443 for each additional ssl policy i wanted on the same vip.In my case i just used 444 and told the web dev team to link there since it was just a QA environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So just use the 'port 444' option within both the &lt;STRONG&gt;content &lt;/STRONG&gt;and &lt;STRONG&gt;ssl-proxy-list&lt;/STRONG&gt; config stanzas to link the VIP to the correct ssl cert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 May 2011 07:26:27 GMT</pubDate>
    <dc:creator>scottmcgillivray</dc:creator>
    <dc:date>2011-05-26T07:26:27Z</dc:date>
    <item>
      <title>Multiple certificates on the same shared SSL VIP possible using a CSS?</title>
      <link>https://community.cisco.com/t5/application-networking/multiple-certificates-on-the-same-shared-ssl-vip-possible-using/m-p/1637825#M33151</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know if it's possible to use the same VIP with different certificates on a CSS 11503? For example with the below config, contained in the same ssl-proxy-list, have one VIP assigned to multiple certificates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-proxy-list TESTPUB_SSL&lt;/P&gt;&lt;P&gt;&amp;nbsp; ssl-server 100 &lt;BR /&gt;&amp;nbsp; ssl-server 100 rsacert site1cert &lt;BR /&gt;&amp;nbsp; ssl-server 100 rsakey site1key &lt;BR /&gt;&amp;nbsp; ssl-server 100 cipher rsa-with-rc4-128-md5 10.20.30.40 80 weight 5 &lt;BR /&gt;&amp;nbsp; ssl-server 100 cipher rsa-with-rc4-128-sha 10.20.30.40 80 weight 4 &lt;BR /&gt;&amp;nbsp; ssl-server 100 vip address 10.20.30.40 &lt;BR /&gt;&amp;nbsp; ssl-server 200 &lt;BR /&gt;&amp;nbsp; ssl-server 200 rsacert site2cert &lt;BR /&gt;&amp;nbsp; ssl-server 200 rsakey site2key &lt;BR /&gt;&amp;nbsp; ssl-server 200 cipher rsa-with-rc4-128-md5 10.20.30.40 80 weight 5 &lt;BR /&gt;&amp;nbsp; ssl-server 200 cipher rsa-with-rc4-128-sha 10.20.30.40 80 weight 4 &lt;BR /&gt;&amp;nbsp; ssl-server 200 vip address 10.20.30.40 &lt;BR /&gt;&amp;nbsp; active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found several discussions on this topic and the conclusion was that it's not possible but these examples were all using multiple ssl-proxy-lists.I'm thinking that if it's in the same proxy-list that it might?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a small development/testing setup which I'd like to use one public IP as a front to all the backend servers but two of the backend servers use different SSL cert's. I am planning to use L5 rules to send traffic to the relevant servers/services depending on URL but want to perform SSL offload on the CSS hence why i want multiple certs working off one shared VIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully that makes sense. Thanks for reading and any advice.&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Sun, 27 Feb 2011 15:54:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/multiple-certificates-on-the-same-shared-ssl-vip-possible-using/m-p/1637825#M33151</guid>
      <dc:creator>scottmcgillivray</dc:creator>
      <dc:date>2011-02-27T15:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple certificates on the same shared SSL VIP possible us</title>
      <link>https://community.cisco.com/t5/application-networking/multiple-certificates-on-the-same-shared-ssl-vip-possible-using/m-p/1637826#M33152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you know which certificate to use ???&lt;/P&gt;&lt;P&gt;The reason it's not possible is because the SSL protocol does not allow us to do it.&lt;/P&gt;&lt;P&gt;To see the HTTP request and the url you need to decrypt the traffic.&lt;/P&gt;&lt;P&gt;And to decrypt the traffic you need to know which certificate to use.&lt;/P&gt;&lt;P&gt;Therefore, you have to use the ip address or the tcp port to distinguish the connections and select the appropriate certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 16:02:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/multiple-certificates-on-the-same-shared-ssl-vip-possible-using/m-p/1637826#M33152</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2011-02-28T16:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple certificates on the same shared SSL VIP possible us</title>
      <link>https://community.cisco.com/t5/application-networking/multiple-certificates-on-the-same-shared-ssl-vip-possible-using/m-p/1637827#M33153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok many thanks, i'll add a 'port 444' clause to one of the ssl-proxy entries to differentiate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 17:33:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/multiple-certificates-on-the-same-shared-ssl-vip-possible-using/m-p/1637827#M33153</guid>
      <dc:creator>scottmcgillivray</dc:creator>
      <dc:date>2011-02-28T17:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple certificates on the same shared SSL VIP possible us</title>
      <link>https://community.cisco.com/t5/application-networking/multiple-certificates-on-the-same-shared-ssl-vip-possible-using/m-p/1637828#M33154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi scott,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Has it worked for you ?&lt;/P&gt;&lt;P&gt;I have same scenario. can you please confirm ?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ahmed...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 06:39:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/multiple-certificates-on-the-same-shared-ssl-vip-possible-using/m-p/1637828#M33154</guid>
      <dc:creator>ahmed.gadi</dc:creator>
      <dc:date>2011-05-26T06:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple certificates on the same shared SSL VIP possible us</title>
      <link>https://community.cisco.com/t5/application-networking/multiple-certificates-on-the-same-shared-ssl-vip-possible-using/m-p/1637829#M33155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sadly you can't use L5/url rules to dictate which certificate is used so I had to just use a differnt port other than 443 for each additional ssl policy i wanted on the same vip.In my case i just used 444 and told the web dev team to link there since it was just a QA environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So just use the 'port 444' option within both the &lt;STRONG&gt;content &lt;/STRONG&gt;and &lt;STRONG&gt;ssl-proxy-list&lt;/STRONG&gt; config stanzas to link the VIP to the correct ssl cert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 07:26:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/multiple-certificates-on-the-same-shared-ssl-vip-possible-using/m-p/1637829#M33155</guid>
      <dc:creator>scottmcgillivray</dc:creator>
      <dc:date>2011-05-26T07:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple certificates on the same shared SSL VIP possible us</title>
      <link>https://community.cisco.com/t5/application-networking/multiple-certificates-on-the-same-shared-ssl-vip-possible-using/m-p/1637830#M33156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks scott,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am with customer now and genearted 2 CSRs and send them to verisign.&lt;/P&gt;&lt;P&gt;I will do as you explain and will update you.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ahmed...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2011 09:26:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/multiple-certificates-on-the-same-shared-ssl-vip-possible-using/m-p/1637830#M33156</guid>
      <dc:creator>ahmed.gadi</dc:creator>
      <dc:date>2011-05-26T09:26:24Z</dc:date>
    </item>
  </channel>
</rss>

