From 3cea7a45732cdb865e478657b4a88dc5306e0829 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sun, 22 May 2016 08:33:31 +0200 Subject: [PATCH] Updated Findings and HowTo Fix them (markdown) --- Findings-and-HowTo-Fix-them.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Findings-and-HowTo-Fix-them.md b/Findings-and-HowTo-Fix-them.md index 5e919c1..c60ee22 100644 --- a/Findings-and-HowTo-Fix-them.md +++ b/Findings-and-HowTo-Fix-them.md @@ -8,15 +8,25 @@ Found a bug. Good -- yes, seriously! In the end it'll make testssl.sh better. Yo ### file a proper bug report -* containing an ip address, testssl.sh version, openssl version and operating system, so that we can reproduce the error. If you're hesitant to publicly advertise the IP address, use my mail address in the script. +Needed is to reproduce the error: +* server ip address, +* command line +* testssl.sh version, +* openssl version and operating system, + +If you're hesitant to publicly advertise the IP address, use my mail address in the script. Without those information I'll likely close the issue. +If the server is internal you should at least provide the info in one of the next section: + ### provide extended debugging output for others -* Run the section where the problem is (see ``--help``): ``script -c "bash -vx testssl.sh -* Run the whole script with ``--debug=1 --log``. Tar -cvzf mydebug.tgz /tmp/ssltester. +Two options here: + +* Run the whole script with ``--debug=1 --log``. Then ``tar -cvzf mydebug.tgz /tmp/ssltester. `` +* Run the section where the problem is (see ``--help``): ``script -c "bash -vx testssl.sh optionfortherightsection>"`` ### debug yourself