cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
472
Views
0
Helpful
2
Replies

dql https help

mattstanyontall
Level 1
Level 1

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

2 Replies 2

jsirstin
Level 1
Level 1

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

OK, thanks for explaining this.

Makes sense, guess I'll have to do the redirect on the server.

Thanks again.

Review Cisco Networking for a $25 gift card