Well I finally got it. Here’s what I did. I installed Caddy, and setup a proxy to redirect all connections from the URL to localhost:444, but that wasn’t it. I went into the app.yml and changed the Port to this
- "81:80" - HTTP moved to port 81 to reserve for Caddy
-"444:443" -Caddy Will Handle HTTPS
Then, when I go to the website, it’ll load in and not deny connection to HTTPS!
Thank you to everyone who helped and left suggestions!
I will definitely be doing this, if I have to install discourse again.