[jboss-user] [Security] - Using different SSL Connectors
ernestojpg
do-not-reply at jboss.com
Thu Dec 3 03:44:03 EST 2009
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.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268692#4268692
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268692
More information about the jboss-user
mailing list