As a true drop-in replacement for IO::Socket::INET, IO::Socket::SSL is able to encrypt
data using SSL before it is transferred to a remote server or client. This module supports
all the additional features that one needs to write a full-featured SSL client or server
application: multiple SSL contexts, cipher selection, certificate verification, and
SSL version selection.In addition, it works perfectly with mod_perl.