Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
And the actual error messages are :if (!($sock->sysread($line, 2048))) {
The perl script uses the following module :SSL read errorerror:00000000:lib(0):func(0):reason(0) SSL accept failed at /usr/lib/perl5/site_perl/5.6.0/Net/Daemon.pm line 661 SSL accept failed at /usr/lib/perl5/site_perl/5.6.0/Net/Daemon.pm line 661
Is there some known bug in Net::Daemon::SSL which causes this problem ?use Net::Daemon::SSL;
|
|---|