René's URL Explorer Experiment


Title: dns.resolveSrv returns ECONNREFUSED on Windows since v24.13.0 (still broken in v25.x and v26.x) · Issue #62326 · nodejs/node · GitHub

Open Graph Title: dns.resolveSrv returns ECONNREFUSED on Windows since v24.13.0 (still broken in v25.x and v26.x) · Issue #62326 · nodejs/node

X Title: dns.resolveSrv returns ECONNREFUSED on Windows since v24.13.0 (still broken in v25.x and v26.x) · Issue #62326 · nodejs/node

Description: Version v24.14.0, v25.8.1 Platform Microsoft Windows NT 10.0.26200.0 x64 Subsystem dns (c-ares) What steps will reproduce the bug? Run the following script: const dns = require("dns"); dns.resolveSrv("_mongodb._tcp.mongodb....

Open Graph Description: Version v24.14.0, v25.8.1 Platform Microsoft Windows NT 10.0.26200.0 x64 Subsystem dns (c-ares) What steps will reproduce the bug? Run the following script: const dns = require("dns"); dns.resolveS...

X Description: Version v24.14.0, v25.8.1 Platform Microsoft Windows NT 10.0.26200.0 x64 Subsystem dns (c-ares) What steps will reproduce the bug? Run the following script: const dns = require("dns"); dn...

Opengraph URL: https://github.com/nodejs/node/issues/62326

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"dns.resolveSrv returns ECONNREFUSED on Windows since v24.13.0 (still broken in v25.x and v26.x)","articleBody":"### Version\n\nv24.14.0, v25.8.1\n\n### Platform\n\n```text\nMicrosoft Windows NT 10.0.26200.0 x64\n```\n\n### Subsystem\n\ndns (c-ares)\n\n### What steps will reproduce the bug?\n\nRun the following script:\n\n```js\nconst dns = require(\"dns\");\n\ndns.resolveSrv(\"_mongodb._tcp.mongodb.\u003cyour-cluster\u003e.mongodb.net\", (err, addresses) =\u003e {\n  console.log(err ? `error ${err.code}: ${err.message}` : addresses);\n});\n```\n\nRun with Node.js \u003e= v24.13.0 on Windows.\n\n### How often does it reproduce? Is there a required condition?\n\n100% reproducible on Windows.\n\nNo special conditions required.\n\n### What is the expected behavior? Why is that the expected behavior?\n\nThe SRV query should resolve successfully and return records.\n\nExample output (Node v24.12.0 and v25.2.1):\n\n```\n[\n  {\n    name: 'shard-00-00.\u003cyour-cluster\u003e.mongodb.net',\n    port: 27017,\n    priority: 0,\n    weight: 0,\n    type: 'SRV'\n  },\n  {\n    name: 'shard-00-01.\u003cyour-cluster\u003e.mongodb.net',\n    port: 27017,\n    priority: 0,\n    weight: 0,\n    type: 'SRV'\n  },\n  {\n    name: 'shard-00-02.\u003cyour-cluster\u003e.mongodb.net',\n    port: 27017,\n    priority: 0,\n    weight: 0,\n    type: 'SRV'\n  }\n]\n```\n\nThis behavior is consistent with:\n- previous Node.js versions\n- Node.js v25.2.1\n- other platforms (tested on Linux)\n\n### What do you see instead?\n\n```\nerror ECONNREFUSED: querySrv ECONNREFUSED _mongodb._tcp.\u003cyour-cluster\u003e.mongodb.net\n```\n\nThis happens consistently even with valid public DNS resolvers configured on the system.\n\n### Additional information\n\nThis appears related to the issue described in #61435 and the fix in #61453 (commit 17b363a66c).\n\nHowever, the problem persists on Windows.\n\nFrom testing:\n\n- Node.js 24:\n  - Last known working version: v24.12.0\n  - First broken version: v24.13.0+\n\n- Node.js 25:\n  - Last known working version: v25.2.1\n  - Reproducible in all tested versions up to v25.8.1\n\nThe issue is 100% reproducible and specifically affects SRV resolution (`dns.resolveSrv`).\n\nThe issue does not occur in earlier versions and is therefore a regression.\n\nThis suggests the fix may be incomplete or that the regression was reintroduced.","author":{"url":"https://github.com/niridya","@type":"Person","name":"niridya"},"datePublished":"2026-03-18T19:33:04.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":10},"url":"https://github.com/62326/node/issues/62326"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:bd340dec-26e7-482d-7ee7-ca1670290189
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA5F2:3DF948:126FB23:194889C:6A4DE3D0
html-safe-nonce437faa5f1840510c1a43081d7f108ed9e1b4274a1ce2e93da9c54d3c4565c497
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNUYyOjNERjk0ODoxMjZGQjIzOjE5NDg4OUM6NkE0REUzRDAiLCJ2aXNpdG9yX2lkIjoiNDU4NDMwNTQ3NDg0OTg1ODUxMiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmace680ccff31bd5fe8bf1d88ec9d333725fd90f3617d411d838cacf118ff1198de
hovercard-subject-tagissue:4097297799
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/nodejs/node/62326/issue_layout
twitter:imagehttps://opengraph.githubassets.com/d4d2300607b1bc2ea37108b51bd6419711a6ac80f7112484ba58be92dca4c3f2/nodejs/node/issues/62326
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/d4d2300607b1bc2ea37108b51bd6419711a6ac80f7112484ba58be92dca4c3f2/nodejs/node/issues/62326
og:image:altVersion v24.14.0, v25.8.1 Platform Microsoft Windows NT 10.0.26200.0 x64 Subsystem dns (c-ares) What steps will reproduce the bug? Run the following script: const dns = require("dns"); dns.resolveS...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameniridya
hostnamegithub.com
expected-hostnamegithub.com
None06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33
turbo-cache-controlno-preview
go-importgithub.com/nodejs/node git https://github.com/nodejs/node.git
octolytics-dimension-user_id9950313
octolytics-dimension-user_loginnodejs
octolytics-dimension-repository_id27193779
octolytics-dimension-repository_nwonodejs/node
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27193779
octolytics-dimension-repository_network_root_nwonodejs/node
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release1d344bdb7547fe6bca17a59bb2b8aac3dc9532a0
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/issues/62326#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fissues%2F62326
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fissues%2F62326
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=nodejs%2Fnode
Reloadhttps://github.com/nodejs/node/issues/62326
Reloadhttps://github.com/nodejs/node/issues/62326
Reloadhttps://github.com/nodejs/node/issues/62326
Please reload this pagehttps://github.com/nodejs/node/issues/62326
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/issues/62326
Notifications https://github.com/login?return_to=%2Fnodejs%2Fnode
Fork 36k https://github.com/login?return_to=%2Fnodejs%2Fnode
Star 118k https://github.com/login?return_to=%2Fnodejs%2Fnode
Code https://github.com/nodejs/node
Issues 1.3k https://github.com/nodejs/node/issues
Pull requests 963 https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality 0 https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Code https://github.com/nodejs/node
Issues https://github.com/nodejs/node/issues
Pull requests https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
dns.resolveSrv returns ECONNREFUSED on Windows since v24.13.0 (still broken in v25.x and v26.x)https://github.com/nodejs/node/issues/62326#top
https://github.com/niridya
niridyahttps://github.com/niridya
on Mar 18, 2026https://github.com/nodejs/node/issues/62326#issue-4097297799
#61435https://github.com/nodejs/node/issues/61435
#61453https://github.com/nodejs/node/pull/61453
17b363ahttps://github.com/nodejs/node/commit/17b363a66cfd6dfe605977ae92b1e0cc0ecbbce8
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.