forked from mojolicious/mojo
-
Notifications
You must be signed in to change notification settings - Fork 0
Using https
Ulrich Habel edited this page Oct 13, 2010
·
2 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
Hey! The above document had some coding errors, which are explained below:
- Around line 8:
-
=over without closing =back