0 Replies Latest reply on Dec 3, 2009 3:44 AM by ernestojpg

    Using different SSL Connectors

      Hi all,

      I've configured two different SSL Connectors on the same JBoss instance, one of them without client authentication (port 443), and the other with client authentication (mutual certificate exchange, on port 4433).

      On the other hand, I have two different Web Applications (two .WAR files) installed on that JBoss instance. I've configured each web.xml file with the CONFIDENTIAL flag, that indicates that a SSL connector is required (on both applications).

      The problem is, how could I specify that one applications must work only on port 443 (without client authentication), and the other application must work only on port 4433 (with client authentication) ?

      Is running two different JBoss instances the only solution? Does anyone have experience with that?

      Thanks!
      Ernesto.