Skip to content
James Stanley edited this page Mar 28, 2018 · 3 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