mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-11-22 19:11:35 +01:00
Updated Findings and HowTo Fix them (markdown)
parent
8fe5311a92
commit
836d116232
@ -1,6 +1,20 @@
|
|||||||
## Findings and HowTo Fix'em
|
## Bugs, Findings and Small Debugging HowTo
|
||||||
|
|
||||||
### provide debugging output for others
|
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
|
||||||
|
|
||||||
|
* containing an ip address, testssl.sh version and the openssl version so that we can reproduce the error. 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.
|
||||||
|
|
||||||
|
|
||||||
|
### provide extended debugging output for others
|
||||||
|
|
||||||
* Run the section where the problem is (see ``--help``): ``script -c "bash -vx testssl.sh <optionfortherightsection>
|
* 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>
|
* Run the whole script with ``--debug=1 --log``. Tar -cvzf mydebug.tgz /tmp/ssltester.<randomstring> <nameoflogfile>
|
||||||
|
Loading…
Reference in New Issue
Block a user