dockerfiles
dockerfiles copied to clipboard
Http links requested when visiting a https page
Setup information
docker-compose
Describe the bug
To reproduce Steps to reproduce the behavior:
- Go to client portal
- Check console
- See error
Expected behavior The client portal to properly load
Screenshots/logs
No special errors```
**Docker/Kubernetes/Helm**:
- Output of `docker version`:
Docker version 25.0.1, build 29cf629
<!-- Additional info if using helm on k8s, add the info below -->
<!-- Delete this block if not applicable -->
- Output of `helm version`:
(paste your output here)
- Output of `kubectl version`:
(paste your output here)
<!-- End Additional info if using helm on k8s -->
**Additional context**
I am using an Apache reverse proxy which uses SSL to reach the internal Invoice ninja server. So : Public IP --> SSL --> Reverse proxy --> Traffic without SSL --> Invoice ninja install.
I am also using the react interface (and don't know hot to switch back in docker). I woudl expect if I visit a https link all requested links are also https, this is not the case. Enabling require https makes the installation not accesable.