crocs-muni / usable-cert-validation

Research initiative to make TLS certificate validation usable.
https://x509errors.org
MIT License
19 stars 3 forks source link

Confusing verbose validation output #118

Open mukrop opened 2 years ago

mukrop commented 2 years ago

When running the build, I get the following error during validation for all cases:

results/validate.sh: line 118: kill: ([number]) - No such process

I presume this is the safety kill-off if the validation process hangs. If that is so, it should probably be conditional on the process running (or have the output suppressed if the status is reported in a different way).