By higs4281
I’ve gone through the setup steps a number of times, trying recommended settings for a proxy pass-through using nginx.
I’ve got my domain set up, and the droplet has a LetsEncrypt certificate (via certbot), which produces an A rating from www.ssllabs.com/ssltest/. But the only configuration I can get to work for the app itself is to use http and the mattermost default port of :8065.
I seem to be caught in a catch-22 between Mattermost SSL configs and the droplet’s nginx configs, and perhaps how certbot alters the nginx configs.
I’m happy to do more legwork if you could point me at any other guidance about using https with the Marketplace implementation of Mattermost (which I very much appreciate).
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I just tested and got it working. Here are the exact steps I took:

sudo setcap cap_net_bind_service=+ep /opt/mattermost/bin/mattermost to give mattermost access to lower range ports refhttps://your.domain (the same domain you configured in step 2):443trueTLStrue

sudo systemctl restart mattermost on the server.Now (after about a minute) you should be able to go to https://your.domain and see the mattermost login
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.