[jboss-user] [EJB/JBoss] - Accessing a remote bean via SSL

Roulf do-not-reply at jboss.com
Wed Jul 25 14:05:22 EDT 2007


Hello,

I am currently running JBoss 4.2.0GA and am attempting set up an SSLSocket for my client to access beans through.  I have attempted to use examples from the 4.0.4GA SSL tutorial and from the manual on Transports, but to no avail (excessive amount of errors, I am assuming it is due to the newer version of JBoss & Remoting).  Can anyone point me in the right direction for a working SSL Tutorial for JBoss 4.2.0GA or some example code to help me get this running?

Thanks!

PS. For reference, here is the main bit of code that I tried to use:
   <mbean code="org.jboss.remoting.transport.Connector"
  |       name="jboss.remoting:type=Connector,transport=socket3843,handler=ejb3">
  |       <depends>jboss.aop:service=AspectDeployer</depends>
  |       <attribute name="InvokerLocator">sslsocket://0.0.0.0:3843</attribute>
  |       <attribute name="Configuration">
  |          <handlers>
  |             <handler subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
  |          </handlers>
  |       </attribute>
  |    </mbean>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067539#4067539

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067539



More information about the jboss-user mailing list