Results 1 to 2 of 2

Thread: Mezzmo and HTTPS

  1. #1
    Join Date
    Aug 2018
    Posts
    1

    Default Mezzmo and HTTPS

    I have followed the How-To to implement HTTPS access using Nginx, and all works fine.

    But how do I stop the system from responding to HTTP, so all logins are HTTPS only?

    Thanks in advance!

  2. #2
    Join Date
    Sep 2009
    Posts
    2,680

    Default

    You can add a redirect in nginx so that requests to /web/ are redirected to https, in the section for port 80 add:

    location /web {
    rewrite ^ https://$host$request_uri? permanent;
    }

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

Similar Threads

  1. https for web access and active directory / ldap integration
    By itman in forum Mezzmo Wish List and Feedback
    Replies: 3
    Last Post: 04-13-2017, 02:31 PM
  2. Chrome https downloads
    By pieterbotes in forum DownloadStudio Questions and Support
    Replies: 1
    Last Post: 01-02-2013, 09:12 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •