Hi,
I was just unsure where I could leave this comment.
I’m totally new to n8n and I was trying to install it with my docker-compose workflow. Unfortunately this was not possible, because of some certificate problems. It turned out the the n8n registry is delivering its content through traefik, but it seems to me that it is not properly configured.
Just a short update, because I got a mail from the support:
What I did was just following up you documentation from Docker | n8n Docs but this is not working (at least for me).
Executing docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n
raises a certificate error (docker: Error response from daemon: Get "https://docker.n8n.io/v2/": tls: failed to verify certificate: x509: certificate is valid for e97b998274c0e70d6c38fa75b2cd79ce.5664c9b95628bd09218a00b1fad223d1.traefik.default, not docker.n8n.io
) and when I do researches why, I get the previous posted reason. This seems to me that your docker registry is published through traefik, but the certificate configuration does not work as desired.