Skip to content
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 is not compiled with HTTPS; a manual install of entware's wget-ssl does not resolve #21

Open
chrisdonlan opened this issue Jan 21, 2023 · 4 comments

Comments

@chrisdonlan
Copy link
Contributor

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.

@chrisdonlan
Copy link
Contributor Author

So this is an issue with the install.sh script. wget-nossl is the default wget. Instead, wget-ssl needs to be the default wget.

@chrisdonlan
Copy link
Contributor Author

chrisdonlan commented Jan 22, 2023

Fixed with this PR: #22

@Sacha00Z
Copy link

Sacha00Z commented May 23, 2023

I seem to have the same issue with a fresh install today.

opkg version d038e5b6d155784575f62a66a8bb7e874173e92e (2022-02-24)

GNU Wget 1.21.3 built on linux-gnu.

@sysma-user
Copy link

Just add
export PATH=/opt/bin:$PATH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants