[jboss-user] [IronJacamar] - Re: Resource Adapter + authentication
Bjørn Westblad
do-not-reply at jboss.com
Tue May 15 07:15:58 EDT 2012
Bjørn Westblad [https://community.jboss.org/people/bjorwes] created the discussion
"Re: Resource Adapter + authentication"
To view the discussion, visit: https://community.jboss.org/message/735605#735605
--------------------------------------------------------------
We were able to get around this issue with SSL settings for WMQ resource adapter.
By setting system properties in the topmost section of standalone.xml:
<system-properties>
<property name="javax.net.ssl.trustStore" value="/opt/jboss/etc/truststore.jks"/>
<property name="javax.net.ssl.trustStorePassword" value="${truststore_password}"/>
<property name="javax.net.ssl.keyStore" value="/opt/jboss/etc/keystore.jks"/>
<property name="javax.net.ssl.keyStorePassword" value="${truststore_password}"/>
</system-properties>
And specify the ssCipherSuite to be used against our SSL-enabled WMQ Channel in the <connection-definitions> tag under resource adapter settings:
<config-property name="sslCipherSuite">
SSL_RSA_WITH_RC4_128_SHA
</config-property>
Dont know if this fixes your issue, Dmitri, but at least it shows its possible to get around the issue.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/735605#735605]
Start a new discussion in IronJacamar at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2098]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120515/ae2d2707/attachment-0001.html
More information about the jboss-user
mailing list