in reply to Re: Perl SSL Socket Server fails to receive from Java SSL Socket Client
in thread Perl SSL Socket Server fails to receive from Java SSL Socket Client
I think the example code just prints out the client certificate if available for demo purpose. Yes, it doesn't do anything with the client certificate at all. What I am trying to do is, to have a SSL server that reads a text request, and then sends back a text response. It doesn't need to have client authentication (yet), I just try to get something basic working first.SSL_cert_file => 'server-cert.pem', SSL_key_file => 'server-key.pem',
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Perl SSL Socket Server fails to receive from Java SSL Socket Client
by Anonymous Monk on Aug 13, 2014 at 06:15 UTC |