PDA

View Full Version : IIS and SSL with MEzzmo



Traindriver316
06-23-2019, 12:35 AM
Hello I would like to use SSL with Mezzmo,

Unfortunately, I do not know how to set it up. I'm using Windows Server 2016.

For the certificates I use Lets Encrypt.

I'd be happy for help.

Traindriver316
09-23-2019, 09:42 PM
Anyone here @Peter?

Peter
09-24-2019, 09:05 AM
To setup https access to your Mezzmo server you will need to download the nginx server to use as a reverse proxy http://nginx.org/en/download.html. You can download a sample config file from http://www.conceiva.com/downloads/nginx_conf_sample.zip, you will need to change the server_name and set the ip address of your Mezzmo server in the config file then copy it to the nginx conf folder to overwrite the existing file. You will need to provide your own certificates for https so you can create these from let's encrypt https://letsencrypt.org/. Once you have your certificates installed in nginx start nginx by running 'start nginx.exe' from the command line in Windows. Then you can go to your domain using https and access your Mezzmo server.