OpenWrt Forum Archive

Topic: Unable wget or curl to OpenWrt downloads

The content of this topic has been archived on 23 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I've problem download package from OpenWrt website, the error is as below:

root@OpenWrt:/tmp# wget -v https://downloads.openwrt.org/snapshots … /packages/
--2016-05-27 06:51:39--  https://downloads.openwrt.org/snapshots … /packages/
Resolving downloads.openwrt.org... 78.24.191.177
Connecting to downloads.openwrt.org|78.24.191.177|:443... connected.
OpenSSL: error:14077410:lib(20):func(119):reason(1040)
Unable to establish SSL connection.

"wget --no-check-certificate -v https://downloads.openwrt.org/snapshots/trunk/ipq806x/generic/packages/" getting the same error. Same issue to curl.

root@OpenWrt:/tmp# curl -v -v https://downloads.openwrt.org/snapshots … ages/base/
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS alert, Server hello (2):
* error:14077410:lib(20):func(119):reason(1040)
curl: (35) error:14077410:lib(20):func(119):reason(1040)

Installed ca-certificates and openssl packages don't seems help also.

How can I solve the problem? Thank you for any idea!

Which version of OpenWrt and did you install full wget or are using the busybox substitute?

I've had issue with AA that the AA-targeted libopenssl did not support the variation of encryption used on some modern web-sites, could that be the case?

The discussion might have continued from here.