[
http://jira.jboss.com/jira/browse/JBREM-522?page=comments#action_12400794 ]
Ron Sigal commented on JBREM-522:
---------------------------------
For any transport that supports SSL, org.jboss.remoting.Client.addListener() will, by
default, configure org.jboss.remoting.security.SSLSocketBulder to create an
SSLServerSocketFactory which puts the SSLServerSockets it creates in client mode. This
behavior can be overridden by explicitly configuring the SSLServerSocketFactory otherwise.
[See JBREM-521 "Organize configuration of client side socket/server socket factories
and server side socket/server socket factories."]
Unit tests:
org.jboss.test.remoting.callback.sslsocketfactory.HttpsSSLSocketFactoryTestCase
org.jboss.test.remoting.callback.sslsocketfactory.SSLRMISSLSocketFactoryTestCase
org.jboss.test.remoting.callback.sslsocketfactory.SSLSocketSSLSocketFactoryTestCase
Note that there is no test for sslbisocket, which has no callback ServerSocketFactory.
Waiting for hudson results.
When Client.addListener() creates a callback Connector for an SSL
transport, the SSLServerSocket should be put in client mode.
------------------------------------------------------------------------------------------------------------------------------
Key: JBREM-522
URL:
http://jira.jboss.com/jira/browse/JBREM-522
Project: JBoss Remoting
Issue Type: Task
Security Level: Public(Everyone can see)
Affects Versions: 2.2.0.Alpha3 (Bluto)
Reporter: Ron Sigal
Assigned To: Ron Sigal
Fix For: 2.4.0.CR1 (Pinto)
Just as ServerInvokerCallbackHandler configures callback client invoker SSLSocketFactorys
to put their SSLSockets in server mode, Client should configure callback server invoker
SSLServerSocketFactorys to put their SSLServerSockets in client mode.
This is the inverse of JBREM-368/JBREM-491.
It is also related to JBREM-521.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira