Forum Discussion

mike_schweinber's avatar
mike_schweinber
Icon for Nimbostratus rankNimbostratus
Jul 22, 2006

Can I use an IRULE?

Hello,

 

 

Trying to load balance 3 web servers running Kronos Application. Need to use 443 for some security but application uses 80. Can I use an IRULE to manipulate this? With the setup now, they can go to the URL with HTTP or HTTPS. Only want HTPS.

 

 

User goes to https://time.abc.org/scf/login

 

 

Java client needs to be installed if not already. They sign in and do what they need to in the Application. Currently I have both ports 80 and 443 opened to make this work.

 

 

I did find this on the site for HTTP redirects:

 

 

when HTTP_REQUEST {

 

HTTP::redirect https://[getfield [HTTP::host] ":" 1][HTTP::uri]

 

}

 

 

 

Will this work? I really have no idea about Irules so I appologize for any stupidity! Thanks in advance!

15 Replies