-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Combined cert not found #25
Comments
Are you trying to use a "real" certificate for your proxied service ? If you already have a certificate for your proxied service, you should not use the letsencrypt service and you docker-flow-proxy configuration options to make it work. Ping me if I misunderstood. |
DFPLE created the cert in the first place. While the service wasn't deployed the cert secrets got removed. However it was still in the volume |
I'm getting the same issue. What's is the solution? |
|
Related #24 |
it seems that you are hitting LE rates limits. Did you test your setup against staging servers first ? |
No, what I'm doing is switching from one production server to another. So
my setup is tested against staging servers on another server.
There seems to be two issues that's happening:
1. DFPL doesn't check that a http challenge works before contacting LE
2. DFPL doesn't react to rate limiting signals.
…On Wed, Jun 27, 2018 at 6:30 PM, Robin ***@***.***> wrote:
it seems that you are hitting LE rates limits. Did you test your setup
against staging servers first ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUtqYpCThn-ClOw3Jw4SeeJ5rMNpepVks5uA7MvgaJpZM4SWSBu>
.
|
@n1b0r Any update on this? I've seen the This is a really urgent issue for me as I now have clients complaining of security errors and I don't know how to get my certificate renewed. |
I'm having a similar error. DFPLE fails everytime with the
If I try to access the DOMAIN url DFP fails with a 503 error I'm available to help debug this, just ping me if you want a hand. |
Ok, new info. After cleaning my docker host of containers, images and volumes accessing the URL of a new service worked correctly with letsencrypt. The service domain begins with I tried to create a new service with a URL beginning with I tried to create a new service with a domain starting with |
Bump on this. This is still a problem. When a service and its keys are removed, and the service is brought back again later, the cert request process fails. |
This is huge problem. If i need to re-deploy dfple it always runs LE error: "There were too many requests of a given type". And I only got less than 10 domains. |
My DFPL gets this error from DFPLE and stops working because of the exception.
The cert
example.container-stuff.com
is on disk under/etc/letsencrypt
however there is no secret as it was cleaned up. I was expecting that it will recover once the cert is needed again.The exception is actually a HTML page, I just pasted the contents here in text format.
Service Definition:
The text was updated successfully, but these errors were encountered: