Skip to content

fix: usr: Use TLS for notifies if configured to do so.

Timo Eisenmann requested to merge eisenmann-b1/bind9:4821-notify-over-tls into main

Notifies configured to use TLS will now be sent over TLS, instead of plaintext UDP or TCP. Also, failing to load the TLS configuration for notify now also results in an error.

Closes #4821

Merge request reports