We see test errors comming and going intermittently in richkit.retrieve.cert_sh and richkit.retrieve.ctlogs, apparently because www.crt.sh is unreliable.
This has negative impact on how useful the unittesting is.
The fix seems to be to do away with the current bad practice of testing against a live API (Bad for exactly this reason).
We see test errors comming and going intermittently in
richkit.retrieve.cert_sh
andrichkit.retrieve.ctlogs
, apparently because www.crt.sh is unreliable.This has negative impact on how useful the unittesting is.
The fix seems to be to do away with the current bad practice of testing against a live API (Bad for exactly this reason).