We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Two options here:
--debug=<number> --log
tar -cvzf mydebug.tgz /tmp/ssltester.<randomstring> <nameoflogfile>
--help
script -c "bash -vx testssl.sh optionfortherightsection>"
For <number> see man page.
2a) For a full debug output
script -a mydebug.script -c "SETX=true bash -x testssl.sh <CMDLINE>"
2b) spot the section where the bug is
exit 0
set -x
bash -x testssl.sh <<optionfortherightsection>>