I was able to set up Bors using docker-compose as described in the tutorial here: Setting up bors with docker-compose
I now have Bors running, and I am able to access the dashboard at http://bors.mydomain.example (replace mydomain.example with my actual domain name).
However, if I try to access https://bors.mydomain.example, I get an Unable to connect error.
When I SSH into my server, I can access the dashboard at http://localhost and http://127.0.0.1, but I can't connect to https://localhost or https://127.0.0.1. So it's not a firewall issue.
How can I set up Bors to serve over HTTPS instead of HTTP?