Thomas Reinke schrieb:
> 
> Point 3 is your problem, s_client handles stdin in a special
> way :(
> 
> s_client assumes that if either stdin or the ssl socket
> hits end of file, that it should shut down operation.
> Unfortunately, when redirecting stdin from a file,
> what happens is that you read the command to send to
> the remote web server, send it, and then quit before
> the response can be read in.

What about (cat file; sleep 15)| openssl s_client -options?

This way stdin is not closd until 15 seconds have elapsed.

-- 
Holger Reif                  Tel.: +49 361 74707-0
SmartRing GmbH               Fax.: +49 361 7470720
Europaplatz 5             [EMAIL PROTECTED]
D-99091 Erfurt                    WWW.SmartRing.de
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to