Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

using wget results in TLS connect failed #344

Closed
dlannan opened this issue Jan 9, 2020 · 2 comments · Fixed by #346
Closed

using wget results in TLS connect failed #344

dlannan opened this issue Jan 9, 2020 · 2 comments · Fixed by #346
Labels
area/tooling kind/bug Something isn't working
Milestone

Comments

@dlannan
Copy link

dlannan commented Jan 9, 2020

Version
v0.8.0

Architecture
x86_64

Describe the bug
When calling wget for various urls (I have mostly been trying your github repos) it reports:
Connecting to github.com (xxx.xxx.xxx.xxx)
ssl_client: github.com: TLS connect failed
wget: error getting response: Connection reset by peer

To Reproduce
sudo wget https://github.com/rancher/k3os/README.md

Expected behavior
Fetches the requested file.

Actual behavior
Errors.

Additional context

@dlannan
Copy link
Author

dlannan commented Jan 9, 2020

Note: I have tested on other OS's (Ubuntu and Solus) and they work fine on the same machine with the same network connectivity.

Oh. Other point, this is on bare metal OS install.

@dweomer dweomer added area/tooling kind/bug Something isn't working labels Jan 9, 2020
@dweomer
Copy link
Contributor

dweomer commented Jan 9, 2020

This is due to busybox wget not using the /etc/ssl/certs/ca-certificates.crt and instead expecting it at /etc/ssl/cert.pem.

dweomer added a commit to dweomer/k3os that referenced this issue Jan 13, 2020
- to /etc/ssl/certs/ca-certificates.crt

Fixes rancher#344
dweomer added a commit to dweomer/k3os that referenced this issue Jan 13, 2020
- to /etc/ssl/certs/ca-certificates.crt

Fixes rancher#344
@dweomer dweomer added this to the v0.9.0 milestone Jan 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/tooling kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants