Re: problem with JSS-based custom RMI factory

2008-12-29 Thread Nelson B Bolyard
alex.agra...@gmail.com wrote, On 2008-12-29 01:27: > On Dec 28, 5:02 pm, alex.agra...@gmail.com wrote: >> I'm trying to create a simple Java RMI application with a custom >> factory that uses JSS SSL classes. Sorry for the lack of earlier reply. Most (actually all) of the NSS/JSS team is official

Re: problem with JSS-based custom RMI factory

2008-12-29 Thread alex . agranov
On Dec 28, 5:02 pm, alex.agra...@gmail.com wrote: > I'm trying to create a simple Java RMI application with a custom > factory that uses JSS SSL classes. So I created a simple server and > client factories that create SSLServerSocket and SSLSocket instances > correspondingly. But when my client tri