cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
648
Views
0
Helpful
1
Replies

CSS with HTTP and SSL

Kevin_wilson
Level 1
Level 1

Have a CSS in a DMZ with 2 web servers loadbalanced.

4 services defined and 2 rules. 2 of the servers are for http and 2 for ssl.

Depending on the location of the user (external to the company or interal to the

company) and the URL depends if they get HTTPS or HTTP.

If an internal user hits HTTPS would it cause them to travers a rule twice and not keep a persistance session?

example of config:

service 10

ip address 10.150.1.10

keepalive port 80

keepalive type tcp

string chocolate_chip

active

service 10ssl

ip address 10.150.1.10

keepalive port 443

keepalive type tcp

active

service 11

ip address 10.150.1.11

keepalive port 80

keepalive type tcp

string oreo_cookies

active

service 11ssl

ip address 10.150.1.11

keepalive port 443

keepalive type tcp

active

owner Global-Workplace

content ProdWEB

vip address 10.10.10.165

protocol tcp

port 80

url "/*"

advanced-balance arrowpoint-cookie

add service 11 weight 7

add service 10 weight 3

active

content ProdWEB443

vip address 10.10.10.165

protocol tcp

port 443

url "/*"

advanced-balance ssl

application ssl

add service 10ssl weight 3

add service 11ssl weight 7

active

1 Reply 1

Kevin_wilson
Level 1
Level 1