in reply to SSL
If you are used to doing command line telneting to servers to probe around, you could always use stunnel (takes whatever you type and turns it into a secure client connection -- it is also very useful for turning an insecure server into a SSL server).
my @a=qw(random brilliant braindead); print $a[rand(@a)];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: SSL
by stix (Novice) on Dec 14, 2001 at 19:41 UTC | |
by Anonymous Monk on Dec 15, 2001 at 16:53 UTC |