Page 1 of 1

2 x WRT32x 1.12 SSL certificate error

Posted: Fri Aug 14, 2020 11:58 am
by cobra98
I have updated two WRT32x
one from original linksys with factory image,
another one update from 1.10 to 1.12 without preserve settings.
So the one updated from original image has this error when copying by https

"
root@Gargoyle:/tmp# wget https://downloads.openwrt.org/releases/18.06.2/packages
/arm_cortex-a9_vfpv3/base/iperf3_3.5-1_arm_cortex-a9_vfpv3.ipk
Downloading 'https://downloads.openwrt.org/releases/ ... _vfpv3.ipk'
Connecting to 176.9.48.73:443
Connection error: Invalid SSL certificate
"
the other one does not have this problem
Shall i update this one again with upgrade image now too?
Is this a fault in the factory image maybe?

If possible integrate iperf and iperf3 in the images?
Its nice for speed testing :)

Is there also a way to see the version beeing used from openwrt? 18.06 was not the right one to choose, so i tried up to 18.06.2 which worked to install correct.

Re: 2 x WRT32x 1.12 SSL certificate error

Posted: Fri Aug 14, 2020 1:23 pm
by RomanHK
Try it:

Code: Select all

wget http://downloads.openwrt.org/releases/18.06.2/packages/arm_cortex-a9_vfpv3/base/iperf3_3.5-1_arm_cortex-a9_vfpv3.ipk
or

Code: Select all

wget --no-check-certificate https://downloads.openwrt.org/releases/18.06.2/packages/arm_cortex-a9_vfpv3/base/iperf3_3.5-1_arm_cortex-a9_vfpv3.ipk

Re: 2 x WRT32x 1.12 SSL certificate error

Posted: Fri Aug 14, 2020 6:58 pm
by CBx86
Or try check datetime too.

Re: 2 x WRT32x 1.12 SSL certificate error

Posted: Fri Aug 14, 2020 7:35 pm
by RomanHK
CBx86 wrote:
Fri Aug 14, 2020 6:58 pm
Or try check datetime too.
The correct date and time will not help if it does not have a library in the OpenSSL firmware (eg using the uclient-fetch package).

Re: 2 x WRT32x 1.12 SSL certificate error

Posted: Fri Aug 14, 2020 7:47 pm
by Lantis
You shouldn't run iperf on the router itself. This does not give a true idea of speed and will not be included.

Re: 2 x WRT32x 1.12 SSL certificate error

Posted: Fri Aug 14, 2020 10:35 pm
by cobra98
Thx i tried it already with http and worked.
But the strange is both wrt32x one with factory image
and one with sysupgrade.
The one with sysupgrade didn`t have the problem.