09-21-2005 09:23 AM
Hi:
Does the CSM with a SCA have the capability to perform the following?
1. Inspect inbound TLS connection requests from a client.
2. Parse (regex/pattern match) XML headers conatined within the client packet.
3. upon finding a given string or pattern, serve-up a specific Self-Signed TLS Certificate and terminate the SSL (HTTPS) session with the requesting client.
4. next, based upon the TCP Port received from the client packet header, established/terminate a non-secure HTTP session to a specific backend Web App Server.
5. Proxy the HTTPS (FE) and the HTTP (BE) sessions -- for the the duration of the communications.
If so, can anyone recommend the Hardware configuration where the CSM and SCA are housed in a catalyst 6500 chasis; or posssible a newer/better options?
I look forward to your responses...
Regards,
OPWV Consulting
09-21-2005 11:30 PM
No device in the world can do what you're looking for in point #2 and #3.
The reason is that to see the XML data, you need to decrypt the traffic and to decryt the traffic you first need to terminate the SSL connection and to terminate the connection you need to know the certificate.
So, you can't use XML data to select the certificate.
This is no hardware/software limitation but just how SSL has been designed.
Point #4 is ok, you can use the tcp port to determine which server to use in the backend.
Regards,
Gilles.
09-22-2005 05:03 AM
yep -- exactly what I thought/knew -- it was a customer request ----
opwvconsulting
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide