-
Notifications
You must be signed in to change notification settings - Fork 186
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
bug: broken certificate renewal #403
Comments
The bug is upstream. I would love to open a bug report there but unfortunately, only project members are allowed to report bugs. Does anyone here know these guys? |
In version 12.0, we will redesign the docker based deployment and move HTTPS to a dedicated reverse proxy. See https://manual.seafile.com/12.0/setup/overview/ At that time, acme.sh will not used. |
That sounds awesome! I already have an nginx reverse proxy setup with Docker images Are there migration instructions how to migrate a Seafile Docker setup from Seafile 11 to Seafile 12? |
Also thank you very much for moving away from |
The migration instruction is at: https://manual.seafile.com/12.0/upgrade/upgrade_docker/ It is still a working in progress. |
I am honestly not entirely sure if this is the right repo because I have trouble seeing through the jungle of Seafile components. My bug occurs with the
seafileltd/seafilemc
image.My Seafile 11 container recently stopped working. I changed my image from
seafileltd/seafile-mc:latest
toseafileltd/seafile-mc:11.0-latest
as stated in the documentation and started the container on the new image but that did not resolve the issue.Logs:
I added the required option to
/scripts/ssl.sh
:I verified that this line is actually the line running by adding some debugging
echo
statement.When I run
/scripts/ssl.sh /shared/ssl <censored>
from within my seafile container on abash
I get the same error message as above.The text was updated successfully, but these errors were encountered: