We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was testing this library with the following use case:
I was expecting the result of this test to be invalid due to the error ERR_CERT_REVOKED active on the certificate but this is what I got:
{ "daysRemaining": 352, "valid": true, "validFrom": "2021-10-27T00:00:00.000Z", "validTo": "2022-10-27T23:59:59.000Z", "validFor": [ "revoked.badssl.com" ] }
The text was updated successfully, but these errors were encountered:
Here are some tests proving it does not work [runkit] for that case specifically, rest looks fine.
Sorry, something went wrong.
No branches or pull requests
I was testing this library with the following use case:
I was expecting the result of this test to be invalid due to the error ERR_CERT_REVOKED active on the certificate but this is what I got:
The text was updated successfully, but these errors were encountered: