-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
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
Error using DOQ or DTLS as protocol in resolvers: CRYPTO_ERROR 0x12a (local): tls: failed to verify certificate: x509... #327
Comments
Had this as well and went away after I added |
This does look like a bug, probably happened when the QUIC library was updated in #323 |
There was a change in the upstream quic library. I put a fix on the |
Now works perfectly without any problems when connecting to a DoQ Server. I will not close this issue until this is pushed to master branch ;) |
@Fijxu just to confirm you have tested this branch. If you have. I will add myself to review and review it so it can be merged asap |
Yes, I tested it and it has been working for hours (because I use routedns as DNS resolver on my personal laptop) |
For some strange reason, after updating routedns, now I get this error and I can't resolve any domain using DoQ or DTLS:
(
37.252.251.157
is the NextDNS DNS server`)This is my very simple config, it doesn't have anything important on it:
Before updating (I don't remember the commit) it worked without any problems. I tried https://github.com/AdguardTeam/dnsproxy using a similar config, using
dns.nextdns.io:853
as DoQ resolver and it resolves as intended. Any clues? Thanks in advance.The text was updated successfully, but these errors were encountered: