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

Url modification or rewrite

vironet
Level 1
Level 1

Hello.

I  have a CSM version 4.1(2) and i want to make a url modification, when the client access the following url https://FQDN/jmx-console/ instead of display it, i want that the url be https://FQDN/WebGUI/login.do, this is the config that i have now:

serverfarm HTTPSFARM

  nat server

  no nat client

  real 192.168.223.136

   inservice

  real 192.168.223.137

   inservice

vserver HTTPSVIP

  virtual 192.168.223.135 tcp https

  serverfarm HTTPSFARM

  persistent rebalance

  inservice

thanks

3 Replies 3

pablo.nxh
Level 3
Level 3

Hello Victor,

A HTTPS-to-HTTPS redirection like this will require you to do the SSL offloading on the load balancer, in your case you have a CSM so you also need a SSL module that can take care of the traffic decryption.

If you don't have a SSLM then your option would be to configure a HTTP redirect on the server itself.

HTH

__ __

Pablo

Hello Pablo.

Thanks for your answer, the ssl is ended in the servers, so theres no way to do that? unless i terminate the ssl in the CSM?

Regards

Hello Victor,

That's right, when balancing HTTPS the load balancer is able to check the packets up to layer 4; all the information contained in the HTTP header such as URL is encrypted.

When you happen to have a SSLM the CSM will accept the traffic on HTTPS, send it to the SSLM for decryption once decrypted it will return to the CSM to take a peek to layer 5 and from there do either the HTTP redirection or forward for load balancing.

In your case since the servers are taking care of the decryption of the traffic you can have them configured to the HTTP redirection to the new domain.

HTH

__ __

Pablo

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: