monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: enable ssl


From: Martin Pala
Subject: Re: enable ssl
Date: Thu, 22 Dec 2011 11:28:30 +0100

… yet the workaround: you can use HTTPS proxy, so for example monit GUI can be still running HTTP and if you'll need SSL, you'll access it via the HTTPS proxy.

For example the configuration for Apache:

<VirtualHost _default_:443>
        SSLEngine on
        ProxyPass /monit/ http://1.2.3.4:2812/
        ProxyPassReverse /monit/ http://1.2.3.4:2812/
        <Location /monit/>
                Order deny,allow
                Allow from all
        </Location>

You can then access it via https://<proxy>/monit/


On Dec 22, 2011, at 11:22 AM, Martin Pala wrote:

--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general


reply via email to

[Prev in Thread] Current Thread [Next in Thread]