ideas would be helpful.
Regards,
Barry
- Original Message -
From: "Gene Rogers" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 26, 2002 1:57 PM
Subject: Re: time out parameter for command line of openssl (s_client) bin
> Hello B,
>
>
ow too.
Later,
Gene
- Original Message -
From: "Courtin Bert" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 26, 2002 9:05 AM
Subject: time out parameter for command line of openssl (s_client) bin
> Hi list,
>
> currently I'm usin
Hi list,
currently I'm using
-
CONN_STRING="$(${PATH_TO_OPENSSL} s_client -connect ${HOST_IP}:${PORT} -nbio -pause <
/dev/null 2>&1)"
to connect to a remote SSL-server to get the connection string for processing it with
echo "${CONN_STRING}" | ${PATH_TO_OPENSSL} x509 -noout -dates | gre