ssl « JBoss « Java Enterprise Q&A





1. Configure multiple keystores in JBoss depending on requested hostname    stackoverflow.com

I have my J2EE application deployed into a JBossAS. My Application has to respond to two different hostnames (https://foo.com/myApp and https://bar.com/myApp). It is the same instance of the app serving those ...

2. Apache Webserver & JBoss AJP connectivity with https    stackoverflow.com

We are hosting a JEE Application running on JBoss. For security reasons this application that should be available on the internet is protected with a front-end Apache server. We are using ...

3. What's a good strategy for automatically incorporating self-signed certs into my truststore in Java?    stackoverflow.com

We've built a JEE app in JBoss that exposes web services to external consumers. We want to secure these services so that we know who is making the web service ...

4. verisign certificate into jboss server SSL    stackoverflow.com

i'm trying to enable jboss to uses ssl protocol using a previously generated certificate from verisign, i imported both certificate, server certificate and ca certificate into the keytore file, and i ...

5. Error while importing SSL into jboss 4.2?    stackoverflow.com

I've tried to setup .keystore on Jboss 4.2. due to this documentation from jboss community http://community.jboss.org/wiki/sslsetup but Jboss console generate this error LifecycleException: service.getName(): "jboss.web"; Protocol handler start failed:

java.io.FileNotFoundException: ...

6. How to setup JBOSS for outgoing SSL connections?    stackoverflow.com

I've been looking around a lot but couldn't find a complete solution. Our JBOSS application needs to send requests to the partner's server over SSL. I've created a keystore with my certificate and ...

7. SSL certs, JBoss and Mirth awesomeness    stackoverflow.com

All: Today I was handed a system with expired SSL certificates with the following applications running on it: -JDK1.6.0_20 -Jboss-5.1 -Mirth 1.8.2 I have ...

8. Problems with deploying HTTPRouter action with a keystore file    stackoverflow.com

I am attempting to create a keystore and truststore file from a self-signed certificate, for use in a HTTPRouter action, deployed within a JBoss ESB. I used openssl to retrieve the ...

9. Custom SSL TrustManager for Java App server    stackoverflow.com

I'm trying to setup SSL connections for a web service that is B2B and need to do client authentication on the server. Since the server hosts URLs that are also ...





10. How to select SSLProtocol in Jboss?    stackoverflow.com

Is there a way to force Jboss 6 to use some specific SSL protocols and reject others?
I've tried to set property SSLProtocol in connector as "SSLv3" and then tried to ...