juched
Very Senior Member
Some progress...
Seems the issues I am having with rpz.spamhaus.org may be due to the performance of the master server:
And the issues with rpz.urlhaus.abuse.ch is an tls cert validation issue:
Seems I am not the only one on the first one:
https://github.com/NLnetLabs/unbound/issues/193
--- edit ---
the probe needs to get a quick response its seems.
/** timeout for probe packets for SOA */
78#define AUTH_PROBE_TIMEOUT 100 /* msec */
79/** when to stop with SOA probes (when exponential timeouts exceed this) */
80#define AUTH_PROBE_TIMEOUT_STOP 1000 /* msec */
Seems the issues I am having with rpz.spamhaus.org may be due to the performance of the master server:
Code:
debug: auth zone drop.rpz.spamhaus.org. soa probe sent to 34.194.195.25
debug: auth zone drop.rpz.spamhaus.org. soa probe timeout
And the issues with rpz.urlhaus.abuse.ch is an tls cert validation issue:
Code:
error: ssl handshake failed crypto error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
Seems I am not the only one on the first one:
https://github.com/NLnetLabs/unbound/issues/193
--- edit ---
the probe needs to get a quick response its seems.
/** timeout for probe packets for SOA */
78#define AUTH_PROBE_TIMEOUT 100 /* msec */
79/** when to stop with SOA probes (when exponential timeouts exceed this) */
80#define AUTH_PROBE_TIMEOUT_STOP 1000 /* msec */
Last edited: