mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-11-22 11:01:36 +01:00
Updated Findings and HowTo Fix them (markdown)
parent
dfa14268cf
commit
20967e0d38
@ -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 <<optionfortherightsection>>``
|
||||
|
||||
If you spotted a problem the easiest thing is
|
Loading…
Reference in New Issue
Block a user