12-10-2010 06:51 AM
Hi
I am trying to redirect the following:
https://test.testdomain.com -> https://sub.domain.com/folder
Here is what I have, but I just can't get it to work. Hopefully something silly I am missing!
service srv_REDIRECT
keepalive type none
type redirect
no prepend-http
ip address 1.1.1.1
domain "https://sub.domain.com/folder"
active
dql dql_REDIRECT_1
description "REDIRECTS"
domain test.testdomain.com
content con_REDIRECT
vip address 192.168.1.170
add service srv_REDIRECT
port 443
protocol tcp
url "/*" dql dql_REDIRECT_1
active
I don't seem to be able to use dqls when dealing with SSL. The SSL is terminated on the servers not on the CSS.
Any help greatly appreciated.
Kind regards
Matt
12-10-2010 07:30 AM
Matt,
Unfortunately if the CSS is not terminating the SSL traffic you cannot have it do the redirction. You can only have the CSS send the redirct if it does the SSL termination and can see the packet in clear text.
Regards
Jim
12-10-2010 07:45 AM
OK, thanks for explaining this.
Makes sense, guess I'll have to do the redirect on the server.
Thanks again.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide