> On Feb 5, 2017, at 3:26 PM, Walter H. via openssl-users
> wrote:
>
> openssl s_client -connect mailhost:25 -starttls smtp
>
> displays this:
>
> CONNECTED(0003)
> depth=0 OU = Domain Control Validated, CN = ...
> verify error:num=20:unable to get local issuer certificate
> verify return
Hello,
openssl s_client -connect mailhost:25 -starttls smtp
displays this:
CONNECTED(0003)
depth=0 OU = Domain Control Validated, CN = ...
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 OU = Domain Control Validated, CN = ...
verify error:num=27:certifica
In message
<0675024e00e342d9a8c668fd10791...@usma1ex-dag1mb1.msg.corp.akamai.com> on Sun,
16 Oct 2016 20:12:02 +, "Salz, Rich" said:
rsalz> Use the –nocommands flag.
Another way, which also works with OpenSSL versions before 1.1.0, is
-ign_eof
Cheers,
Richard
--
Richard Levitte
Use the –nocommands flag.
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
Hello,
I've come across something strange. When using openssl s_client and trying to
send B (uppercase only) as the first character on any line it causes a
heartbeat to be sent. Is this a bug or a feature? Any way to escape it to
send the uppercase B without sending the heartbeat?
ThanksRob
S
Hello,
I've come across something strange. When using openssl s_client and trying to
send B (uppercase only) as the first character on any line it causes a
heartbeat to be sent. Is this a bug or a feature? Any way to escape it to
send the uppercase B without sending the heartbeat?
ThanksRob
o