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