-
Notifications
You must be signed in to change notification settings - Fork 617
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wget reset https connection when tls response server hello #63
Comments
like this issue: i hope busybox fix it kstack: |
resvq Accumulation,so,when close socket send reset Active Internet connections (servers and established) |
We were hit by [this](mirror/busybox#63) using latest
Fix for wget problem in busybox: mirror/busybox#63 Additionally fixed: k8spacket/k8spacket#25
Background:
args:
wget -O /agent-dir/agent.zip https://infc.oss-cn-haal..com/agent/adm****ent/agent-2.7.0.zip
errorlog ex:
wget https://www.baidu.com
Connecting to www.baidu.com (180.97.34.96:443)
wget: note: TLS certificate validation not implemented
wget: error getting response: Connection reset by peer
Env:
wget -v
wget: invalid option -- 'v'
BusyBox v1.36.0 (2023-01-03 22:42:57 UTC) multi-call binary.
Issue :
as below
Workaround:
The text was updated successfully, but these errors were encountered: