You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue I am running into following the README. I have successfully installed opkg and am hitting the entware server over http successfully.
# installing wget-ssl manually over http works
wget http://bin.entware.net/armv7sf-k3.2/wget-ssl_1.21.3-1_armv7-3.2.ipk
# arrives on drive
# installs and assures that everything is current
opkg install wget-ssl_1.21.3-1_armv7-3.2.ipk
Yet nothing will download over https. This means that tasks like opkg update fail:
reMarkable: ~/ opkg update
Downloading https://bin.entware.net/armv7sf-k3.2/Packages.gz
*** Failed to download the package list from https://bin.entware.net/armv7sf-k3.2/Packages.gz
Collected errors:
* opkg_download: Failed to download https://bin.entware.net/armv7sf-k3.2/Packages.gz, wget returned 1.
When manually fetching files over https with wget, the error has more information:
reMarkable: ~/ wget https://bin.entware.net/armv7sf-k3.2/Packages.gz
https://bin.entware.net/armv7sf-k3.2/Packages.gz: HTTPS support not compiled in.
However both wget-nossl and wget-ssl are installed and at the most current available version.
I'll post what I figure out here.
The text was updated successfully, but these errors were encountered:
This is an issue I am running into following the README. I have successfully installed
opkg
and am hitting the entware server over http successfully.Yet nothing will download over
https
. This means that tasks likeopkg update
fail:When manually fetching files over https with
wget
, the error has more information:However both
wget-nossl
andwget-ssl
are installed and at the most current available version.I'll post what I figure out here.
The text was updated successfully, but these errors were encountered: