Nsupdate.exe on windows server 2019 fails
Summary
Nsupdate.exe on windows server 2019 fails with dns_request_getresponse: expected a TSIG or SIG(0)
BIND version used
Tried both Bind 9.16.10 and Bind 9.11.26 x64
Steps to reproduce
"C:\Program Files\BIND9.16.10.x64\nsupdate.exe" -v -y hmac-sha512:mydomain.com:[redacted TSIG key]
> server ns.server.com
> update add test.mydomain.com 86400 A 10.10.10.10
> send
dns_request_getresponse: expected a TSIG or SIG(0)
What is the current bug behavior?
It give an error: dns_request_getresponse: expected a TSIG or SIG(0)
whereas the exact same commands succeed in Linux
What is the expected correct behavior?
It should work and add the requested record.