From: Graham B. <gb...@po...> - 2002-02-28 13:10:52
|
On Thu, Feb 28, 2002 at 09:57:58AM +0100, Markus Benning wrote: > When it is call the second time the programm exits with: > Can't call method "get_context_handle" without a package or object reference > at /usr/lib/perl5/site_perl/5.6.0/IO/Socket/SSL.pm line 602, <> line 2. > > Is this a error in the IO::Socket::SSL Module ? > Must i close the previous connection first or clean it ? IO::Socket::SSL can only handle one open connection at any one time. So, try closing the old SSL socket first. Graham. |