rM-docker
rM-docker copied to clipboard
wget Connection reset by peer
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
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