mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
HTTPS error #348
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Pokamaka on GitHub (Aug 10, 2023).
Hello!
I installed and configured the bar as written in the manuals, but ran into the following problem.
When setting up a virtual host, specifying port 443 and adding a SSL certificate in the site console, it displays the following error
Mixed Content: The page at 'https://domain//' was loaded over HTTPS, but requested an insecure script 'http://localhost(ip)1337/static/js/main.5cf99e6c.js'. This request has been blocked; the content must be served over HTTPS.
I am attaching the descriptions of the virtual host on Apache2
Thank you in advance
@daniel-hiller commented on GitHub (Sep 23, 2023):
Hi,
it seems you forgot to change the BaseURL in the docker-compose or .env file
The BaseURL must match the domain, you want to use including http:// or https://