cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
687
Views
0
Helpful
3
Replies

ACE https to https redirect.

Artem Volkov
Level 1
Level 1

Hi. 

Can't find any examples for my problem.  

I have https server with ip 10.191.62.140. And users go to http://10.191.62.140/

How can i make scenario:

  1) If users connect to https://VIP_add/testdir  , ACE will redirect them to https://someotherwebsite.com

  2) If just on https://VIP_add/  -> to normal LB farm with 10.191.62.140 server.

Help me pls.

 

 

 

3 Replies 3

Kanwaljeet Singh
Cisco Employee
Cisco Employee

Hi Artem,

Are you doing SSL offloading on ACE or simple TCP PORT based loadbalancing? If latter then this won't be possible unless you do SSL offloading on ACE.

Regards,

Kanwal

Note: Please mark answers if they are helpful.

Thank you for reply.

I use SSL termination on ACE for this serverfarm.

But I am not understand how can I decrypt incomming GET look into URL and redirect it and encrypt again.

What it must be? Site-to-Site SSL? Redirect or rewrite?

Can you show me some example, pls.

 

Regards,

Artem.

Hi Artem,

Rewrite would happen if you have to change the server response. But if you want to change the client request then redirect is what you need. I did this sometime back i.e https to https redirection. You need to apply SSL termination for redirect CLASS MAP under policy multi-match. Same exact configuration except you will redirect server and serverfarm instead of normal rserver and serverfarm. You need to bind SSL proxy to redirect class map under policy multi match and it should work fine.

Regards,

Kanwal

Note: Please mark answers if they are helpful.