Jetty - Virtualhosting - SSL Certificates
- by Walter White
Hi all,
I want to have different SSL certificates for different domains that I am hosting in a single Jetty instance.
I do not want to front my Jetty application server with Apache.
I am running Jetty 6.1.22. So far, I have only seen configurations with a single SSL certificate, and the configuration for SSL happens within server which leads me to believe that Jetty was designed to support a single SSL certificate.
Please let me know if I can use Jetty with more than 1 certificate.
I am considering migrating to JBoss Application Server 6.0 since it is closer to a real application server. Is this something that can be done there, and is it a supported feature?
Walter