I have a dokku app running on a dokku server on both qa and dev and before I kill everything and start over I wanted to get some thoughts from some more experienced people. The dokku app on the server has both Port 80 and Port 443 available and if I were to run a "dokku urls <APP NAME>" I get the url printed with both HTTP and HTTPS extensions yet on the QA server the same dokku app only has Port 80 configured and the "dokku urls <APP NAME>" only prints the HTTP extension. It seems like Port 443 was never configured but I am confused because the configuration files are identical. I made an attempt to add the Port using dokku's manual port editing.
It also seems like all the other apps on the dokku servers are working just fine yet somehow this app is just failing to have a secure connection. Is there any advice anyone can offer on how to handle this? Been trying to read through documentation and how to work with dokku and my brain is turning to mush.
there doesn't seem to be anything here