Code Monkey home page Code Monkey logo

Comments (4)

shred avatar shred commented on July 18, 2024

What is the status of the Authorization object? You can get it with auth.getStatus().

from acme4j.

AmadeusSys avatar AmadeusSys commented on July 18, 2024

I want to keep "Order", URL save to local.
use login.bindOrder(orderLocation); recovery, but challenge.trigger(); throw Exception .
auth.getStatus() is Invalid

from acme4j.

shred avatar shred commented on July 18, 2024

auth.getStatus() is Invalid

This is the actual problem. Your Authorization has already failed, so you cannot do the challenges.

You can use order.getError().toString() to see the reason of the failure. After you corrected the problem, you need to start a new order.

The challenge only needs to be performed if the Authorization object is in PENDING state. It is not documented like that in the acme4j docs. I'm going to correct that.

from acme4j.

shred avatar shred commented on July 18, 2024

Issue has been fixed in the meantime. I forgot to close the issue.

from acme4j.

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.