How to Install libpoe-filter-ssl-perl in Ubuntu 18.04



Install libpoe-filter-ssl-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libpoe-filter-ssl-perl

Description:

module to make SSL in POE easy and flexible

POE::Filter::SSL allows one to secure connections of POE::Wheel::ReadWrite with OpenSSL by a POE::Filter object, and behaves (beside of SSLing) as POE::Filter::Stream. . POE::Filter::SSL can be added, switched and removed during runtime, for example if you want to initiate SSL (see the SSL on an established connection example in SYNOPSIS) on an already established connection. You are able to combine POE::Filter::SSL with other filters, for example have a HTTPS server together with POE::Filter::HTTPD. . POE::Filter::SSL is based on Net::SSLeay, but got two XS functions which Net::SSLeay is missing.

Homepage: https://metacpan.org/release/POE-Filter-SSL

Version: 0.41-1

Section: universe/perl