zenoss over ssl

Since Zenoss runs inside of Zope, you have to do a couple of things to get it to run over ssl. There are zope plugins, and perhaps there is another way that Zenoss would recommend, but I have never been one for reading when I can stomp full speed ahead :)

I just created a vhost and used modproxy to proxy all the connections to https:



ServerAdmin bignate@yourwindowsbox.com
ServerName zen.domain.com

SSLEngine On
SSLCertificateFile /etc/apache2/ssl/apache.pem

Options ExecCGI Indexes FollowSymLinks
AllowOverride All

ErrorLog /var/log/apache2/error.log
LogLevel warn

CustomLog /var/log/apache2/access.log combined
ServerSignature On

ProxyPass / http://127.0.0.1:8080/
ProxyPassReverse / http://127.0.0.1:8080/

Update: the plugin I use to format code is messing that up

About Nathan Powell

I am a middle aged technologist freak-ball.
This entry was posted in sysadmin. Bookmark the permalink.

3 Responses to zenoss over ssl

  1. You tripped my Google blog search:
    ServerName zen.nxtbook.com

  2. I couldn’t have…My blog doesn’t have that domain name in it ;)

  3. Pingback: Zenoss Blog » Zenoss Over SSL