-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Describe the bug
We are observing that wget (and our Go services) hangs itself trying to connect to certain IP addresses. Theses addresses resolve fine outside of the distroless container.
In container
% docker run --rm -it gcr.io/distroless/base-debian12:debug
/ # wget -S https://sts.nih.gov/.well-known/openid-configuration -O -
Connecting to sts.nih.gov (128.231.243.251:443)
wget: note: TLS certificate validation not implemented
<HANGS>
Outside container
% wget -S https://sts.nih.gov/.well-known/openid-configuration -O -
--2024-09-20 18:40:53-- https://sts.nih.gov/.well-known/openid-configuration
Resolving sts.nih.gov (sts.nih.gov)... 128.231.243.251
Connecting to sts.nih.gov (sts.nih.gov)|128.231.243.251|:443... connected.
HTTP request sent, awaiting response...
HTTP/1.1 200
...
To Reproduce
See above. We observe this on multiple platforms, in all networks / devices and all regions.
Expected behavior
Connection should not hang. We believe this broke recently.
Console Output
See above.
Metadata
Metadata
Assignees
Labels
No labels