What does ./net_ssl_test -d GET host.name.com 443
doe for you?  Can you give me the hostname so I can
test it myself?

--Josh

Stephen More wrote:
> 
> When using Crypt::SSLeay and LWP::UserAgent I have come across a bug...
> 
> LWP/UserAgent.pm
> eval {
>         $response = $protocol->request( $request, $proxy, $arg, $size, $timeout );
>         };
> 
> After this eval, $response is uninitized, and $@ contains no error message.
> 
> I traced this to:
> Protocol/http.pm
> 
>         warn "A";
>         my $n = $socket->sysread( $buf, $size );                ## 
>Net::SSL->sysread( )
>         warn "B";
> 
> The second warning "B" never shows up.
> 
> I traced this to:
> Net/SSL.pm
> 
>         warn "1";
>         my $n=*$self->{'ssl_ssl'}->read(@_);
>         warn "2";
> 
> The second warning "2" never shows up.
> 
> Sparc
> OS: Solaris 2.6
> perl 5.004_01
> openssl-0.9.6
> Crypt-SSLeay-0.21
> 
> What else can I do to help track down this bug?
> 
> -Thanks
> Stephen More
> 
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to