NLnetLabs / nsd

The NLnet Labs Name Server Daemon (NSD) is an authoritative, RFC compliant DNS nameserver.

Home Page:https://nlnetlabs.nl/nsd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow unencrypted local operation of nsd-control

k0ekk0ek opened this issue · comments

As outlined in #266, nsd-control supports unix-domain sockets. However, nsd-control does not allow unencrypted (non-TLS) operation even though it would be a valid use case.

The commit prints an error if a user tries to setup TLS based operation for nsd-control, when NSD is compiled without OpenSSL. It prints the error NSD was compiled without SSL.. Unix-domain socket operation is allowed.