From c288a214b16ab1aec41f183c6426d025e88c56c8 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Fri, 10 Aug 2018 11:57:35 -0600 Subject: [PATCH] give servers time to shut-down after client connection --- scripts/ocsp-stapling-with-ca-as-responder.test | 2 +- scripts/ocsp-stapling.test | 2 +- scripts/ocsp-stapling2.test | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/ocsp-stapling-with-ca-as-responder.test b/scripts/ocsp-stapling-with-ca-as-responder.test index da9a77913..e2edee07c 100755 --- a/scripts/ocsp-stapling-with-ca-as-responder.test +++ b/scripts/ocsp-stapling-with-ca-as-responder.test @@ -133,7 +133,7 @@ else ./examples/client/client -p $RPORTSELECTED create_new_cnf $RPORTSELECTED fi - +sleep 1 # is our desired server there? - login.live.com doesn't answers PING #./scripts/ping.test $server 2 diff --git a/scripts/ocsp-stapling.test b/scripts/ocsp-stapling.test index 87f1d913c..68b9e67bd 100755 --- a/scripts/ocsp-stapling.test +++ b/scripts/ocsp-stapling.test @@ -139,7 +139,7 @@ else ./examples/client/client -p $RPORTSELECTED create_new_cnf $RPORTSELECTED fi - +sleep 1 # is our desired server there? - login.live.com doesn't answers PING #./scripts/ping.test $server 2 diff --git a/scripts/ocsp-stapling2.test b/scripts/ocsp-stapling2.test index 58fbff560..dfc14e900 100755 --- a/scripts/ocsp-stapling2.test +++ b/scripts/ocsp-stapling2.test @@ -180,6 +180,7 @@ else create_new_cnf $RPORTSELECTED1 $RPORTSELECTED2 $RPORTSELECTED3 \ $RPORTSELECTED4 fi +sleep 1 # setup ocsp responders # OLD: ./certs/ocsp/ocspd-root-ca-and-intermediate-cas.sh &