<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Zenoss Over SSL</title>
	<atom:link href="http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/</link>
	<description>No Node Left Behind</description>
	<pubDate>Tue,  6 Jan 2009 22:30:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bernd Zeimetz</title>
		<link>http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/comment-page-1/#comment-3895</link>
		<dc:creator>Bernd Zeimetz</dc:creator>
		<pubDate>Fri, 20 Apr 2007 00:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/#comment-3895</guid>
		<description>... that was supposed to be "Although I never tried this with Zenoss, I’m running the ZMI of a zope installation over ssl using Apache" - but I think that was obvious ;)</description>
		<content:encoded><![CDATA[<p>&#8230; that was supposed to be &#8220;Although I never tried this with Zenoss, I’m running the ZMI of a zope installation over ssl using Apache&#8221; - but I think that was obvious <img src='http://blog.zenoss.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd Zeimetz</title>
		<link>http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/comment-page-1/#comment-3890</link>
		<dc:creator>Bernd Zeimetz</dc:creator>
		<pubDate>Fri, 20 Apr 2007 00:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/#comment-3890</guid>
		<description>Although I never tried this with Zenoss, I'm running the ZMI of a zope installation over ssl. Pretty easy to do so:

1. Configure the SSLEngine for your virtual host
2. Configure and enable the proxy module. Be careful not to create an open proxy!
2. Add rewrites using Apache's proxy (these examples here are for the Zope:

RewriteEngine On
RewriteRule ^/zope$ http://localhost:8081/VirtualHostBase/https/someserver.tld:443/VirtualHostRoot/_vh_zo
pe [L,P]
RewriteRule ^/zope/(.*) http://localhost:8081/VirtualHostBase/https/someserver.tld:443/VirtualHostRoot/_v
h_zope/$1 [L,P]

I have no Zenoss installation here to test it, but I guess it should just work.

Cheers,

Bernd

P.S. The "nice tidbit"-url seems to be broken.</description>
		<content:encoded><![CDATA[<p>Although I never tried this with Zenoss, I&#8217;m running the ZMI of a zope installation over ssl. Pretty easy to do so:</p>
<p>1. Configure the SSLEngine for your virtual host<br />
2. Configure and enable the proxy module. Be careful not to create an open proxy!<br />
2. Add rewrites using Apache&#8217;s proxy (these examples here are for the Zope:</p>
<p>RewriteEngine On<br />
RewriteRule ^/zope$ <a href="http://localhost:8081/VirtualHostBase/https/someserver.tld:443/VirtualHostRoot/_vh_zo" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://localhost:8081/VirtualHostBase/https/someserver.tld:443/VirtualHostRoot/_vh_zo');" rel="nofollow">http://localhost:8081/VirtualHostBase/https/someserver.tld:443/VirtualHostRoot/_vh_zo</a><br />
pe [L,P]<br />
RewriteRule ^/zope/(.*) <a href="http://localhost:8081/VirtualHostBase/https/someserver.tld:443/VirtualHostRoot/_v" onclick="javascript:pageTracker._trackPageview('/outbound/comment/http://localhost:8081/VirtualHostBase/https/someserver.tld:443/VirtualHostRoot/_v');" rel="nofollow">http://localhost:8081/VirtualHostBase/https/someserver.tld:443/VirtualHostRoot/_v</a><br />
h_zope/$1 [L,P]</p>
<p>I have no Zenoss installation here to test it, but I guess it should just work.</p>
<p>Cheers,</p>
<p>Bernd</p>
<p>P.S. The &#8220;nice tidbit&#8221;-url seems to be broken.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Abele</title>
		<link>http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/comment-page-1/#comment-3873</link>
		<dc:creator>Erik Abele</dc:creator>
		<pubDate>Thu, 19 Apr 2007 20:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/#comment-3873</guid>
		<description>Oh, come on - just put it behind Apache and let it take care of any SSL handling...</description>
		<content:encoded><![CDATA[<p>Oh, come on - just put it behind Apache and let it take care of any SSL handling&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Valadez</title>
		<link>http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/comment-page-1/#comment-3865</link>
		<dc:creator>William Valadez</dc:creator>
		<pubDate>Thu, 19 Apr 2007 18:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.zenoss.com/2007/04/19/zenoss-over-ssl/#comment-3865</guid>
		<description>A friend of mine has setup access to zenoss with stunnel for end to end encryption. I have not set it up myself but he indicated that it works well.</description>
		<content:encoded><![CDATA[<p>A friend of mine has setup access to zenoss with stunnel for end to end encryption. I have not set it up myself but he indicated that it works well.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
