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'...
richard_77048
Jun 07, 2011Nimbostratus
Jucao,
Have you tried something like this:
if {$uri matches_regex "^/help/services/" } {
use pool cjj
}
else {
use pool some_other_pool
}
Your virtual server can pass decrypted SSL traffic onto port 80 on your backend webservers. You should be able to do this without redirecting users to HTTP.
Richard
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