Jetty - Virtualhosting - SSL Certificates
        Posted  
        
            by Walter White
        on Server Fault
        
        See other posts from Server Fault
        
            or by Walter White
        
        
        
        Published on 2010-03-30T12:18:54Z
        Indexed on 
            2010/03/30
            12:23 UTC
        
        
        Read the original article
        Hit count: 715
        
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
© Server Fault or respective owner