Coder Social home page Coder Social logo

Comments (8)

fszlin avatar fszlin commented on July 17, 2024

Would this work for you?

var authz = ctx.Authorization(Challenges.AuthzUri);
var httpChallengeInfo = await authz.Http();
await httpChallengeInfo.Validate();

from certes.

BI7PRK avatar BI7PRK commented on July 17, 2024

Yes, but it throw error is:

Unable to update challenge :: The challenge is not pending.

default

from certes.

fszlin avatar fszlin commented on July 17, 2024

You probably try to validate the authz more than once.
Try opening the Challenges.AuthzUri in browser for more details.

from certes.

BI7PRK avatar BI7PRK commented on July 17, 2024

I want to implement this process on my server:

step 1, get Token and KeyAuthz.
step 2. Users deploy authentication information. (.well-know/acme-challenge/)
step 3. validate and get a certificate.

e.g. sslforfree.com,

Can be provide some suggestions? thanks. ^_^

from certes.

fszlin avatar fszlin commented on July 17, 2024

Sounds good, just watch for the rate limit if you are sending requests from server.

from certes.

BI7PRK avatar BI7PRK commented on July 17, 2024

If I understand nothing wrong, the rete limit is based on the domain name (account). It is not a server IP.

from certes.

fszlin avatar fszlin commented on July 17, 2024

Yes, you are right. I am hitting the account limit when I run tests.

from certes.

BI7PRK avatar BI7PRK commented on July 17, 2024

In the development, use staging environment.
https://letsencrypt.org/docs/staging-environment/

from certes.

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.