rM-docker icon indicating copy to clipboard operation
rM-docker copied to clipboard

wget Connection reset by peer

Open geloescht opened this issue 11 months ago • 1 comments

When building this container I run into

# wget https://github.com/timower/rM2-stuff/releases/download/v0.1.2/rm2display.ipk
# Connecting to github.com (140.82.121.3:443)
# wget: note: TLS certificate validation not implemented
# wget: error getting response: Connection reset by peer

I think this might be the same error as https://github.com/docker-library/busybox/issues/162

geloescht avatar Jan 14 '25 20:01 geloescht

wget on the device doesn't implement SSL, but it should be using the wget-ssl package provided by toltec, my guess is that it's not using the correct path, try changing it to be /opt/bin/wget

Eeems avatar Jan 14 '25 20:01 Eeems