OKAY, so testing shows that my problems are not confined to a single server when looking at my local #ClickthuluFed

I think... Honestly, I think it might be the multiple proxies and such I'm using.

So right now, https on my ngrok address is pointing to 8087 on docker which is pointing to 80 on nginx...

in theory... I think. The issue may just be the fact that the localhost is port 80, and not 443. Now all I need to do is figure out how to make nginx do 443 on localhost in docker.

Welp, time to research. #fun