Forum Discussion

Anil_Sharma's avatar
Anil_Sharma
Icon for Nimbostratus rankNimbostratus
Jun 28, 2007

irule (https to https)

I am looking for an irule which can redirect from https to https.

 

 

I have a scenario where I have to redirect the incoming request from https://wf.com to https://www.wf.com.

 

 

 

Thanks

 

 

- anil

1 Reply

  • The problem is that since you can't look into the headers to see what the URI is until you have already decrypted, and you can't decrypt until you do the SSL certificate exchange, you will always get a certificate warning if you try to do this, either on the first connection or the redirected one, because the cert "handshake" has to come first.

     

     

    This needs to be taken care of with a CNAME in DNS.

     

     

    Denny