Giter Site home page Giter Site logo

Issuance Failed Challenge about acme-client HOT 5 CLOSED

kelunik avatar kelunik commented on May 26, 2024
Issuance Failed Challenge

from acme-client.

Comments (5)

gavinggordon avatar gavinggordon commented on May 26, 2024

Nevermind; Fixed the problem. It was an error on my end.

from acme-client.

kelunik avatar kelunik commented on May 26, 2024

@gavinggordon Could you explain the issue? Maybe I can add a better error message or others having similar issues can read it at least.

from acme-client.

fernandodrf avatar fernandodrf commented on May 26, 2024

I am having the same problem to renew my Let's Encrypt certificates:

$ php acme-client/bin/acme issue -s letsencrypt -d URL.com:www.URL.com -p $HOME/public_html:$HOME/public_html

    Providing payload at http://www.URL.com/.well-known/acme-challenge/ZGjskxbRBJcDPyrJVBpPB2DFCAZrQAzlmOVuZsQUW4k
    Providing payload at http://URL.com/.well-known/acme-challenge/mQ40x_WaUFcJeWGdxOf5sSPIzuYJ7id547CFmMmMNoQ
selfVerify failed, please check http://www.URL.com/.well-known/acme-challenge/ZGjskxbRBJcDPyrJVBpPB2DFCAZrQAzlmOVuZsQUW4k.
selfVerify failed, please check http://URL.com/.well-known/acme-challenge/mQ40x_WaUFcJeWGdxOf5sSPIzuYJ7id547CFmMmMNoQ.
Kelunik\Acme\AcmeException: Issuance failed, not all challenges could be solved. in $HOME/acme-client/src/Commands/Issue.php:104

Any ideas? The server has PHP 7.1

from acme-client.

kelunik avatar kelunik commented on May 26, 2024

@fernandodrf Did the client create .well-known/acme-challenge in the right place? If you place a file inside it, can you access it through your web server?

from acme-client.

NeilStrickland avatar NeilStrickland commented on May 26, 2024

I had a similar problem. I also thought that the script was not actually putting anything in .well-known/acme-challenge, but after inspecting the source code, I understood that the relevant catch() clause deletes the file before re-throwing the error. While that keeps things tidy, it also makes it harder to understand what is happening. Later I understood that the firewall configuration for this development machine was preventing the letsencrypt server from fetching the challenge file. It would be useful to have a more comprehensible error message that mentions this possibility explicitly.

from acme-client.

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.