Forum Discussion
Sushil_Kolekar
Nimbostratus
Nov 25, 2019edns512tcp=connection-refused
can any let me know edns512tcp=connection-refused error while doing edns compliance test
- cjunior
Nacreous
Hi,
Looking at this point:
https://gitlab.isc.org/isc-projects/DNS-Compliance-Testing/blob/master/genreport.c
if (n == -1) { if (errno == ECONNRESET) addtag(item, "reset"); else if (errno == ECONNREFUSED) addtag(item, "connection-refused"); else addtag(item, "failed"); close(fd); item->summary->allok = 0; item->summary->seenfailure = 1; freeitem(item); return; }
Looks like you didn't have virtual circuit (TCP port 53) opened to virtual circuit test kind.
Regards
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects