Forum Discussion

Davean_Hosang_1's avatar
Davean_Hosang_1
Icon for Nimbostratus rankNimbostratus
Mar 28, 2007

HTTPS-to-HTTP redirect

Hello,

 

 

I have a SSL proxy setup for a site that I would like to redirect users from to an "http" site. When I create the redirect rule under the virtual server it does not redirect them. I get a page cannot be displayed error and I do not see the redirect with http watch. What am I doing wrong? is this possible?

 

 

Here are my settings:

 

 

rule Redirect-test {

 

redirect to "http://myapps.mydomain2.com/"

 

}

 

virtual 127.0.0.35:80 unit 1 {

 

use rule Redirect-test

 

}

 

proxy 12.1.2.3:443 unit 1 {

 

target virtual 127.0.0.35:80

 

clientssl enable

 

clientssl key myapp.mydomain1.com.key

 

clientssl cert myapp.mydomain1.com.crt