Forum Discussion
Robert_47833
Jun 07, 2011Altostratus
Do we have other way to forward https
Hi,need help
request: https://www.sr24stubtex.com/help/services/
want to forward to a pool cjj
becuase backend server only open http:80 as the service and the java code didn't accept two different domain
so it seems code below doesn't work.
if {$uri matches_regex "^/help/services/" }
{ HTTP::redirect "http://help.sr24.com[HTTP::uri]"
return
how can I achieve this, I want to change the port from 443 to 80 and forward to pool cjj
- hooleylistCirrostratusYou could also consider configuring a pool with the servers on port 80 and call that from the iRule when you disable serverside SSL.
- Robert_47833Altostratusok,hehe,thanks u
- Robert_47833Altostratushi,
- hooleylistCirrostratusIf you're calling SSL::disable in a clientside event like CLIENT_ACCEPTED or HTTP_REQUEST and you want to disable serverside SSL to use a non-SSL pool, you should use SSL::disable serverside.
- Colin_Walker_12Historic F5 AccountTo add to what Aaron's (correctly) saying, since the F5 device is a full proxy, the clientside / serverside commands are basically telling it which side of the proxy to act on (basically, there's more detail than that). That's how I tend to explain it to people at least.
- Robert_47833Altostratushi,thans so much.I didn't add serverside before,now it works fine
- Colin_Walker_12Historic F5 AccountIf you use SSL::disable in HTTP_REQUEST, which is a clientside event, it will indeed disable the clientSSL profile on the LTM, meaning the LTM will expect unencrypted traffic.
- Robert_47833Altostratusthansk very much for this ,I will close it
- Colin_Walker_12Historic F5 AccountCool, glad it helped.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects