Feed's url of path Invalid

HI, professor
My route's firmware version is "LEDE Reboot 17.01.4 r3560-79f57e422d / LuCI lede-17.01 branch (git-17.298.45605-07e7ff0)"

Now i want to update the feeds to intstall softeware, but, can't open the url "http://downloads.lede-project.org/releases/17.01.4/targets/bcm53xx/generic/packages/"

Because my device is PHICOMM K3 ,so it can't up to date

Could you repair the path?

BTW,why not developer for PHICOMM K3?

Thanks!!

https://downloads.openwrt.org/releases/17.01.4/targets/bcm53xx/generic/packages/

Thanks very much.

Excuse me
update siad the "" opkg update
Downloading https://downloads.lede-project.org/releases/17.01.6/targets/x86/64/packages/Packages.gz
*** Failed to download the package list from https://downloads.lede-project.org/releases/17.01.6/targets/x86/64/packages/Packages.gz

But it is ok for browser .

what is the version of OpenWrt you are using, can you post the output of

cat /etc/os-release

and output of

cat /etc/opkg/distfeeds.conf

root@K3:~# cat /etc/os-release
NAME="LEDE"
VERSION="17.01.4, Reboot"
ID="lede"
ID_LIKE="lede openwrt"
PRETTY_NAME="LEDE Reboot 17.01.4"
VERSION_ID="17.01.4"
HOME_URL="http://lede-project.org/"
BUG_URL="http://bugs.lede-project.org/"
SUPPORT_URL="http://forum.lede-project.org/"
BUILD_ID="r3560-79f57e422d"
LEDE_BOARD="bcm53xx/generic"
LEDE_ARCH="arm_cortex-a9"
LEDE_TAINTS="no-all"
LEDE_DEVICE_MANUFACTURER="LEDE"
LEDE_DEVICE_MANUFACTURER_URL="http://lede-project.org/"
LEDE_DEVICE_PRODUCT="Generic"
LEDE_DEVICE_REVISION="v0"
LEDE_RELEASE="LEDE Reboot 17.01.4 r3560-79f57e422d"
root@K3:~# cat /etc/opkg/distfeeds.conf
src/gz reboot_core https://downloads.lede-project.org/releases/17.01.4/targets/x86/64/packages
src/gz reboot_base http://downloads.lede-project.org/releases/17.01.4/packages/x86_64/base
src/gz reboot_luci http://downloads.lede-project.org/releases/17.01.4/packages/x86_64/luci
src/gz reboot_packages http://downloads.lede-project.org/releases/17.01.4/packages/x86_64/packages
src/gz reboot_routing http://downloads.lede-project.org/releases/17.01.4/packages/x86_64/routing
src/gz reboot_telephony http://downloads.lede-project.org/releases/17.01.4/packages/x86_64/telephony
root@K3:~#

Thanks.

VS

what is going on here ?

Sorry,the 17.01.6 is other lede for test.
The output of cat is no problem

Maybe the server is down ???
try

cd /tmp
wget  https://downloads.lede-project.org/releases/17.01.6/targets/x86/64/packages/Packages.gz

just to test

return:
Downloading 'https://downloads.openwrt.org/releases/17.01.6/targets/x86/64/packages/Packages.gz'
Connecting to 148.251.78.235:443
Connection error: Server hostname does not match SSL certificate
or
Downloading 'https://downloads.lede-project.org/releases/17.01.6/targets/x86/64/packages/Packages.gz'
Connecting to 148.251.78.235:443
Connection error: Server hostname does not match SSL certificate

ca-bundle and ca-certificates installed

The domain should be openwrt[DOT]org; not lede-project.

Interesting, what happens if you replace lede-project with openwrt

if that works consider editing the distfeeds.conf file to use openwrt instead they both map to the same server

>nslookup downloads.openwrt.org
Non-authoritative answer:
Name:    mirror-01.infra.openwrt.org
Addresses:  2a01:4f8:202:43ea::2
          148.251.78.235
Aliases:  downloads.openwrt.org


>nslookup downloads.lede-project.org
Non-authoritative answer:
Name:    downloads2.lede-project.org
Addresses:  2a01:4f8:202:43ea::3
          148.251.78.235
Aliases:  downloads.lede-project.org
1 Like

It should definitely fix his SSL error:

Different IPv6 address; but likely the same server.

hello all
I'm try it downloads.openwrt.org instead of lede-project.org in distfeeds.conf or /tmp> gwet https://........
and same error

root@test:/tmp# nslookup downloads.openwrt.org

Name: downloads.openwrt.org
downloads.openwrt.org canonical name = mirror-01.infra.openwrt.org
Name: mirror-01.infra.openwrt.org
Address 1: 148.251.78.235
downloads.openwrt.org canonical name = mirror-01.infra.openwrt.org
Address 2: 2a01:4f8:202:43ea::2
root@test:/tmp#
root@test:/tmp#
root@test:/tmp# nslookup downloads.lede-project.org

Name: downloads.lede-project.org
downloads.lede-project.org canonical name = downloads2.lede-project.org
Name: downloads2.lede-project.org
Address 1: 148.251.78.235
downloads.lede-project.org canonical name = downloads2.lede-project.org
Address 2: 2a01:4f8:202:43ea::3
root@test:/tmp#

  • What error are you still receiving, the SSL one?
  • If so, please provide the serial number of the SSL certificate presented to you
  • Can you paste a copy of the error?

Screenshot%20from%202018-09-15%2010-04-25

you can also change https to http

1 Like

image

Same whit you

http is not work

did you test
wget http://downloads.openwrt.org/releases/17.01.6/targets/x86/64/packages/Packages.gz

http://downloads.openwrt.org forwards to http://archive.openwrt.org, but https does not for some of the older releases.