Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I have a Daemon running on one of my servers which generates the following error at least once a day. I've tried to find the reason for this error, but i just cant seem to find any help...i'm hoping the Holy Monks can help me out. the Error generated is always on this line :
if (!($sock->sysread($line, 2048))) {
And the actual error messages are :
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
The perl script uses the following module :
use Net::Daemon::SSL;
Is there some known bug in Net::Daemon::SSL which causes this problem ?