Skip to content
Ulrich Habel edited this page Oct 13, 2010 · 2 revisions

Installing https support

Because Perl comes without SSL support you need to install some libraries / modules manually.

Install OpenSSL

- debian / ubuntu:

sudo apt-get install openssl
Install Perl-SSL binding

- debian / ubuntu:

sudo apt-get install libio-socket-ssl-perl

If you're installing the Net::SSLeay module manually, make sure to add openssl development libraries and header files.

- debian / ubuntu:

sudo apt-get install libssl-dev
install IO::Socket::SSL

debian / ubuntu:

sudo apt-get install libio-socket-ssl-perl

POD ERRORS

Hey! The above document had some coding errors, which are explained below:

Around line 8:

=over without closing =back

Clone this wiki locally