mirror of
https://github.com/mozilla/cipherscan.git
synced 2024-11-22 14:23:41 +01:00
increase timeout
when some servers notice a scan (because of frequent connections) they delay further connections, increase the timeout to properly scan them
This commit is contained in:
parent
d11d5e9f36
commit
71ba3c88b0
@ -43,7 +43,7 @@ VERBOSE=0
|
|||||||
DELAY=0
|
DELAY=0
|
||||||
ALLCIPHERS=0
|
ALLCIPHERS=0
|
||||||
OUTPUTFORMAT="terminal"
|
OUTPUTFORMAT="terminal"
|
||||||
TIMEOUT=10
|
TIMEOUT=30
|
||||||
# place where to put the found intermediate CA certificates and where
|
# place where to put the found intermediate CA certificates and where
|
||||||
# trust anchors are stored
|
# trust anchors are stored
|
||||||
CAPATH=""
|
CAPATH=""
|
||||||
|
Loading…
Reference in New Issue
Block a user