You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is fixed with removal of the OpenSSL specific code for the nettle build. With that unbound-host works with a nettle libunbound only build. The bisect result and inspection are very nice! Thanks for the report, the fix is committed to the code repository.
alyssais
added a commit
to alyssais/nixpkgs
that referenced
this issue
Sep 22, 2023
Describe the bug
My Prosody XMPP server, which uses libunbound, can't do outgoing DNS since updating to 1.18.0.
To reproduce
Steps to reproduce the behavior:
Expected behavior
Prosody could make DNS requests, and send outgoing messages.
System:
unbound -V
output: n/a; built with --with-libunbound-onlyAdditional information
Bisected to 7e6a7f3.
From inspection, it appears that, since
connect_sslctx_create
returns null if built without OpenSSL, setup will now always fail.The text was updated successfully, but these errors were encountered: