Currently, I am running a cisco 11501 (soft 7.40) with a SSL module configured for front and backend SSL. layer 5 filtering and OWA is working fine except when I try to use a URL link embedded in an email. The URL changes .. for example from (email url link) www.acme.com to https://www.acme.com/exchweb/bin/redir.asp?URL=http://www.acme.com/
which is being captured by the catch all content rule below.
How do you configure the content rules to handle redir.asp URL's.
My backend SSL catch all for the web site is
content SSL-EMPLOYEE-BACKEND-I
vip address 10.1.11.110
add service ssl-employee-backend
advanced-balance arrowpoint-cookie
protocol tcp
port 81
url "//www.acme.com/*"
active
My backend SSL content rule for exchange is
content SSL-EXCHANGE-BACKEND-I
vip address 10.1.11.110
add service ssl-exchange-backend
advanced-balance arrowpoint-cookie
protocol tcp
port 81
url "//www.acme.com/exch*"
active
Thanks is advance ......
Paul K.