]> 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:35 +0000 (09:15 +0200)
commit2b37aab596f3ccb4c30cb6377da158774197808c
tree8ac53f6ce6e9b3f05fa9dd10aabb13cf6222e58f
parent66e6809c100b3755d538a410fb90c1772a9ef6c9
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