From: Graham B. <gb...@po...> - 2001-07-05 21:20:12
|
On Thu, Jul 05, 2001 at 12:12:04PM +0100, Graham Barr wrote: > > *However* that returns an I/O error when you next try to call _sendmesg on > > the socket, even though the socket looks OK: > > > > DB<1> x $ldap->socket > > 0 IO::Socket::SSL=GLOB(0x866b998) > > -> *Symbol::GEN0 > > FileHandle({*Symbol::GEN0}) => fileno(3) > > > > ... same fd as before the socketToSSL, which is good. I have solve it. socketToSSL does not tie the socket to the IO::Socket::SSL package. Adding that then it works. I will commit what I have to CVS Graham. |