Nagios with SSL

Jim Perrin jperrin at gmail.com
Mon Feb 13 15:25:28 CET 2006


> I am searching for howto about forcing ssl connection to nagios web
> interface, so it is a bit off topic but if you'd know an howto about how
> setting up a SSL virtual for nagios, or any like, i would greatly
> appreciate.


Apache's mod_rewrite is your friend.

RewriteEngine On
RewriteCond %{SERVER_PORT} ^80$
RewriteRule  ^/nagios(.*)  https://%{SERVER_NAME}/nagios$1 [R]



--
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety''
Benjamin Franklin 1775


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list