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

FS#2059 - uclient-fetch not working at all on http (not https) connections. #8584

Closed
openwrt-bot opened this issue Jan 15, 2019 · 0 comments
Closed
Labels

Comments

@openwrt-bot
Copy link

rsalvaterra:

I just tried today's trunk snapshot on my Turris Omnia; everything's working fine apart from uclient-fetch. I noticed the failure because the ddns updater stopped working. If I install wget, everything works, since wget replaces uclient-fetch. Sample output follows.

Bad:

root@heimdall:/tmp# uclient-fetch http://perdu.com/
Downloading 'http://perdu.com/'
Failed to establish connection
root@heimdall:/tmp#

Good:

root@heimdall:/tmp# wget http://perdu.com/
--2019-01-15 14:31:09-- http://perdu.com/
Resolving perdu.com... 208.97.177.124
Connecting to perdu.com|208.97.177.124|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 204 [text/html]
Saving to: 'index.html'

index.html 100%[==================================================================================================================================================================>] 204 --.-KB/s in 0s

2019-01-15 14:31:10 (16.4 MB/s) - 'index.html' saved [204/204]

root@heimdall:/tmp#

Image builder command line:

make image PROFILE=turris-omnia PACKAGES="-kmod-ath9k -dnsmasq -odhcpd -odhcpd-ipv6only -odhcp6c -ppp -ppp-mod-pppoe ddns-scripts dnsmasq-full ethtool haveged htop ipset kmod-ipt-raw kmod-ipt-raw6 kmod-nf-nathelper-extra kmod-wireguard nano sqm-scripts tcpdump tor wget wireguard-tools zram-swap"

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

No branches or pull requests

1 participant