Author

Topic: How to make NOMP's web frontend use https/ssl (Read 498 times)

full member
Activity: 190
Merit: 100
September 28, 2015, 08:58:29 AM
#2
For anyone else wondering, this is how I got it to work. The following is my /etc/apache2/sites-available/000-default.conf doing a reverse proxy.


        ServerName domain.tld
        ProxyPass / http://xxx.xxx.xxx.xxx:xx/
        ProxyPassReverse / http://xxx.xxx.xxx.xxx:xx/
        RedirectMatch ^/$ https://domain.tld/
        SSLEngine on
        SSLCertificateFile /etc/ssl/path-to/domain.crt
        SSLCertificateKeyFile /etc/ssl/path-to/domain.key
   LogLevel info ssl:warn
   ErrorLog ${APACHE_LOG_DIR}/error.log
   CustomLog ${APACHE_LOG_DIR}/access.log combined
full member
Activity: 190
Merit: 100
September 27, 2015, 09:01:56 PM
#1
Hi,

I'd like to know how I can make NOMP use https / ssl for the frontend.

Thanks,

-N
Jump to: