Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation stopped working ... #263

Closed
rodlogic opened this issue Aug 14, 2016 · 11 comments
Closed

Installation stopped working ... #263

rodlogic opened this issue Aug 14, 2016 · 11 comments

Comments

@rodlogic
Copy link

fyi: Something changed recently and broke the installation:

Step 5 : RUN curl https://get.acme.sh | sh
 ---> Running in b712fbbd774e
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   671  100   671    0     0    579      0  0:00:01  0:00:01 --:--:--   686
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 80581  100 80581    0     0  71789      0  0:00:01  0:00:01 --:--:-- 74543
[Sun Aug 14 15:58:05 UTC 2016] Installing from online archive.
[Sun Aug 14 15:58:05 UTC 2016] Downloading https://github.com/Neilpang/acme.sh/archive/master.tar.gz
[Sun Aug 14 15:58:05 UTC 2016] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 23
The command '/bin/sh -c curl https://get.acme.sh | sh' returned a non-zero code: 1
@Neilpang
Copy link
Member

which docker container do you use ?

@simonsilvalauinger
Copy link

I've got the same error using CentOS 7 in a virtual machine :(

@Neilpang
Copy link
Member

@simonsilvalauinger
Can you please try to debug:

DEBUG=2   curl https://get.acme.sh | sh

@Neilpang
Copy link
Member

@simonsilvalauinger

curl https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh | DEBUG=2  INSTALLONLINE=1  sh

@simonsilvalauinger
Copy link

curl https://raw.githubusercontent.com/Neilpang/acme.sh/master/acme.sh | DEBUG=2  INSTALLONLINE=1  sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 80579  100 80579    0     0   163k      0 --:--:-- --:--:-- --:--:--  162k
[Mon Aug 15 15:04:36 MEST 2016] Installing from online archive.
[Mon Aug 15 15:04:36 MEST 2016] Downloading https://github.com/Neilpang/acme.sh/archive/master.tar.gz
[Mon Aug 15 15:04:36 MEST 2016] GET
[Mon Aug 15 15:04:36 MEST 2016] url='https://github.com/Neilpang/acme.sh/archive/master.tar.gz'
[Mon Aug 15 15:04:36 MEST 2016] timeout
[Mon Aug 15 15:04:36 MEST 2016] mktemp exists=0
[Mon Aug 15 15:04:36 MEST 2016] curl exists=0
[Mon Aug 15 15:04:36 MEST 2016] _CURL='curl -L --silent --dump-header /root/.acme.sh/http.header  --trace-ascii /tmp/tmp.URqKsmoB83 '
[Mon Aug 15 15:04:36 MEST 2016] Please refer to https://curl.haxx.se/libcurl/c/libcurl-errors.html for error code: 23
[Mon Aug 15 15:04:36 MEST 2016] Here is the curl dump log:
[Mon Aug 15 15:04:36 MEST 2016] 
[Mon Aug 15 15:04:36 MEST 2016] ret='23'
[Mon Aug 15 15:04:36 MEST 2016] Download error.

@Neilpang
Copy link
Member

@simonsilvalauinger

Fixed, plesase try again.

@simonsilvalauinger
Copy link

Great, works! Thank you.

@Neilpang
Copy link
Member

@simonsilvalauinger

It was a bug resulted by my refactoring yesterday.

It's fixed now.

@rodlogic
Copy link
Author

Yes, also works for me.

@rodlogic
Copy link
Author

Btw, it would be nice to be able to set a version in curl https://get.acme.sh | sh instead of always getting the latest from master.

@Neilpang
Copy link
Member

@rodlogic
Since the letsencrypt CA server is always in rapid developing, they always change and break something.

So, I have to follow their steps to update the client. That's why I don't have a 'stable' release, any stable version would be not really 'stable'.

It is suggest that you run acme.sh --upgrade to upgrade to the latest version every time you use acme.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants