in reply to Perl SSL Socket Server fails to receive from Java SSL Socket Client
From your code I see, that you are using a fairly old version of IO::Socket::SSL (because it uses default certificates). I would recommend to use a newer version, which also comes with more documentation, including examples on how to write a SSL server.
Also, it is not clear what you are trying to do. Your Perl SSL-Server requests a client certificate, which the client does not provide.Do you really want to use client certificates?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl SSL Socket Server fails to receive from Java SSL Socket Client
by Anonymous Monk on Aug 13, 2014 at 00:21 UTC | |
by Anonymous Monk on Aug 13, 2014 at 06:15 UTC |