renz13 [
https://community.jboss.org/people/renz13] created the discussion
"Re: Remoting with SSL and Cipher Suite"
To view the discussion, visit:
https://community.jboss.org/message/743113#743113
--------------------------------------------------------------
The <jsse> element of the <security-domain> in the configuration file is
maybe the right place, but it seems to be ignored when I try to use it with client-auth
enabled
I've made a few tests with a trustore and client-auth enabled, and remote calls works
even with an untrusted certificate!!!
<jsse keystore-password="pass"
keystore-url="file:/D:/jboss-as-7.1.1.Final/standalone/configuration/server.keystore"
truststore-password="otherpass"
truststore-url="file:/D:/jboss-as-7.1.1.Final/standalone/configuration/server.truststore"
cipher-suites="TLS_RSA_WITH_AES_256_CBC_SHA" client-auth="true"/>
Any idea?
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/743113#743113]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]