Forum Discussion

Jeremy_Dorrough's avatar
Jeremy_Dorrough
Icon for Nimbostratus rankNimbostratus
Feb 16, 2007

Change URI before cert check

I am trying to add an alias to an existing web site. The existing site is a HTTPS connection and the cert resides on BIGIP. I found that a simple redirect will not work due to a cert mismatch. Is there anyway I can acheive this???

 

 

 

https://www.somesite.com -->

 

|site|

 

https://www.aliastosite.com-->

2 Replies

  • There isn't a way to present two different certs on the same virtual server.

     

     

    Can you configure a second virtual server on another IP address with a client SSL profile which uses the www.aliastosite.com certificate? You could then do a redirect to https://www.somesite.com in a rule without getting a cert mismatch alert on the browser.

     

     

    Aaron