Code Monkey home page Code Monkey logo

Comments (8)

yourivw avatar yourivw commented on August 22, 2024

Have you tried setting LEClient::LOG_DEBUG? It will supply some more information, I cannot help with it now. Do you do the authorizations? Have they all been completed successfully?

from leclient.

LoranRendel avatar LoranRendel commented on August 22, 2024
10-04-2020 15:05:27, function __construct (function post):
Array
(
    [request] => POST https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/45953788
    [header] => HTTP/1.1 100 Continue

HTTP/1.1 200 OK
Server: nginx
Date: Fri, 10 Apr 2020 12:05:27 GMT
Content-Type: application/json
Content-Length: 458
Connection: keep-alive
Boulder-Requester: 6955225
Cache-Control: public, max-age=0, no-cache
Link: ;rel="index"
Replay-Nonce: 0001xEjHXJmRyVQaTMEN-IvzL3mZzhYvE-J6hUuzuML8OuM
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800


    [status] => 200
    [body] => Array
        (
            [identifier] => Array
                (
                    [type] => dns
                    [value] => alterrum.ru
                )

            [status] => valid
            [expires] => 2020-04-27T08:16:59Z
            [challenges] => Array
                (
                    [0] => Array
                        (
                            [type] => dns-01
                            [status] => valid
                            [url] => https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/45953788/lTzVRQ
                            [token] => JIeVRY_7f-52dPvQRfoauI6-cYu-R8Hm7wnX3AReV4c
                            [validationRecord] => Array
                                (
                                    [0] => Array
                                        (
                                            [hostname] => alterrum.ru
                                        )

                                )

                        )

                )

        )

)


10-04-2020 15:05:27, function getCertificate:
Order for 'alterrum.ru' not valid. Cannot retrieve certificate.

from leclient.

yourivw avatar yourivw commented on August 22, 2024

Is this all information that was logged? I'm still missing quite some info, about the client construction and the order itself.
This authorization is valid, that looks okay. I see in your first post that you make an order with a domain and its wildcard. That means you get two authorizations which you need to verify, for the same domain. Only when both are verified, the order is valid. Could that be the problem?

from leclient.

rusynergy avatar rusynergy commented on August 22, 2024

Same problem. All authorizations valid, but Order for *** not valid. Cannot retrieve certificate.

from leclient.

rusynergy avatar rusynergy commented on August 22, 2024

Downgrade to 1.1.11, everything became good)

from leclient.

yourivw avatar yourivw commented on August 22, 2024

This problem has probably started when I merged a faulty PR changing the behavior in the order status logic. I could not recreate the problem on my system, but I'm fairly sure this would fix the problem. Version 1.2.2 is released now, which changes this logic.

Can you please try again, using LEClient::LOG_DEBUG for complete logging, and send ALL logging information to me? If you don't want to post that, you can email it to me as well.

from leclient.

LoranRendel avatar LoranRendel commented on August 22, 2024

All works fine. Do you still need my debug info?

from leclient.

yourivw avatar yourivw commented on August 22, 2024

In that case I'm confident the problem is solved. If you run into a similar problem again, let me know.

from leclient.

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.