Closed Funami580 closed 3 months ago
Worked around the issue with:
.:53 {
fanout . 127.0.0.1:5301
}
.:5301 {
forward . tls://9.9.9.9 {
tls_servername dns.quad9.net
}
}
@Funami580 This is interesting issue, I think it should be reopened.
@Funami580 Do you have an idea where problem can be in code?
Also interesting... Is corefile
fanout . tls://9.9.9.9 {
tls-server dns.quad9.net
}
working correctly?
Do you have an idea where problem can be in code?
No, but once https://github.com/networkservicemesh/fanout/pull/37 is merged, it is possible to see a more detailed error message, I guess.
Is corefile [...] working correctly?
Didn't I test that already with
.:5305 {
fanout . tls://9.9.9.9 {
tls-server dns.quad9.net
}
}
?
No, but once #37 is merged, it is possible to see a more detailed error message, I guess.
There was a minor comment related to error messages. Finally merged.
@Funami580 #37 is merged. Could you please retest the setup and provide new logs?
Thanks!
Oct 17 19:27:42 name coredns[176385]: [ERROR] plugin/errors: 2 archlinux.org. A: attempt limit has been reached, last err: dial tcp-tls: unknown network tcp-tls
Corefile config
Result fanout with tls: not working
With logs and errors enabled:
Result fanout without tls: works
Result forward with tls: works