]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add note for non-interactive use of `s_client`
authorerbsland-dev <github@erbsland.dev>
Wed, 28 Aug 2024 19:54:12 +0000 (21:54 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 9 Sep 2024 07:15:43 +0000 (09:15 +0200)
commitd4202b6cc17208c6c0c71870ea073e2f7f847ca7
tree5f980cb1c34773737b07a58bf3156bd8880e4701
parent95c08efda6c83a4b5cb77b2592093cd90ce5ab8e
Add note for non-interactive use of `s_client`

Fixes #8018

Documented the potential issue of premature connection closure in
non-interactive environments, such as cron jobs, when using `s_client`.

Added guidance on using the `-ign_eof` option and input redirection to
ensure proper handling of `stdin` and completion of TLS session data exchange.

Highlight potential issues with the `-ign_eof` flag and provide solutions for
graceful disconnection in SMTP and HTTP/1.1 scenarios to avoid indefinite hangs.

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25311)

(cherry picked from commit 26521fdcf4047d6b6c5a7cf14ac34323a6197266)
doc/man1/openssl-s_client.pod.in