knot icon indicating copy to clipboard operation
knot copied to clipboard

tls: fix connection issues with some servers

Open Red54 opened this issue 5 months ago • 3 comments

Before: $ kdig +short +tls dns.google @1.12.12.12 ;; WARNING: TLS, handshake failed (A TLS fatal alert has been received.) ;; ERROR: failed to query server 1.12.12.12@853(TCP)

After: $ kdig +short +tls dns.google @1.12.12.12 8.8.4.4 8.8.8.8

Fixes: bd75c1fe3 (tls: unification of TLS priority settings, 2024-04-26)

Red54 avatar Sep 14 '24 16:09 Red54