develooper Front page | perl.libwww | Postings from September 2008

Re: Using LWP module in perl with Crypt::SSLeay

Thread Previous
From:
Tom Hukins
Date:
September 18, 2008 09:21
Subject:
Re: Using LWP module in perl with Crypt::SSLeay
On Thu, Sep 18, 2008 at 08:22:46AM -0400, Kathalkar, Sanket wrote:
> I am going to use LWP module for accessing urls which are SSL
> enabled. Is Crypt::SSLeay required for this?

The README.SSL distributed with LWP answers this:
http://search.cpan.org/src/GAAS/libwww-perl-5.814/README.SSL

> Do I need to create a certificate to access a remote server?

I've never needed to:  most SSL enabled Web servers don't need client
certificates.  But if you're running against a server that needs an
SSL certificate to authenticate you, you will need to provide that
certificate somehow.

Tom

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About