| Author |
can I use RMI-IIOP over SSL?
|
Robin Zhang
Ranch Hand
Joined: Apr 11, 2002
Posts: 139
|
|
|
I know I can use RMI over SSL, can I use RMI-IIOP over SSL?
|
 |
L Goundalkar
Ranch Hand
Joined: Jul 05, 2001
Posts: 395
|
|
Yes it is possible. Sun is making RMI/IIOP as standard for J2EE servers. And we can use SSL with enterprise applications using latest App Servers. Here the ORBs could delegate the authentication to SSL. SSL can use certificate based authentication. This is standardized. If both ORBs were written to use IIOP/SSL then the server could get the client credentials from SSL. Cheers.
|
<b>L G Goundalkar</b><br /> <a href="mailto:lggoundalkar@yahoo.com" rel="nofollow">lggoundalkar@yahoo.com</a> <br />Sun Certified Programmer for Java 2 Platform.<br />Sun Certified Web Component Developer for J2EE.
|
 |
 |
|
|
subject: can I use RMI-IIOP over SSL?
|
|
|