Closed plambe closed 2 years ago
You have to overwrite the file before Weblate starts. Once Python is running i don't think it will read the configuration again.
This issue looks more like a support question than an issue. We strive to answer these reasonably fast, but purchasing the support subscription is not only more responsible and faster for your business but also makes Weblate stronger.
In case your question is already answered, making a donation is the right way to say thank you!
Hi Nijel,
As I mentioned, after the openssl.cnf file is updated, I've tried both restarting the docker container, which will restart python/django/weblate, as well as restarting the VM that hosts this and the rest of the weblate docker containers (db, cache, https, etc). Until it's composed again, openssl.cnf stays patched.
That's why I thought that's an issue with the docker-compose repo, instead of a support question.
If you edit the file and restart the container, the edits are IMHO gone.
Well, you are correct and I didn't check it earlier...
Thanks a lot, it's appreciated.
I'll get a patch through by using a Dockerfile and building instead of using the images from dockerhub.
The issue you have reported is now resolved. If you don’t feel it’s right, please follow its labels to get a clue for further steps.
You can also override the file using a Docker volume.
Describe the issue
Hi, I'm updating a weblate installation (from version 2.12). I've successfully reached version 4.10.1-1 by using the docker containers, however I can't get sending mails to work. The issue is that now weblate can't send mail, here's the relevant error message out of the docker container:
Here's the relevant part of the docker-compose.override.yml file:
Openssl (executed inside the container) also complains:
Our mail server seems to have a short DH key, which should have been worked around by changing a value in /etc/ssl/openssl.cnf:
The above successfully changes the value and once done, openssl (executed inside the container) no longer complains:
which to me means that the docker container is now OK with the short DH key, however weblate for some reason does not respect the new content of openssl.cnf, even after I restart its docker container. I tried restarting the whole VM that hosts this with no luck.
Could you please assist me with that, or give me some hints as to what I might have done wrong, etc?
In case you need more info, I'll provide that as soon as I can.
Regards, Plamen
I already tried
Steps to reproduce the behavior
Expected behavior
Once /etc/ssl/openssl.cnf is updated, I expect the weblate docker container to respect this file's contents.
Screenshots
No response
Exception traceback
No response
Additional context
No response