Results 1 to 2 of 2

Thread: RMI and SSL: how to setup RMIProxyFactoryBean correctly?

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    Milan, Italy
    Posts
    38

    Default RMI and SSL: how to setup RMIProxyFactoryBean correctly?

    I'm trying to setup Spring remoting using RMI and SSL.

    Now, the RMIServiceExporter correctly supports custom socketFactory for both client and server sockets, and for both the registry and the service objects.

    The problem is how to configure the client: the RMIProxyFactoryBean doesn't seem to have any similar property, to tell him to use SSL RMI Socket factories, despite this bug ( http://opensource.atlassian.com/proj...browse/SPR-612 ) tells this support should be in for both client and server.

    Am I missing something, or the support for the client is really missing, and I have to manually subclass RMIProxyFactoryBean to provide the needed properties for custom socket factories?

  2. #2
    Join Date
    Apr 2006
    Location
    Milan, Italy
    Posts
    38

    Default

    Anyone here that can answer me?

    I've also filed a new RFE in Spring JIRA: http://opensource.atlassian.com/proj...rowse/SPR-2173

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •