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

ACE SSL CONFIG - URL Matching issues

dclee
Level 1
Level 1

I have most of my ssl inbound connections working except for 1 backend server that refuses to co-operate and I

think the issue is my class map match all statement.

The ssl flow works fine thru our old CSS with this config

                  

content decrypt_MFT_SSL1

vip address 204.x.x.x

add service TEST_MFT_HTTP1

protocol tcp

port 8080

url "//english.test.ca/*"       

here is the ACE version

class-map type http loadbalance match-all PROD1-english.test.ca
  2 match http url /.*
  3 match http header Host header-value "english[.]test[.]ca"

Essentially I need to configure the URL match statement to ignore anything after the /

Any help would be aprpeciated.

Cheers


Dave

1 Reply 1

dclee
Level 1
Level 1

Still working this one. I removed the https and replaced it with HTTP and it works all the way thru.

What I did notice is that when it does work the full URL is https://invc.test.ca/EFTClient/Account/Login.htm

So how do I config the URL statement to ignore everything after the https://invc.test.ca/ ?

Cheers


Dave