Open sati-bodhi opened 10 months ago
Are you using wildcard certs? If yes, check this out: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/howto-srv-server-delegation.md#adjust-coturns-configuration
Hello, I'm facing the same issue and I'm not using wildcard-certs.
There are many similar issues on this repository. Search and you shall find. Check Traefik logs - it's probably failing to obtain certificates for matrix.DOMAIN
- most likely due to a firewall or DNS issue.
Playbook Configuration:
My
vars.yml
file looks like this:Matrix Server:
Ansible: If your problem appears to be with Ansible, tell us:
On the Matrix server itself. The server is hosted on a VM in Proxmox.
ansible --version
)ansible [core 2.16.2] config file = /home/sati/matrix-docker-ansible-deploy/ansible.cfg configured module search path = ['/home/sati/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /home/sati/.local/pipx/venvs/ansible/lib/python3.10/site-packages/ansible ansible collection location = /home/sati/.ansible/collections:/usr/share/ansible/collections executable location = /home/sati/.local/bin/ansible python version = 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] (/home/sati/.local/pipx/venvs/ansible/bin/python) jinja version = 3.1.2 libyaml = True
Problem description:
Describe what you're doing, what you expect to happen and what happens instead here. Tell us what you've tried and what you're aiming to achieve.
Client (please complete the following information):
Service failed to start with this error:
Additional context
It seems like
let's-encrypt
cert creation wasn't working properly with thecerts-dumper
.The missing directory was not even created.
matrix_ssl_base_path
is not created.