Webserver with several virtual servers on same SSL listeners

Hi!

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...

[558 byte] By [CRabela] at [2007-11-27 6:26:29]
# 1
our latest release is web server 7 and if you have not given a shot yet, please give it a try. please look at the canonical server name property in <virtual-server> element http://docs.sun.com/app/docs/doc/819-2630/6n4thbidk?a=view#gaifl
chilidevelopera at 2007-7-12 17:47:22 > top of Java-index,Web & Directory Servers,Web Servers...
# 2

Uh, chilideveloper, there's nothing Web Server 7.0 can do to make what CRabel wants possible. It's a limitation of the SSL protocol. <canonical-server-name> is unrelated.

There are relevant extensions to the SSL protocol in the works (most notably TLS SNI), but they are not supported by most browsers.

elvinga at 2007-7-12 17:47:22 > top of Java-index,Web & Directory Servers,Web Servers...