Saúl Ibarra Corretgé
Saúl Ibarra Corretgé
Is the domain DNS pointing at the correct IP address and are ports 80 and 443 forwarded to the docker host?
Please share the full .env file.
Is your public URL correct in your file? On a previous screenshot I noticed you are running Docker as root. Don't, use a regular user please. Even if LE fails,...
Hum, so it only fails when you enable let's encrypt? Try this: put the domain in there and leave let's encrypt disabled. Does the site work, albeit with the cert...
That's not what I asked. Try this: PUBLIC_URL = https://domain ENABLE_LETSENCRYPT = disabled I suspect your domain is not pointing to the right IP.
> * build is performed in env which is _`cut off from access to the public network`_ (pytest is executed with `-m "not network"`) Then a number of the tests...
The test suite does not use pytest, it currently uses the vanilla unittest module. I'd take a PR improving things here, but as it stands if you are interested in...
PRs are welcome. I currently don't have the time or energy to see if pytest would just work and add decorate functions. If you'd like to send a PR I'd...
No follow-up, closing.
Try proxying to the HTTP port, in order to avoid using HTTPS twice, the second without a valid certificate.