Marcello has asked for the wisdom of the Perl Monks concerning the following question: ⭐ (network programming)
Hello,
I've recently seen some documentation which claims to be able to switch to SSL encryption when a TCP connection is open.
I have written a TCP server which accepts several commands. To offer more security, I also would like to use SSL, although not necessarily during an active connection. I use socket(), accept() etc. within my server. Is it possible to 'SSL-enable' my server and what packages do I need?
TIA
Regards,
Marcel
Originally posted as a Categorized Question.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: SSL on a TCP connection⭐
by pjf (Curate) on Oct 14, 2001 at 17:27 UTC | |
Re: SSL on a TCP connection⭐
by echo (Pilgrim) on Oct 14, 2001 at 16:45 UTC |
Back to
Seekers of Perl Wisdom