IO-Socket-SSL - Re: IO::Socket::INET configuration failed

Posted on Mon Apr 30 10:51:31 2007 by noxxi in response to 5004 (See the whole thread of 6)
Re: IO::Socket::INET configuration failed
Problem is fixed with IO::Socket::SSL version 1.06 which I just uploaded to CPAN.
Problem was, that IO::Socket::SSL "sanitized" the Arguments it gets by setting undef stuff to ''. This way it gave a LocalPort of '' to IO::Socket::INET which did not like it.
This was probably broken long long ago.
-- Steffen
Write a response