AW: SSL interface for HTTPS within LWP

2003-11-13 Thread Mueller-Lynch Thomas
fique [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 12:27 PM To: '[EMAIL PROTECTED]' Subject: Re: SSL interface for HTTPS within LWP On Today at 5:54pm, MT=>Mueller-Lynch Thomas <[EMAIL PROTECTED]: MT> MT> What 'SSL interface' do I have to install

SSL interface for HTTPS within LWP

2003-11-12 Thread Mueller-Lynch Thomas
Hello, I've got problems with the HTTPS support within LWP The libwww-perl documentation says: " ... HTTPS URLs with https scheme are accessed in exactly the same way as with http scheme, provided that an SSL interface module for LWP has been properly installed (see the README.SSL file found i

problems with the HTTPS support within LWP

2003-11-11 Thread Mueller-Lynch Thomas
Hello, I've got problems with the HTTPS support within LWP In case of requesting an HTTPS document I'll get the message: My Script looks like: use LWP::UserAgent; $url = "https://testserver.siemens.de "; my $ua = LWP::UserAgent->new; my $req = HTTP::Requ