> From: openssl-users [mailto:openssl-users-bounces@xxxxxxxxxxx] On Behalf Of > Jakob Bohm via openssl-users > Sent: Thursday, January 03, 2019 09:52 > To: openssl-users@xxxxxxxxxxx > Subject: Re: Session params output fails via cron > > > Maybe cron jobs are run without a valid stdin handle (rather than a > readable handle at EOF), in which case explicitly adding "</dev/null" > may be a fix. > > Or maybe there is a bug in how the new TLS1.3 code handles the > -ign_eof option early in the connection, here again testing with > "</dev/null" may help figuring out what is happening. Or if the OP is already redirecting / piping stdin in the cron job command line, something like this: (cat input.txt; sleep 10) | openssl s_client ... so that stdin remains open for a while after the actual input is exhausted. Maybe use that in conjunction with -ign_eof (shouldn't hurt, assuming the server closes its end of the connection when it's done). -- Michael Wojcik Distinguished Engineer, Micro Focus -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users