Streaming using HTTPS secure protocol

If you wish to use HTTPS for your media streaming with Mezzmo server, then you can install NGINX onto your computer to act as a reverse proxy.

Follow these steps:

  1. Download and install NGINX from http://nginx.org/en/download.html.
  2. Download a sample config file from http://www.conceiva.com/downloads/nginx_conf_sample.zip.
  3. Unzip and edit the sample config file. You will need to change the 'server_name' and set the IP address of your Mezzmo server in the config file.
  4. Copy the config file to the NGINX 'conf' folder. It will overwrite an existing 'conf' file.
  5. You will need to provide your own certificates for HTTPS. You can create these using any certificate authority (e.g. Let's Encrypt - https://letsencrypt.org).
  6. Once you have your certificates installed in NGINX, then you can start NGINX by running 'start nginx.exe' from the Windows command line.
  7. Now you should be able to navigate to your domain using HTTPS and access your Mezzmo server.