in SSLeay.xs, Crypt::SSLeay v.17 there is a config
#define DEBUG_SSL_STATE 0
set it to 1, recompile, and execute the below request
again. It may give us some better output to identify
this problem. Thanks.
--Joshua
Frank Gadegast wrote:
>
> >
> > Frank Gadegast wrote:
>
> Hi again,
Frank Gadegast wrote:
>
> Hi,
>
> have perl 5.005_03, openssl-0.9.5a and LWP (whatever version).
> And Crypt::SSLeay Version 0.16 and/or 0.17
> The following code works perfectly under Linux, but
> under Solaris 2.6 oder 2.7 I get the timeout ...
>
Frank,
I have a solaris 2.6 box running Cryp
Hi,
have perl 5.005_03, openssl-0.9.5a and LWP (whatever version).
And Crypt::SSLeay Version 0.16 and/or 0.17
The following code works perfectly under Linux, but
under Solaris 2.6 oder 2.7 I get the timeout ...
#!/usr/bin/perl5
use LWP::UserAgent;
my $ua = new LWP::UserAgent;
my $req = new HTT