NAME

Net::Server::Proto::SSL - adp0 - Net::Server SSL protocol.

SYNOPSIS

See Net::Server::Proto.

DESCRIPTION

Experimental. If anybody has any successes or ideas for improvment under SSL, please email <perl.ssl@seamons.com>. This is extremely alpha.

Protocol module for Net::Server. This module implements a secure socket layer over tcp (also known as SSL). See Net::Server::Proto.

There is a limit inherent from using IO::Socket::SSL, namely that only one SSL connection can be maintained by Net::Server. However, Net::Server should also be able to maintain any number of TCP, UDP, or UNIX connections in addition to the one SSL connection.

PARAMETERS

In addition to the normal Net::Server parameters, any of the SSL parameters from IO::Socket::SSL may also be specified. See IO::Socket::SSL for information on setting this up.

LICENCE

Distributed under the same terms as Net::Server