Не удалось получить lua зависимостей - PullRequest
0 голосов
/ 17 февраля 2020

Запустив запрос ниже, я обновил openssl и wget до последних стабильных версий, но не смог заставить его работать.

[root@sample ~]# luarocks install lua-resty-session
Warning: falling back to wget - install luasec to get native HTTPS support
Warning: Failed searching manifest: Failed downloading https://luarocks.org - Failed downloading https://luarocks.org/manifest-5.1 - /var/cache/luarocks/https___luarocks.org/manifest-5.1
Warning: Failed searching manifest: Failed downloading https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master - Failed downloading https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/manifest-5.1 - /var/cache/luarocks/https___raw.githubusercontent.com_rocks-moonscript-org_moonrocks-mirror_master/manifest-5.1
Warning: Failed searching manifest: Failed extracting manifest file: failed extracting /var/cache/luarocks/http___luafr.org_moonrocks/manifest-5.1.zip
Warning: Failed searching manifest: Failed extracting manifest file: failed extracting /var/cache/luarocks/http___luarocks.logiceditor.com_rocks/manifest-5.1.zip

Error: No results matching query were found for Lua 5.1.
To check if it is available for other Lua versions, use --check-lua-versions.

И wget,

[root@sample ~]# wget https://luarocks.org/manifest-5.1
--2020-02-17 11:00:09--  https://luarocks.org/manifest-5.1
Resolving luarocks.org (luarocks.org)... 45.33.61.132
Connecting to luarocks.org (luarocks.org)|45.33.61.132|:443... connected.
OpenSSL: error:14077419:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert access denied
Unable to establish SSL connection.

выглядит как некоторая конфигурация должно быть сделано, пожалуйста, помогите.

openssl version
OpenSSL 1.1.1d  10 Sep 2019 (Library: OpenSSL 1.1.1c  28 May 2019)

wget -V
GNU Wget 1.14 built on linux-gnu.

+digest +https +ipv6 +iri +large-file +nls +ntlm +opie +ssl/openssl
...