-
Notifications
You must be signed in to change notification settings - Fork 37
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
when using storage_adapter = redis requires a shm? #40
Comments
Hi @constantineav, looks like the error message is chunked, could you share surrounding lines as well? |
Hi! stream section
http block
There is also a proposal for http-01. It would be cool if the answer to the request from letsencrypt was put in redis(or other shared storage). So that any server can confirm the validity if the domain is registered in dns round-robin. |
full log.
i apply patch and all work |
You can do this. You need to pass a second argument to autossl.init that sets up storage for ACME challenges.
|
wow! Thank you! |
Note, there is race condition between server instances as they all attempt renewals simultaneously. It causes some warning messages (and let's encrypt complaining about buggy client). You should increase lock expiration time as in this commit kfigiela@65b3451 |
This storage config part is a bug, it should pass stoage config automatically. I will fix in next commits. |
i use storage_adapter redis and trying to setup tls-alpn-01 challenge.
but at start I get an error:
patch cross-module is needed anyway?
The text was updated successfully, but these errors were encountered: