Forum Discussion

Brian_Kenworthy's avatar
Brian_Kenworthy
Icon for Nimbostratus rankNimbostratus
Apr 13, 2007

https to http pool rule, need help asap

Hi all, I have created an SSL proxy which forwards to virtual server which is pointing to a rule redirect the https request to certain pools but it is not working. Is it possible to forward the https request to an http pool?

 

 

Here is the rule:

 

 

if (http_uri matches_regex "/TestProxy*") {

 

use pool _HTTP

 

}

 

else if (http_uri matches_regex "/console*" or http_uri matches_regex "/testconsole*") {

 

use pool _AdminSrvr_HTTP

 

}

 

else {

 

use pool _HTTPS

 

}

 

 

The proxy is setup is this

 

proxy server - 10.xx.xx.xx:443

 

destination host 10.xx.xx.xx:443 (SSL/ServerSSL)

 

 

Thanks in advance for any help! I'm not sure what I am doing wrong.

 

 

Thanks,

 

Brian
No RepliesBe the first to reply