In /usr/share/perl5/LW.pm changing 

 Net::SSLeay::CTX_new()

to 

 Net::SSLeay::CTX_v2_new()

allows it to work, and changing it to 

 Net::SSLeay::CTX_v3_new()

causes it to break with the same error in my previous email.

The original version uses a mode that accepts v2 and v3 connections.

The v2 code doesn't do anything in it's implementation of the control
code that throws the error in the v3 code.

I'm still to work out which component is calling these control
functions.


James

-- 
  James Westby
  [EMAIL PROTECTED]
  http://jameswestby.net/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to