3 Replies Latest reply on Jun 7, 2012 7:46 AM by ctomc

    Multiple SSL Certificates in a single Jboss Server

    nibuneganesh

      Hi Guys,

       

      I want to install multiple SSL certificates to a single jboss server so that Jboss server can listen to multiple ssl hostnames.

      Is it possible on a single HTTPS port.

      ex :-

                         URL                                             App server

           https://www.hostname1.com                   appserverIP:8443  (192.168.2.2:8443)

           https://www.hostname2.com                   appserverIP:8443  (192.168.2.2:8443)

       

      Using apache webserver is an alternative. Actually I don't want to use apache webserver infront of my app server.

       

      Could you please help me on this