testssl.sh/.github/ISSUE_TEMPLATE.md

619 B

Please make sure that you provide enough information so that we understand what your issue is about.

  1. Did you check the documentation in ~/doc/ or, if it is a different problem: Did you google for it?

  2. uname -a

  3. testssl version from the banner: testssl.sh -b 2>/dev/null | head -4 | tail -2

  4. git log | head -1 (if running from git repo)

  5. openssl version used by testssl.sh: testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'

  6. steps to reproduce: testssl.sh or docker command line, if possible incl. host

  7. what exactly was happening, output is needed

  8. what did you expect instead?