Re: Failing to upgrade to CryWrap
Aristotle Pagaltzis <[email protected]>
| Newsgroups | gmane.culture.people.kragen.discuss |
|---|---|
| Message-ID | <[email protected]> |
Hi Kragen, * Kragen Javier Sitaker <[email protected]> [2008-06-02 09:40]: > OpenSSL has the `openssl s_client` command, which is like an > SSL version of `netcat`, and also `openssl s_server`. These > should be very handy for troubleshooting SSL stuff in general. you really want to check out [`socat`][], which does everything that `netcat`, `s_client` and a bunch of other tools do, plus more besides. My favourite feature is that it can use not only raw stdin as a source, but also a readline prompt, so you can chatter at your mail- or webserver with all of the editing conveniences you enjoy in shell. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>