88cba5e382
*** WARNING WARNING WARNING *** The stunnel invocation has changed! The program no longer accepts command-line options, but is controlled by a config file instead. Please refer to the stunnel(8) manual page for more information. PR: 42249 Submitted by: Dan Langille <dan@langille.org>, lioux
12 lines
491 B
Plaintext
12 lines
491 B
Plaintext
The stunnel program is designed to work as SSL encryption
|
|
wrapper between remote client and local (inetd-startable) or
|
|
remote server. The concept is that having non-SSL aware dae-
|
|
mons running on your system you can easily setup them to
|
|
communicate with clients over secure SSL channel.
|
|
|
|
stunnel can be used to add SSL functionality to commonly
|
|
used inetd daemons like POP-2, POP-3 and IMAP servers
|
|
without any changes in the programs' code.
|
|
|
|
WWW: http://stunnel.mirt.net/
|