GithubHelp home page GithubHelp logo

Comments (12)

SNaushadS avatar SNaushadS commented on July 29, 2024 1

Got it thx.

When i run the command i get this output.

GEM_HOME=$HOME/.letsencrypt_webfaction/gems RUBYLIB=$GEM_HOME/lib gem list --local | grep acme-client
acme-client (0.4.1, 0.3.6)

Hopefully, this should resolve the issue. Closing.

from letsencrypt-webfaction.

will-in-wi avatar will-in-wi commented on July 29, 2024

Do you know what version of Acme::Client you are using? It looks like this was fixed in Acme::Client v0.4.1. unixcharles/acme-client@a73c7e0

from letsencrypt-webfaction.

SNaushadS avatar SNaushadS commented on July 29, 2024

I have just installed le-wf script and do not recall installing Acme separately. How do i check that ?

Also i had updated le-wf plugin once.

from letsencrypt-webfaction.

will-in-wi avatar will-in-wi commented on July 29, 2024

Could you post the output of one of these commands (depending on your case):

# System Ruby
GEM_HOME=$HOME/.letsencrypt_webfaction/gems RUBYLIB=$GEM_HOME/lib gem list --local | grep acme-client
# rbenv
RBENV_ROOT=~/.rbenv RBENV_VERSION=2.3.0 ~/.rbenv/bin/rbenv exec gem list --local | grep acme-client

from letsencrypt-webfaction.

SNaushadS avatar SNaushadS commented on July 29, 2024

Here
acme-client (0.3.6, 0.3.1)

from letsencrypt-webfaction.

will-in-wi avatar will-in-wi commented on July 29, 2024

Ah! Could you run one of the following?

# System Ruby
GEM_HOME=$HOME/.letsencrypt_webfaction/gems RUBYLIB=$GEM_HOME/lib gem2.2 update letsencrypt_webfaction
GEM_HOME=$HOME/.letsencrypt_webfaction/gems RUBYLIB=$GEM_HOME/lib gem2.2 cleanup acme-client

# rbenv
RBENV_ROOT=~/.rbenv RBENV_VERSION=2.3.0 ~/.rbenv/bin/rbenv exec gem update letsencrypt_webfaction
RBENV_ROOT=~/.rbenv RBENV_VERSION=2.3.0 ~/.rbenv/bin/rbenv exec gem cleanup acme-client

from letsencrypt-webfaction.

will-in-wi avatar will-in-wi commented on July 29, 2024

After you run that, the output of the previous gem list --local | grep acme-client command should be acme-client (0.4.1)

from letsencrypt-webfaction.

SNaushadS avatar SNaushadS commented on July 29, 2024

This is the o/p that i get:

Updating installed gems
Updating letsencrypt_webfaction
ERROR:  Error installing letsencrypt_webfaction:
        acme-client requires Ruby version >= 2.1.0.
Nothing to update

And when i check for the ruby version installed with ruby -v

I Get:
ruby 1.8.7 (2013-06-27 patchlevel 374) [x86_64-linux]

Tried checking how to user Ruby 2.1 at this link Webfaction Ruby, but the command ruby2.1 just freezes

My CentOS Version is CentOS 6 and defauly Ruby Version is 1.8.7

Appreciate your help. Thanks.

from letsencrypt-webfaction.

will-in-wi avatar will-in-wi commented on July 29, 2024

Ah, I messed up the first set of commands. You aren't using rbenv and need gem2.2 not gem.

I've fixed that. Could you try again?

from letsencrypt-webfaction.

SNaushadS avatar SNaushadS commented on July 29, 2024

Im sorry, but i do not see gem2.2 in the comment could you please help me with the exact command ?

I am used to CLI but the ruby paths are more cryptic to reach... :)

from letsencrypt-webfaction.

will-in-wi avatar will-in-wi commented on July 29, 2024
GEM_HOME=$HOME/.letsencrypt_webfaction/gems RUBYLIB=$GEM_HOME/lib gem2.2 update letsencrypt_webfaction
GEM_HOME=$HOME/.letsencrypt_webfaction/gems RUBYLIB=$GEM_HOME/lib gem2.2 cleanup acme-client

from letsencrypt-webfaction.

sebleclerc avatar sebleclerc commented on July 29, 2024

@will-in-wi Got the same issue (was working with AcmeClient 0.3.0) and updating LetsEncrypt-Webfaction did the trick! Thanks!

from letsencrypt-webfaction.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.