Webserver with several virtual servers on same SSL listeners
807567Jun 5 2007 — edited Jun 6 2007Hi!
I would like to create several https virtual servers with different hostnames on the same port.
Like this:
https://a.b.c/
https://x.y.z/
But, it is only possible to choose one certificate per SSL listener(at least I think so). So, the browser warns me for the second server that the certificate is not valid.
I do not want to create one virtual IPs and create one listener for each IP. I really would like to simply create a new virtual server, give it a hostname and a certificate.
Thx for any ideas...