Updated Findings and HowTo Fix them (markdown)

Dirk Wetter 2016-05-22 08:33:31 +02:00
parent 72b4d2fbf6
commit 3cea7a4573

@ -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 <optionfortherightsection>
* Run the whole script with ``--debug=1 --log``. Tar -cvzf mydebug.tgz /tmp/ssltester.<randomstring> <nameoflogfile>
Two options here:
* Run the whole script with ``--debug=1 --log``. Then ``tar -cvzf mydebug.tgz /tmp/ssltester.<randomstring> <nameoflogfile>``
* Run the section where the problem is (see ``--help``): ``script -c "bash -vx testssl.sh optionfortherightsection>"``
### debug yourself