I'm having issues with updating the OS.
root@OpenWrt:~# opkg update
Downloading https://downloads.openwrt.org/releases/23.05.4/targets/mpc85xx/p1020/packages/Packages.gz
*** Failed to download the package list from https://downloads.openwrt.org/releases/23.05.4/targets/mpc85xx/p1020/packages/Packages.gz
Collected errors:
- opkg_download: Failed to download https://downloads.openwrt.org/releases/23.05.4/targets/mpc85xx/p1020/packages/Packages.gz, wget returned 5.
And my /etc/resolv.conf is filled out correctly:
search lan
nameserver 8.8.8.8
I CAN ping https://downloads.openwrt.org
I tried using WGET and got this:
root@OpenWrt:~# wget https://downloads.openwrt.org/releases/22.03.5/targets/mpc8
5xx/p1020/packages/Packages.gz
Downloading 'https://downloads.openwrt.org/releases/22.03.5/targets/mpc85xx/p1020/packages/Packages.gz'
Connecting to 146.75.78.132:443
Connection error: Invalid SSL certificate
I do NOT have IPv6 turned on; it's disabled.
What am I missing?