mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-11-25 04:21:35 +01:00
Updated Findings and HowTo Fix them (markdown)
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
|
### 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.
|
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
|
### provide extended debugging output for others
|
||||||
|
|
||||||
* Run the section where the problem is (see ``--help``): ``script -c "bash -vx testssl.sh <optionfortherightsection>
|
Two options here:
|
||||||
* Run the whole script with ``--debug=1 --log``. Tar -cvzf mydebug.tgz /tmp/ssltester.<randomstring> <nameoflogfile>
|
|
||||||
|
* 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
|
### debug yourself
|
||||||
|
Loading…
Reference in New Issue
Block a user