From 71ba3c88b010b916ec92854e25a22a3ed94853ff Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Tue, 28 Oct 2014 13:03:46 +0100 Subject: [PATCH] increase timeout when some servers notice a scan (because of frequent connections) they delay further connections, increase the timeout to properly scan them --- cipherscan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cipherscan b/cipherscan index 2b789cf..00858e5 100755 --- a/cipherscan +++ b/cipherscan @@ -43,7 +43,7 @@ VERBOSE=0 DELAY=0 ALLCIPHERS=0 OUTPUTFORMAT="terminal" -TIMEOUT=10 +TIMEOUT=30 # place where to put the found intermediate CA certificates and where # trust anchors are stored CAPATH=""