Forum Discussion

TomNSCPO8_12229's avatar
TomNSCPO8_12229
Icon for Nimbostratus rankNimbostratus
Aug 08, 2014

Peoplesoft HTTP(80) to HTTPS(8050) redirect

Hello All,

 

Wondering if someone could shed some light on an issue I am having redirecting to https port 8050. I am new to f5 so any direction would be great

 

I have a virtual server setup listening on an IP. I am trying to redirect to a VS on port 8050 that pulls up the full login URL. However, I keep getting random page cannot be displayed. Could someone check my code and make any adjustments you see wrong?

 

THANKS!

 

when HTTP_REQUEST { Redirect from / to actal URL. if { [HTTP::uri] equals "/"} { HTTP::redirect https://globalhrtst.global-legal.com/psp/HRTST/EMPLOYEE/HRMS/?cmd=login } else { HTTP::redirect "https://[HTTP::host]:8050[HTTP::uri]" } }

 

12 Replies