- Fix #1247: forward-first: ssl handshake failed on root nameservers.

This commit is contained in:
Yorgos Thessalonikefs 2025-06-25 13:56:50 +02:00
parent ee607c0f72
commit ca153f4657
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,6 @@
25 June 2025: Yorgos
- Fix #1247: forward-first: ssl handshake failed on root nameservers.
20 June 2025: Yorgos
- Fix #1293: EDE 6 is attached to insecure cached answers when client
sends the CD bit.

View file

@ -2180,6 +2180,10 @@ processLastResort(struct module_qstate* qstate, struct iter_qstate* iq,
a->lame, a->tls_auth_name, -1, NULL);
}
lock_rw_unlock(&qstate->env->hints->lock);
/* copy over some configuration since we update the
* delegation point in place */
iq->dp->tcp_upstream = dp->tcp_upstream;
iq->dp->ssl_upstream = dp->ssl_upstream;
}
iq->dp->has_parent_side_NS = 1;
} else if(!iq->dp->has_parent_side_NS) {