Hi,

I'm trying to acess https  urls using LWP module behind a firewall, can't  get it to 
work. I've installed the Crypt::SSLeay
module.

I'm using the lwp-ssl-test that came with Crypt::SSLeay to debug.

I have no problems acessing http urls.

When I run

lwp-ssl-test -d -proxy http://gate.***.com:81 https://www.nodeworks.com

LWP::UserAgent::new: ()
LWP::UserAgent::proxy: https http://gate.***.com:81
LWP::UserAgent::request: ()
LWP::UserAgent::send_request: HEAD https://www.nodeworks.com/
LWP::UserAgent::_need_proxy: Proxied to http://gate.***.com:81
LWP::Protocol::http::request: ()
LWP::UserAgent::request: Simple response: Internal Server Error
HTTPS_PROXY = http://gate.***.com:81
$VAR1 = bless( {
                 '_protocol' => 'HTTP/1.1',
                 '_request' => bless( {
                                        '_method' => 'HEAD',
                                        '_headers' => bless( {
                                                               'user-agent' => 
'libwww-perl/5.65'
                                                             }, 'HTTP::Headers' ),
                                        '_uri' => bless( do{\(my $o = 
'https://www.nodeworks.com/')}, 'URI::https' ),
                                        '_content' => ''
                                      }, 'HTTP::Request' ),
                 '_headers' => bless( {
                                        'client-response-num' => 1,
                                        'content-type' => 'text/html',
                                        'connection' => 'close',
                                        'date' => 'Fri, 18 Oct 2002 14:00:43 GMT',
                                        'server' => 'NetCache (NetApp/5.2.1R1D12)',
                                        'client-date' => 'Fri, 18 Oct 2002 14:00:44 
GMT',
                                        'content-length' => 302
                                      }, 'HTTP::Headers' ),
                 '_msg' => 'Server Error',
                 '_rc' => 500,
                 '_content' => ''
               }, 'HTTP::Response' );

How can I tell  where the problem is?

Thanks,
Foong-Ying


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to