#747470 openssl s_client refuses to be silent

Package:
src:openssl
Source:
openssl
Submitter:
Benny Baumann
Date:
2026-07-30 17:37:14 UTC
Severity:
normal
Tags:
#747470#5
Date:
2014-05-09 06:12:58 UTC
From:
To:
Under some circumstances you want openssl s_client to be absolutely silent
about what its doing. Unfortunately the -quiet option available does not
suppress the verification messages of the certificate when the connection
is established.

Howto reproduce:
    openssl s_client -connect host.example.com:443 -quiet

Expected behaviour:
    netcat with crypto and no output on stderr

Actual behaviour:
    netcat with crypto and certificate verification messages spammed into stderr

Kind regards,
Benny Baumann

#747470#10
Date:
2014-05-09 16:17:05 UTC
From:
To:
You do realise that s_client is a debug tool and that by default
it allows any certificate?


Kurt

#747470#15
Date:
2014-05-09 17:17:25 UTC
From:
To:
I'm not arging this is a bug or not.

I do wonder if you know what you're doing or not.


Kurt

#747470#20
Date:
2014-05-09 17:12:13 UTC
From:
To:
Hi Kurt,

Am 09.05.2014 18:17, schrieb Kurt Roeckx:
into stderr
Yes. Nothing new you are telling. And could we now please stop arguing
of WHY I'm reporting this and switch to take care of the actual bugs? TIA.

Anyway: When I ask a tool to be silent or keep quiet I want this tool to
respect this. Everything else is a bug; that simple.

Example: If you use your hammer to get a nail into the wall you don't
want that hammer to ask for confirmation before hitting your finger when
you specially asked for --just-do-so mode.
Kind regards,
Benny Baumann.