For those like me who want to keep it simple.
Caveats:
Ubuntu 8.04
reference install of ZenOSS using the stack
keep your Apaches/Proxies/Compilers to yourself, kthx
Internet Exploder no likey use Firefox
Away we go...
sudo bash
apt-get install openssl stunnel
cd /etc/stunnel
openssl req -new -x509 -days 3650 -nodes -out stunnel.pem -keyout stunnel.pem
chmod 600 ./stunnel.pem
nano /etc/stunnel/stunnel.conf -->
cert = /etc/stunnel/stunnel.pem
[https]
accept = 443
connect = 8080
TIMEOUTclose = 0
Save/Close
nano /etc/default/stunnel4 -->
ENABLED=1
Save/Close
/etc/init.d/stunnel4 restart
su zenoss
cd /usr/local/zenoss/zenoss/etc
nano ./zope.conf -->
<cgi-environment>
HTTPS ON
</cgi-environment>
Save/Close
zopectl restart
Go have a beer - your new and only ZenOSS URL is https://yourserver
-------------------- m2f --------------------
Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=20745#20745
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users