I´d like to use SSL over RMI, is it possible? I´ve googled but
couldnt find enough information regarding this topic.
thanks in advance,
lz.

Signature
Lucas Zimmerman
netbogus@gmail.com
Stefan Schulz - 28 Jun 2005 21:24 GMT
On Tue, 28 Jun 2005 10:13:56 -0700, netbogus wrote:
> I´d like to use SSL over RMI, is it possible? I´ve googled but
> couldnt find enough information regarding this topic.
Do you mean RMI over SSL?

Signature
You can't run away forever,
But there's nothing wrong with getting a good head start.
--- Jim Steinman, "Rock and Roll Dreams Come Through"
netbogus@gmail.com - 28 Jun 2005 21:52 GMT
sure... my mistake. I meant RMI over SSL.
lz.

Signature
Lucas Zimmerman
netbogus@gmail.com
Jan Peter Stotz - 29 Jun 2005 08:57 GMT
netbogus@gmail.com schrieb:
> I´d like to use SSL over RMI, is it possible? I´ve googled but
> couldnt find enough information regarding this topic.
I don't know how much information you need but I get a lot of them.
General description on how to use custom SocketFactories with RMI
http://java.sun.com/j2se/1.4.2/docs/guide/rmi/socketfactory/
But you don't have to implement them yourself for a SSL-connection. Java
1.5 already knows
http://java.sun.com/j2se/1.5.0/docs/api/javax/rmi/ssl/SslRMIClientSocketFactory.html
http://java.sun.com/j2se/1.5.0/docs/api/javax/rmi/ssl/SslRMIServerSocketFactory.html
Finally the Usenet search for RMI SSL:
http://groups.google.de/groups?q=rmi%20ssl&hl=de&lr=&sa=N&tab=wg
Jan