Acme.sh on Ubuntu 12

Hi !

When i try to install acme.sh on an Ubuntu 12.01.01 LTS, ...

lsb_release -a

Distributor ID:	Ubuntu
Description:	Ubuntu 12.04.1 LTS
Release:	12.04
Codename:	precise

curl https://get.acme.sh | sh

i get this error :

[..., 11:04:25 (UTC+0200)] Installing from online archive.
[..., 11:04:25 (UTC+0200)] Downloading https://github.com/acmesh-official/acme.sh/archive/master.tar.gz
[..., 11:04:25 (UTC+0200)] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 35
[..., 11:04:25 (UTC+0200)] Download error.

CURLE_SSL_CONNECT_ERROR (35)

A problem occurred somewhere in the SSL/TLS handshake. You really want the error buffer and read the message there as it pinpoints the problem slightly more. Could be certificates (file formats, paths, permissions), passwords, and others.

Can you help me ?

What does this show?

curl --version

From what I can tell, Ubuntu 12.04 should still be able to connect to GitHub (despite my post pre-edit).

This version works for me:

# curl --version
curl 7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtmp rtsp smtp smtps telnet tftp
Features: GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP

Here is my curl version:

# curl --version
curl 7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtmp rtsp smtp smtps telnet tftp 
Features: GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP 

I finally installed acme with git :

apt-get install git
git clone GitHub - acmesh-official/acme.sh: A pure Unix shell script implementing ACME client protocol
cd ./acme.sh
./acme.sh --install

Thank for your help :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.