Can"t read entity body when using IO::Socket::SSL
am 28.08.2006 08:30:22 von snacktimeIf I use IO::Socket:SSL instead of Net::SSLeay I always get the
following error when doing an https POST. I want to use
IO::Socket::SSL in the same application for doing low level ssl socket
connections, but I can't because if IO::Socket::SSL is loaded libwww
uses that instead of Net::SSLeay.
"Can't read entity body"
I saw a post about the same error message here, not sure if it's related.
http://www.mail-archive.com/libwww@perl.org/msg05981.html
This is with libwww-perl-5.805, Net_SSLeay-1.25 and IO-Socket-SSL-0.97.