-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
Bugs/notes related to Mutual TLS #364
Comments
This is captured in DEBUG Lines 2257 to 2259 in b88421b
and Lines 2315 to 2317 in b88421b
I run my devel SSL code with With nsd options -V100 -F 0x0020U -L100 2024-08-02 01:20:55.086] nsd[1029706]: info: CN s3.example.com does not match acl for s2.example.com Maybe we put those two in VERBOSITY LOG instead of DEBUG? |
per manual page:
|
Andreas Schulze provided some feedback on the Mutual TLS feature on the nsd-users mailing list.
I used an IPv6 network for my zone transfer tests and have the impression, the outgoing-interface statement at the secondary is not working if AXFR-over-tls is used.
While trying to get AXFR-over-tls working, I saw errors like "error: xfrd tls: TLS verify failed - (62) depth: 0 error: hostname mismatch"
It would be helpful to see there "... hostname mismatch: expected 'foo', got 'bar'"
After "error: xfrd tls: TLS verify failed - (62) depth: 0 error: hostname mismatch" I also saw "error: xfrd: TLS handshake failed: Success"
The text was updated successfully, but these errors were encountered: