This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Distributed Java and the fly likes configuring RMI with SSL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "configuring RMI with SSL" Watch "configuring RMI with SSL" New topic
Author

configuring RMI with SSL

mini mehta
Ranch Hand

Joined: Oct 22, 2000
Posts: 120
How do u configure RMI with SSL ? Do I need to change the code to make it use SSL or can I configure the RMI to use the SSL protocol as default.
Michael Ernest
High Plains Drifter
Sheriff

Joined: Oct 25, 2000
Posts: 7292

RMI uses a socket factory to make its remote objects network available. To use SSL, you'd want to replace the default RMISocketFactory class with one that uses SSL instead of regular old sockets.


Make visible what, without you, might perhaps never have been seen.
- Robert Bresson
 
 
subject: configuring RMI with SSL
 
Similar Threads
SSL
Switching between SSL and non SSL mode using custom RMI socket factory
can I use RMI-IIOP over SSL?
Tomcat SSL issue with "user-data-constraint"
User signin to the certificate