> when using the ssleay (0.8.0) s_client and input from
> a file (like 'ssleay s_client < options'), I am getting
> _no_ output on my stdout nor stderr. Is there a chance of seeing what
> the SSL-Server replies ?
Perhaps you want 'ssleay s_client options < file_with_text'
Another problem what could happen is that s_client closes
the connection after the EndOfFile of file_with_text thus
never waiting for the server to respond. But normally you
should see the connect printout (cert, ciphers etc.)
Try this:
(cat file_with_text; sleep 10) | s_client options
--
read you later - Holger Reif
------------------------------------ Signaturprojekt Deutsche Einheit
TU Ilmenau - Informatik - Telematik (Verdamp lang her)
[EMAIL PROTECTED] Alt wie ein Baum werden, um ueber
Remus.PrakInf.TU-Ilmenau.DE/Reif/ alle 7 Bruecken gehen zu koennen
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+