-
Notifications
You must be signed in to change notification settings - Fork 580
Using https
James Stanley edited this page Mar 28, 2018
·
3 revisions
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