diff --git a/Findings-and-HowTo-Fix-them.md b/Findings-and-HowTo-Fix-them.md index c60ee22..7e9f071 100644 --- a/Findings-and-HowTo-Fix-them.md +++ b/Findings-and-HowTo-Fix-them.md @@ -1,27 +1,6 @@ -## Bugs, Findings and Small Debugging HowTo +## Small Debugging HowTo -Found a bug. Good -- yes, seriously! In the end it'll make testssl.sh better. You have three choices if you want to help. - -* file a simple bug report -* provide extended debugging info for others -* debug yourself - -### file a proper bug report - -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 +### extended debugging output Two options here: @@ -39,4 +18,3 @@ YMMV, this is just a hint. * editing the program and add before a ``set -x``, run the section of the script * run the script with ``bash -vx testssl.sh <>`` -If you spotted a problem the easiest thing is \ No newline at end of file