2 x WRT32x 1.12 SSL certificate error

If your problem doesn't fall into one of the other categories, report it here.

Moderator: Moderators

Post Reply
cobra98
Posts: 121
Joined: Tue Oct 15, 2013 5:07 am

2 x WRT32x 1.12 SSL certificate error

Post 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.

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: 2 x WRT32x 1.12 SSL certificate error

Post 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
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

User avatar
CBx86
Posts: 157
Joined: Sun Jan 05, 2014 5:43 pm
Location: Brazil

Re: 2 x WRT32x 1.12 SSL certificate error

Post by CBx86 »

Or try check datetime too.

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: 2 x WRT32x 1.12 SSL certificate error

Post 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).
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

Lantis
Moderator
Posts: 6721
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: 2 x WRT32x 1.12 SSL certificate error

Post 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.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

cobra98
Posts: 121
Joined: Tue Oct 15, 2013 5:07 am

Re: 2 x WRT32x 1.12 SSL certificate error

Post 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.

Post Reply