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
When troubleshooting issue #2, I noticed using a curl that there is some interesting validation error info provided:
curl
$ curl http://portfolio.sidnlabs.nl:8080/check/www.dnssec-failed.org www.dnssec-failed.org,"",bogus,validation failure <www.dnssec-failed.org. A IN>: no keys have a DS with algorithm RSASHA1 from 2001:558:100e:5:68:87:72:244 for key dnssec-failed.org. while building chain of trust
It might be interesting to think about how to expose that error info in the script. (Although does "simple.py" stop being simple at that point?)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When troubleshooting issue #2, I noticed using a
curl
that there is some interesting validation error info provided:$ curl http://portfolio.sidnlabs.nl:8080/check/www.dnssec-failed.org
www.dnssec-failed.org,"",bogus,validation failure <www.dnssec-failed.org. A IN>: no keys have a DS with algorithm RSASHA1 from 2001:558:100e:5:68:87:72:244 for key dnssec-failed.org. while building chain of trust
It might be interesting to think about how to expose that error info in the script. (Although does "simple.py" stop being simple at that point?)
The text was updated successfully, but these errors were encountered: