<?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 and back-end configuration in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/ssl-and-back-end-configuration/m-p/236820#M3355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't worked with proxy on the CSS alot but we do have SSL running on our CS-100's and CS-150's. So the redirection to the url you are kind of on your own.  What we do for SSL clients and what I suggest is to make a slight change to your services portion of your config.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service webserver1&lt;/P&gt;&lt;P&gt;ip address 10.1.1.4&lt;/P&gt;&lt;P&gt;protocol tcp&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 webserver1-ssl&lt;/P&gt;&lt;P&gt;ip address 10.1.1.4&lt;/P&gt;&lt;P&gt;protocol tcp&lt;/P&gt;&lt;P&gt;port 443&lt;/P&gt;&lt;P&gt;active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can configure your content groups anyway you like.  I think your services section should work but I have always specified the port that each service is using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, and sorry I couldn't provide any more information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jul 2004 23:10:31 GMT</pubDate>
    <dc:creator>mrembetsy</dc:creator>
    <dc:date>2004-07-12T23:10:31Z</dc:date>
    <item>
      <title>SSL and back-end configuration</title>
      <link>https://community.cisco.com/t5/application-networking/ssl-and-back-end-configuration/m-p/236819#M3354</link>
      <description>&lt;P&gt;Hey guys. Can I solicit some help on SSL and a CSS 11500? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First question: Does SSL proxying require a module? Can I do back-end SSL without a module? If I can, what performance impact could I expect on an 11501 with two SSL content rules? Would I see the same performance hit on an 11503?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second question: Are there step-by-step (CSS for dummies) for how to set up SSL back-end services? Found some docs online about SSL, key generation, etc., but I'm afraid logic is missing from the directions. (i.e you could do this, but would you want to!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the scenario. I have a customer I promised URL direction for multiple sites. Seems he is using SSL though, so I need to learn how to do this and bring him up quickly. There is one service running on a server, listening on 443. This web app links to several other internal servers- all ssl. My goal is to have one VIP service all the links &amp;#150; so, I need to terminate the SSL, look at the header, then encrypt and send the traffic on. I don't have too much time to make this guy wait, so my question appears here now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service web-server1&lt;/P&gt;&lt;P&gt;ip 10.1.1.1&lt;/P&gt;&lt;P&gt;protocol tcp&lt;/P&gt;&lt;P&gt;act&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service web-server2&lt;/P&gt;&lt;P&gt;ip 10.1.1.2&lt;/P&gt;&lt;P&gt;protocol tcp&lt;/P&gt;&lt;P&gt;act&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service web-server&lt;/P&gt;&lt;P&gt;ip 10.1.1.3&lt;/P&gt;&lt;P&gt;protocol tcp&lt;/P&gt;&lt;P&gt;act&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service web-application&lt;/P&gt;&lt;P&gt;ip 10.1.1.4&lt;/P&gt;&lt;P&gt;protocol tcp&lt;/P&gt;&lt;P&gt;act&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;owner Web-guy&lt;/P&gt;&lt;P&gt;content Web-app&lt;/P&gt;&lt;P&gt;vip address 11.1.1.1&lt;/P&gt;&lt;P&gt;port 443&lt;/P&gt;&lt;P&gt;url &amp;#147;/websa/*&amp;#148;&lt;/P&gt;&lt;P&gt;add service web-application&lt;/P&gt;&lt;P&gt;act&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content Monitor-one&lt;/P&gt;&lt;P&gt;vip address 11.1.1.1&lt;/P&gt;&lt;P&gt;port 443&lt;/P&gt;&lt;P&gt;url &amp;#147;/serverone/*&amp;#148;&lt;/P&gt;&lt;P&gt;add service web-server1&lt;/P&gt;&lt;P&gt;act&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content Monitor-two&lt;/P&gt;&lt;P&gt;vip add 11.1.1.1&lt;/P&gt;&lt;P&gt;port 443&lt;/P&gt;&lt;P&gt;url &amp;#147;/servertwo/*&amp;#148;&lt;/P&gt;&lt;P&gt;add service web-server2&lt;/P&gt;&lt;P&gt;act&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;content Monitor-three&lt;/P&gt;&lt;P&gt;..you get the picture.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is all 'internal' traffic, so no official CA will be issuing a cert. Can I use RSA keys only? Is a cert necessary?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do the back-end communication on 443? Config examples always seem to change the port and I'd rather not use non-standard ports on the servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A cook-book config on this would be great &amp;#150; I'll even send a Pennsylvania brew if you want.  Again, I think this is a standard config &amp;#150; just haven't worked with SSL on the CSS's yet. I do have an SSL module I can install &amp;#150; just wondered if it was necessary for those CSS's that will only have one or two ssl sessions.&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;Chad Bowser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2004 22:23:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssl-and-back-end-configuration/m-p/236819#M3354</guid>
      <dc:creator>csbowser</dc:creator>
      <dc:date>2004-07-12T22:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: SSL and back-end configuration</title>
      <link>https://community.cisco.com/t5/application-networking/ssl-and-back-end-configuration/m-p/236820#M3355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't worked with proxy on the CSS alot but we do have SSL running on our CS-100's and CS-150's. So the redirection to the url you are kind of on your own.  What we do for SSL clients and what I suggest is to make a slight change to your services portion of your config.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we have&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service webserver1&lt;/P&gt;&lt;P&gt;ip address 10.1.1.4&lt;/P&gt;&lt;P&gt;protocol tcp&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 webserver1-ssl&lt;/P&gt;&lt;P&gt;ip address 10.1.1.4&lt;/P&gt;&lt;P&gt;protocol tcp&lt;/P&gt;&lt;P&gt;port 443&lt;/P&gt;&lt;P&gt;active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you can configure your content groups anyway you like.  I think your services section should work but I have always specified the port that each service is using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, and sorry I couldn't provide any more information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jul 2004 23:10:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssl-and-back-end-configuration/m-p/236820#M3355</guid>
      <dc:creator>mrembetsy</dc:creator>
      <dc:date>2004-07-12T23:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: SSL and back-end configuration</title>
      <link>https://community.cisco.com/t5/application-networking/ssl-and-back-end-configuration/m-p/236821#M3356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a link to a document I have written for CCO.  It explains backend SSL.  You do need a module in the CSS inorder to do SSL decryption/encryption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_example09186a0080220dab.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/contnetw/ps792/products_configuration_example09186a0080220dab.shtml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2004 01:22:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssl-and-back-end-configuration/m-p/236821#M3356</guid>
      <dc:creator>lynchp</dc:creator>
      <dc:date>2004-07-13T01:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: SSL and back-end configuration</title>
      <link>https://community.cisco.com/t5/application-networking/ssl-and-back-end-configuration/m-p/236822#M3357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well you learn something new everyday, thanks this was great.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2004 02:50:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssl-and-back-end-configuration/m-p/236822#M3357</guid>
      <dc:creator>mrembetsy</dc:creator>
      <dc:date>2004-07-13T02:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: SSL and back-end configuration</title>
      <link>https://community.cisco.com/t5/application-networking/ssl-and-back-end-configuration/m-p/236823#M3358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response. In your document's config examples, it looks like you change the back-end communication ports to 81 and 8003. Can the default 80 and 443 be used here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The rsacert certificate - is that the cert located on the end service (backend1, 2 and 3). Is the rsakey (privatekey) shared between the CSS and services? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry if these questions are too simple, but I didn't find a document that explains why certain steps are done, and what has to be done on the end web server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2004 15:47:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/ssl-and-back-end-configuration/m-p/236823#M3358</guid>
      <dc:creator>csbowser</dc:creator>
      <dc:date>2004-07-13T15:47:17Z</dc:date>
    </item>
  </channel>
</rss>

