(SOLVED) Proxy Server Issues

Summary

Having issues with the proxy server receiving connections on 443.

Steps to reproduce

I initially built the Proxy server using the instructions here:

https://docs.mattermost.com/install/ee-prod-ubuntu.html

But I couldn’t get the proxy server to work. Curl was refusing connection on both 80 and 443. I recreated the server using the SSL instructions here.

https://docs.mattermost.com/install/prod-ubuntu.html

After much trial and error I got nginx to respond via port 80 but not 443. netstat -plnt shows it’s listening on port 80 for both ipv4 and ipv6. Any help would be greatly appreciated. I’ve gone through the entire process on the above link, so, in theory, I have SSL set up, but it doesn’t appear that the server is listening on 443.

Also, just as a side-note, I’ve got a Microsoft background and a large part of the issue is likely that I don’t know enough about Linux to get this up and running. Any assistance would be greatly appreciated. Thanks in advance.

Expected behavior

Describe your issue in detail

Observed behavior

What did you see happen? Please include relevant error messages and/or screenshots.