Your comments

I was able to find a band-aide a resolution. You have to just force all http traffic to be pushed to https https://pastebin.com/vc6h177Y. Here is my nginx block. The main part that matters is the "rewrite ^(.*) https://$host$1 permanent;" The only downside is I had to open up port 80 on my server for this to work. 

Any resolution? My ubooquity is having the same issue. Mine is reverse proxied behind nginx in debian.