Upgrading to 25.12: packages update problem

Hello,

I successfully upgraded my routers to the latest openwrt. I had no problem with all of them except one, xiaomi ax3600. I cannot update and install packages:

ERROR: wget: exited with error 5
WARNING: updating and opening ``https://downloads.openwrt.org/releases/25.12.5/targets/qualcommax/ipq807x/packages/packages.adb:`` unexpected end of file
ERROR: wget: exited with error 5
WARNING: updating and opening ``https://downloads.openwrt.org/releases/25.12.5/packages/aarch64_cortex-a53/base/packages.adb:`` unexpected end of file
ERROR: wget: exited with error 5
WARNING: updating and opening ``https://downloads.openwrt.org/releases/25.12.5/targets/qualcommax/ipq807x/kmods/6.12.94-1-dbd7ac5945a1d38dbc7f22bedd674e40/packages.adb:`` unexpected end of file

I do not have wget-ssl installed and I already did ln -sf /bin/uclient-fetch /usr/bin/wget as described below:

Moreover, is the package luci-app-nlbawmon abandoned? I cannot find it also with other routers.

ERROR: unable to select packages:
luci-app-nlbawmon (no such package):
required by: world[luci-app-nlbawmon]

Thank you

Try luci-app-nlbwmon.

Can you try to download that package index from the command line and see if that works? Here's what I see, for reference:

$ uclient-fetch https://downloads.openwrt.org/releases/25.12.5/targets/qualcommax/ipq807x/kmods/6.12.94-1-dbd7ac5945a1d38dbc7f22bedd674e40/packages.adb
Downloading 'https://downloads.openwrt.org/releases/25.12.5/targets/qualcommax/ipq807x/kmods/6.12.94-1-dbd7ac5945a1d38dbc7f22bedd674e40/packages.adb'
Connecting to 2a04:4e42:600::644:443
Writing to 'packages.adb'
packages.adb         100% |*******************************|   145k  0:00:00 ETA
Download completed (149309 bytes)

client-fetch ``https://downloads.openwrt.org/releases/25.12.5/tar
gets/qualcommax/ipq807x/kmods/6.12.94-1-dbd7ac5945a1d38dbc7f22bedd674e40/package
s.adb
Downloading '``https://downloads.openwrt.org/releases/25.12.5/targets/qualcommax/ipq807x/kmods/6.12.94-1-dbd7ac5945a1d38dbc7f22bedd674e40/packages.adb``'
Connecting to 1.1.1.1:443
Connection error: Server hostname does not match SSL certificate

I checked the system date

date
Fri Jul 3 05:33:06 UTC 2026

I also tried to reinstall the system without success

ubus call system board
{
"kernel": "6.12.94",
"hostname": "OpenWrt",
"system": "ARMv8 Processor rev 4",
"model": "Xiaomi AX3600",
"board_name": "xiaomi,ax3600",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "25.12.5",
"firmware_url": "``https://downloads.openwrt.org/``",
"revision": "r33051-f5dae5ece4",
"target": "qualcommax/ipq807x",
"description": "OpenWrt 25.12.5 r33051-f5dae5ece4",
"builddate": "1782737960"
}
}

Looks like your certs are broken or corrupted. What do you see installed using apk list?

$ apk update
...

$ apk list 'ca-*'
ca-bundle-20260223-r1 noarch {feeds/base/system/ca-certificates} (GPL-2.0-or-later MPL-2.0) [installed]
ca-bundle-20260601-r1 noarch {feeds/base/system/ca-certificates} (GPL-2.0-or-later MPL-2.0) [upgradable from: ca-bundle-20260223-r1]
ca-certificates-20260601-r1 noarch {feeds/base/system/ca-certificates} (GPL-2.0-or-later MPL-2.0)

Hello,

I solved the problem. It was related to custom DNS (1.1.1.1 and 9.9.9.9). Surfing the web was working well although. Is this the wrong section?