in reply to HTTPS transactions with LWP::UserAgent

and I only get this error on one of them

Your code pulls in Crypt::SSLeay which contains a shared object linked against libssl.

Most likely there's a version mismatch or another inconsistency in the library chain. Has there perchance been an openssl update?

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
  • Comment on Re: HTTPS transactions with LWP::UserAgent

Replies are listed 'Best First'.
Re^2: HTTPS transactions with LWP::UserAgent
by Herkum (Parson) on Dec 17, 2007 at 19:05 UTC

    I have had version errors with openssl libraries before, I was using the most current ones available. Those were the ones that were not working, I had to go backwards to openssl 0.9.6 to get Crypt::SSLeay to function correctly.

    So it is worth noting that sometimes you have to go back a few versions to get something working.