We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# rm -rf /var/unbound # mkdir -p /var/unbound # chown -R unbound:unbound /var/unbound # chroot -u unbound -g unbound / /usr/local/sbin/unbound-control-setup -d /var/unbound
Produces the following error since updating unbound to 1.5.7:
34379175320:error:0E079065:configuration file routines:DEF_LOAD_BIO:missing equal sign:/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/conf/conf_def.c:346:line 6 /usr/local/sbin/unbound-control-setup fatal error: could not create unbound_server.pem
The text was updated successfully, but these errors were encountered:
I've just upgraded a fresh installed 16.1 and now face the same issue. How do I solve the Prob?
Sorry, something went wrong.
@mircsicz run this once on the console:
# unbound-control-setup -d /var/unbound
THX a ton! ;-)
Lookie, it's an upstream bug... https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=729
Fixed via patching unbound port opnsense/ports@aa4cf2d
fichtner
No branches or pull requests
Produces the following error since updating unbound to 1.5.7:
The text was updated successfully, but these errors were encountered: