Skip to content

net: DNS lookup on Windows returns "server misbehaving" #70191

@piclemx

Description

@piclemx

Go version

1.23

Output of go env in your module/workspace:

CGO_ENABLED=1 
GOOS=windows 
GOARCH=amd64 
CC=x86_64-w64-mingw32-gcc

What did you do?

We did upgrade one of CLI to go 1.23 and we started to get this

Simple HTTP call to a service result every time with an dial tcp: lookup DNS on IP:53: server misbehaving

That service is working when using the browser or just a simple curl command.

What did you see happen?

dial tcp: lookup DNS on IP:53: server misbehaving

What did you expect to see?

I was expecting that this will do a normal http call has before and just return back the response from the backend.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeOS-WindowsWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions