Forum Discussion

Wade_Miller_113's avatar
Wade_Miller_113
Icon for Nimbostratus rankNimbostratus
Sep 06, 2007

more than one ssl cert per ip on std 443 port

Is it possible to use an irule to split https traffic to use different pools and certs based on the hostname as you would when virtual hosting multiple sites on the same ip address?

2 Replies

  • It's not possible to configure more than one cert per virtual server. This is due to the fact that you need to decrypt the HTTPS traffic to get the hostname from the client's request, to determine which cert to present. To decrypt the traffic you need to have already presented the correct cert.

     

     

    Check this post for more info: (Click here)

     

     

    If all of the hostnames are on the same domain, you could use a wildcard certificate though.

     

     

    Aaron