Skip to content
Snippets Groups Projects
Commit c967db6c authored by Petr Špaček's avatar Petr Špaček
Browse files

TA bootstrap: log HTTPS failures

parent 0d30a8b7
Branches
Tags
3 merge requests!2571.2 merge master,!212WIP: sync NEWS etc.,!198TA bootstrap: log HTTPS failures
Pipeline #1688 passed with stages
in 1 minute and 35 seconds
......@@ -289,7 +289,8 @@ local trust_anchors = {
if not io.open(path, 'r') then
local rr, msg = bootstrap(trust_anchors.bootstrap_url, trust_anchors.bootstrap_ca)
if not rr then
error('you MUST obtain the root TA manually, see: '..
error(msg..
': you MUST obtain the root TA manually, see: '..
'https://knot-resolver.readthedocs.io/en/latest/daemon.html#enabling-dnssec')
end
trustanchor(rr)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment