Skip to content

Renew Manually Post Failure #40

@jasperf

Description

@jasperf

We did a manual renewal after the auto update apparently wiped our RSA key and ORDER data. But when we did so we got

forge@app-w-1:~/domain.com/current$ php artisan ssl-controller:update-certificate domain.com
+ Starting ...
In OrderService.php line 281:                                                                                                                                                                         
  Get order info failed, the local order info file doesn't exist, the order info file path is: /home/forge/domain.com/shared/storage/tls/le-storage/xxxxxxx/rsa/ORDER

which refers to

throw new OrderException("Get order info failed, the local order info file doesn't exist, the order info file path is: {$this->_orderInfoPath}");

Any ideas why the RSA cert and everything got wiped post

stonemax\acme2\exceptions\RequestException ·\SslManager\Jobs\UpdateCertificate
Request to https://acme-v02.api.letsencrypt.org/acme/authz-v3/xxxxxx(GET) failed, the error number is: 35

and or later on this morning

stonemax\acme2\exceptions\RequestException · Request to https://acme-v02.api.letsencrypt.org/acme/new-order(POST) failed, the error number is: 28, the error message is: Operation timed out after 5000 milliseconds with 0 out of 0 bytes received

? Cause for certificates to be wiped out something odd must happen now?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions