cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
459
Views
0
Helpful
5
Replies

CSS SSL

rmoore0917
Level 1
Level 1

I have a CSS11501 and the decision has been made to load the certificates on the servers instead of using the load balancer ssl module. Is this possible? The ssl termination point will be the servers instead of the css. I don't feel that this is the best way to go, but mgmt does. Can someone please point me in the right direction.

Thanks!

5 Replies 5

jason.espino
Level 1
Level 1

Its definitly possible to move the cert/keys from the CSS to the servers and allow them to handle the encryption and decryption of SSL traffic.

Just know that doing so will result in a lose of being able to perform any layer 7 load balancing or persistance.

Also, doing so will result in the servers processing the SSL traffic rather then offload that work to the CSS.

Hope this info helps.

- Jason

As Jason mentioned you do lose some things by doing end-to-end SSL. But the changes on the CSS are actually pretty easy. You will need to create services for each of your backend servers for port 443. Then just modify your content rules accordingly. Remove the service that sends to the SSL module and replace with the appropriate HTTPS service that you created.

Jeramy,

Thanks for the post, would you mind reviewing the attachment that i created just to make sure I'm following what you stated?

Thanks!

That will work. Just remember that the default behavior will be round robin load balancing with no stickiness.

As Jeramy mentioned the configuration you have provided will work. However, the services do not require the "port 443" NAT rule to be hardset(services will inherit the port defined within the content rule), the keep-alive check for the services you created are using the default ICMP check, and what would be the reason for the group rule? Do you wish to perform internal load balancing with this rule?

The group rule will SNAT all client requests to appear as the 192.168.20.4 VIP address. Even though the CSS does not support the X-Forwarded-For HTTP option you can accomplish the same thing and be able to hit your VIP internally while preserving the client IP addresses by using ACLs on the CSS.

- Jason

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: