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