Forum Discussion

Daniel_58687's avatar
Daniel_58687
Icon for Nimbostratus rankNimbostratus
Nov 27, 2007

Redirect to other ssl-certificate

Hello,

 

i have a problem with any websites

 

 

my problem:

 

i have one ip with 3 websites

 

this website used http

 

 

future, i will redirect every website to https and

 

redirect to a other ssl-certificate

 

 

to example.

 

request to: http://www.testing1.com routing to https://www.testing1.com with ssl-certificate www.testing1.com

 

and request: http://www.testing2.com routing to https://www.testing2.com with ssl-certificate www.testing2.com

 

and request: http://www.testing3.com routing to https://www.testing3.com with ssl-certificate www.testing3.com

 

 

i this possible

 

 

thanks for your help

 

1 Reply

  • Hi,

     

     

    If every session is started by first making a request to an HTTP VIP (and never directly to the HTTPS VIP), you could try a novel solution rapmaster_c suggested a while back (Click here).

     

     

    Else, another option might be to use SANs as described in this post (Click here).

     

     

    Lastly, you could break out each HTTPS VIP onto a separate IP address.

     

     

    Aaron