Re: [openssl-users] openssl s_client

2017-02-05 Thread Viktor Dukhovni
> 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

[openssl-users] openssl s_client

2017-02-05 Thread Walter H. via openssl-users
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

Re: [openssl-users] openssl s_client B as first char sends heartbeat

2016-10-17 Thread Richard Levitte
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

Re: [openssl-users] openssl s_client B as first char sends heartbeat

2016-10-16 Thread Salz, Rich
Use the –nocommands flag. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] openssl s_client B as first char sends heartbeat

2016-10-16 Thread Rob Butler
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

[openssl-users] openssl s_client B as first char sends heartbeat

2016-10-16 Thread Rob Butler
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