I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-07-15 14:16:52-07 by jebe86
problem with version 1.01
Hi all,
I've been happily using IO::Socket::SSL since 4 years, with only minor problems (see previous posts).
Now I had to move my programs form the old machine, on which I was still using a very old version of IO::Socket::SSL (proably 0.98, cannot even find it in the download area, it's from 2005, requires Net:SSLEAY 1.08...). The new machine uses Io::Socket::SSL 1.01 and Net::SSLeay 1.21
Problem is the following:
with old version everything works fine, client sends data to server, whih does someting with data and writes back to client.
New version sends data correctly, but then it seems that the server never sends back anything.

With excatly the same code....

Any clue/hint/tip ?

thanking you already....
Direct Responses: 8315 | Write a response
Posted on 2008-07-15 14:50:27-07 by noxxi in response to 8312
Re: problem with version 1.01
There were a lot of changes since I took over IO::Socket::SSL, especially with non-blocking connections. In earlier versions I accidently broke some outside code, now it should work better. Please use the current IO::Socket::SSL version 1.13, not the outdated 1.01.
If you still have problems with the new version please send me some code which shows the problem so I can try to fix it.
Regards,
Steffen, IO::Socket::SSL maintainer
Direct Responses: Write a response