Skip to content

Bug using HTTPS #1673

@devwebhoop

Description

@devwebhoop

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Install latest version on docker:

services:
speedtest-tracker:
container_name: speedtest-tracker
ports:
- 8080:80
- 8443:443
environment:
- PUID=1000
- PGID=1000
- APP_KEY=base64:8qxyTHOmBXEHqq8JWogAVnHTSQ2CbDSuUL5CJmVpV30=
- APP_URL=https://localhost
- DB_CONNECTION=sqlite
- APP_DEBUG=true
- SPEEDTEST_SCHEDULE=@hourly
volumes:
- /home//speedtest-tracker/config:/config
- /home//speedtest-tracker/config/keys:/config/keys
image: lscr.io/linuxserver/speedtest-tracker:latest
restart: unless-stopped
3. Proxy it via nginx to https://speed.yourdomain.com
4. Try to load the charts
5. See error

Expected behavior
To see graphs

Screenshots
image

Logs
If applicable, check the logs for any error that might of occurred.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions