Configure two way SSL on JBoss server
Issue
- How to configure a two way SSL in JBoss
- Is there a way to configure a specific server/JVM to utilize a specific keystore file without using the
javax.net.ssl.keyStoreandjavax.net.ssl.keyStorePasswordproperties in a two way SSL configuration? - How to configure two way
SSLbetweenJBoss EAPand a browser? - We are going to migrate an application from WebSphere to JBoss and want to configure the keystore and truststore in JBoss.WebSphere includes the CA certificates for client in
trust.p12and the application has its own certificates stored in.jksfile. - In JBoss EAP 5 we use to pass
-Dtomcat.https.clientAuth=trueto enable mutual authentication on JBoss side. Also, from tomcat: Set to true if you want theSSLstack to require a valid certificate chain from the client before accepting a connection. How can I do the same onJBoss EAP 6.4.0after upgrading to it?
Environment
- Red Hat JBoss Enterprise Application Platform
- 5.x
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
