Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

openssl s_client issue

Status
Not open for further replies.

youradds

Programmer
Jun 27, 2001
817
GB
Hi,

Not really sure if this is the right place to post, but I'm hoping someone can shed some light :)

I have a script which goes through a list of sites, and extracts thye SSL expiry date (if they have one) .... this one however refuses to work:

openssl s_client -connect 2>/dev/null </dev/null | openssl x509 -noout -enddate

Running manually, it simply hangs

Is there a way I can set make a 10-15 second delay, before it will give up and move onto the next one?

TIA

Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top