David Cooper

Results 74 comments of David Cooper

Hi @RobinvandenHurk, Thanks for reporting. It seems that this problem generally happens if `determine_optimal_proto()` writes to a pretty-printed JSON file to indicate a problem with testing, and testing continues instead...

This issue has already been raised in #1311, and it has also been discussed in https://github.com/drwetter/testssl.sh/pull/1205#issuecomment-547114597.

> > This issue has already been raised in #1311, and it has also been discussed in https://github.com/drwetter/testssl.sh/pull/1205#issuecomment-547114597. > That seems to be related to TLS 1.3 and has been...

Hi @polarathene, I can't really comment on most of this issue. I'm not familiar with `bats` and it's not clear to me how to bubble up exit codes from the...

As noted previously, the escape sequences that are currently used for colors display different colors on different terminals. Here is how they appear in Konsole on Kubuntu 18.04 using a...

When working on this PR I noticed that the `parse_cmd_line()` parses the `-V` (or `--local`) option within the `while` loop rather than at the beginning where the `--help` and `--banner`...

If you don't think this PR makes sense, then it's fine to just close it. However, at the moment testssl.sh's behavior is inconsistent with respect to command line errors. For...

My memory of how this test works isn't very good. (I wrote it more than 4 years ago, and I was just implementing a test method developed by others.) However,...

Hi @drwetter, @famzah, I don't have much time to look into this today (maybe late next week), but I tried testing against 195.8.222.36, since it seemed to have the most...

Hi Dirk, As you noted, I believe that in most cases testssl.sh will show the "certificate-based authentication => skipping all HTTP checks" message if certificate-based authentication is required. However, my...