Opkg update TOR 1.3 Error

Hi
I've installed. TOR 1.3 on my GL-MT300A, I'm trying to run opkg update but I get the following
root@GL-MT300A:/etc/opkg# opkg update
Downloading http://www.gl-inet.com/openwrt/ramips/tor/1.3/packages/base/Packages.gz.
Downloading http://www.gl-inet.com/openwrt/ramips/tor/1.3/packages/base/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Downloading http://www.gl-inet.com/openwrt/ramips/tor/1.3/packages/luci/Packages.gz.
Downloading http://www.gl-inet.com/openwrt/ramips/tor/1.3/packages/luci/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Downloading http://www.gl-inet.com/openwrt/ramips/tor/1.3/packages/management/Packages.gz.
Downloading http://www.gl-inet.com/openwrt/ramips/tor/1.3/packages/management/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Downloading http://www.gl-inet.com/openwrt/ramips/tor/1.3/packages/packages/Packages.gz.
Downloading http://www.gl-inet.com/openwrt/ramips/tor/1.3/packages/packages/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Downloading http://www.gl-inet.com/openwrt/ramips/tor/1.3/packages/routing/Packages.gz.
Downloading http://www.gl-inet.com/openwrt/ramips/tor/1.3/packages/routing/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Downloading http://www.gl-inet.com/openwrt/ramips/tor/1.3/packages/telephony/Packages.gz.
Downloading http://www.gl-inet.com/openwrt/ramips/tor/1.3/packages/telephony/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Collected errors:

please can you advise?

By trying to download those files manually, I can say that they don't exist anymore.
The "newest" firmware is Tor 1.4: GL.iNet download center

Guess this might be the issue?

Hummm it was version 1.4 that I downloaded and installed. Looks like it's point at the wrong repo?

oh I tried updating the distfeeds.conf so it says 1.4 and not 1.3 but no joy

Guess they are just gone after 6 years. Should be EOL anyway.
@Bruce any information here?

Hi,

Apologize for MT300A already is EOL.

More new routers with higher performance and perfect operation to bring your better experience of TOR: Tor - GL.iNet Router Docs 4

No worries... :slight_smile: I'll return it to the stock bin and look at an upgrade

Thanks

Please try to change the distribution if the opkg does not upgrade,

SSH command:
sed -i 's_http://www.gl-inet.com_https://fw.gl-inet.com_' /etc/opkg/distfeeds.conf

Hi Bruce

Nope, sadly this has the same issue,

root@GL-MT300A:/etc/opkg# opkg update
Downloading https://fw.gl-inet.com/openwrt/ramips/tor/1.4/packages/base/Packages.gz.
Downloading https://fw.gl-inet.com/openwrt/ramips/tor/1.4/packages/base/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Downloading https://fw.gl-inet.com/openwrt/ramips/tor/1.4/packages/luci/Packages.gz.
Downloading https://fw.gl-inet.com/openwrt/ramips/tor/1.4/packages/luci/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Downloading https://fw.gl-inet.com/openwrt/ramips/tor/1.4/packages/management/Packages.gz.
Downloading https://fw.gl-inet.com/openwrt/ramips/tor/1.4/packages/management/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Downloading https://fw.gl-inet.com/openwrt/ramips/tor/1.4/packages/packages/Packages.gz.
Downloading https://fw.gl-inet.com/openwrt/ramips/tor/1.4/packages/packages/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Downloading https://fw.gl-inet.com/openwrt/ramips/tor/1.4/packages/routing/Packages.gz.
Downloading https://fw.gl-inet.com/openwrt/ramips/tor/1.4/packages/routing/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Downloading https://fw.gl-inet.com/openwrt/ramips/tor/1.4/packages/telephony/Packages.gz.
Downloading https://fw.gl-inet.com/openwrt/ramips/tor/1.4/packages/telephony/Packages.sig.
Signature check failed.
Remove wrong Signature file.
Collected errors:

I tried with both 1.3 and 1.4.

With 1.4 something seems to be there as a manual wget seems to find the files but fails with the following

root@GL-MT300A:~# wget https://fw.gl-inet.com/openwrt/ramips/tor/1.4/packages/telephony/Packages.sig
--2024-05-29 18:54:11-- https://fw.gl-inet.com/openwrt/ramips/tor/1.4/packages/telephony/Packages.sig
Resolving fw.gl-inet.com... 18.165.160.94, 18.165.160.119, 18.165.160.85, ...
Connecting to fw.gl-inet.com|18.165.160.94|:443... connected.
ERROR: cannot verify fw.gl-inet.com's certificate, issued by 'CN=Amazon RSA 2048 M02,O=Amazon,C=US':
Unable to locally verify the issuer's authority.
To connect to fw.gl-inet.com insecurely, use `--no-check-certificate'.

1.3 works on my browser, are you sure you tested it well?