0 Replies Latest reply on Jul 25, 2007 2:05 PM by roulf

    Accessing a remote bean via SSL

    roulf

      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>