<?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"
	>
<channel>
	<title>Comments for bcg</title>
	<atom:link href="http://www.kerrins.co.uk/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrins.co.uk/blog</link>
	<description></description>
	<pubDate>Thu, 04 Dec 2008 08:19:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>Comment on Admin SSL by bcg</title>
		<link>http://www.kerrins.co.uk/blog/admin-ssl/#comment-1587</link>
		<dc:creator>bcg</dc:creator>
		<pubDate>Wed, 26 Nov 2008 08:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?page_id=128#comment-1587</guid>
		<description>@Shane:

Thanks very much - I'll have a look into it!

BCG</description>
		<content:encoded><![CDATA[<p>@Shane:</p>
<p>Thanks very much - I&#8217;ll have a look into it!</p>
<p>BCG</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Admin SSL by Shane Hartman</title>
		<link>http://www.kerrins.co.uk/blog/admin-ssl/#comment-1586</link>
		<dc:creator>Shane Hartman</dc:creator>
		<pubDate>Tue, 25 Nov 2008 22:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?page_id=128#comment-1586</guid>
		<description>The plugin is great. I found one issue wth version 1.3.2. If you are using nextgen gallery and you select show slide show, it invokes the jw image rotator (flash) with an url feed like

http://talon.bogometer.com/wp/wp-content/plugins/nextgen-gallery/nggextractXML.php?gid=7

This will invoke the nextgen gallery plugin file nggextractXML.php.

It will go for wp-load.php in 2.6 which causes the init function of admin_ssl in https.php to run. That sets up as_ob_handler to run later as an output filter. When as_ob_handler is subquently called, the routine get_option (for get_option(”home”) or get_option(”siteurl”)) is not loaded for some reason. That causes the generation of the xml to fail for nextgen and so no slide show  

I kludged around it with 

if (!defined(’get-option’)) return $buffer;

But you may want to look into it.</description>
		<content:encoded><![CDATA[<p>The plugin is great. I found one issue wth version 1.3.2. If you are using nextgen gallery and you select show slide show, it invokes the jw image rotator (flash) with an url feed like</p>
<p><a href="http://talon.bogometer.com/wp/wp-content/plugins/nextgen-gallery/nggextractXML.php?gid=7" onclick="javascript:pageTracker._trackPageview('/outbound/comment/talon.bogometer.com');" rel="nofollow">http://talon.bogometer.com/wp/wp-content/plugins/nextgen-gallery/nggextractXML.php?gid=7</a></p>
<p>This will invoke the nextgen gallery plugin file nggextractXML.php.</p>
<p>It will go for wp-load.php in 2.6 which causes the init function of admin_ssl in https.php to run. That sets up as_ob_handler to run later as an output filter. When as_ob_handler is subquently called, the routine get_option (for get_option(”home”) or get_option(”siteurl”)) is not loaded for some reason. That causes the generation of the xml to fail for nextgen and so no slide show  </p>
<p>I kludged around it with </p>
<p>if (!defined(’get-option’)) return $buffer;</p>
<p>But you may want to look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Admin SSL by Extra Pepperoni &#187; Drupal?</title>
		<link>http://www.kerrins.co.uk/blog/admin-ssl/#comment-1580</link>
		<dc:creator>Extra Pepperoni &#187; Drupal?</dc:creator>
		<pubDate>Tue, 18 Nov 2008 05:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?page_id=128#comment-1580</guid>
		<description>[...] IPs for blog management. No, I don&#8217;t want to use funky ports to make the SSL vhosts work. The Admin-SSL plug-in can use a different SSL prefix (&#8221;Shared SSL&#8221;) with regular WordPress, but not [...]</description>
		<content:encoded><![CDATA[<p>[...] IPs for blog management. No, I don&#8217;t want to use funky ports to make the SSL vhosts work. The Admin-SSL plug-in can use a different SSL prefix (&#8221;Shared SSL&#8221;) with regular WordPress, but not [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Admin SSL by John Biethan</title>
		<link>http://www.kerrins.co.uk/blog/admin-ssl/#comment-1576</link>
		<dc:creator>John Biethan</dc:creator>
		<pubDate>Fri, 14 Nov 2008 20:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?page_id=128#comment-1576</guid>
		<description>No I cannot verify the "lock" at the bottom right
using FireFox indicating that the connection is not secure.

The test setup on the VPS with the Shared SSL Cert on PodVenturesMedia.com
a) we are testing hush-t-scape.com/wp-admin
b) the "umbrella" company is podventuresmedia.com so the SSL is issued to it and NOT to the particular URL being tested. It is a "shared SSL" cert.
c) there are MANY URLs on the VPS with their own account and under the company - that will use this plugin (assuming it works).

1) We are wanting to use the plugin with the Shared SSL Cert for any of the WordPress sites on the VPS.
2) We're only needing to protect the login and as the plugin has been designed to do.

Other possibly useful information:
And when I logout, the URL is:
https://hush-t-scape.com/wp-admin/ and with a "lock" in FireFox and on the screen with the expected Warning: Unknown: open_basedir restriction in effect. 

When I attempt to log back in at http://hush-t-scape.com/wp-admin/
It logs me in automatically without asking for my password
which is not been set to be "saved." ???

Note:
Under the settings for the Admin SSL plugin and
for the Shared SSL URL
Per our tech support at our VPS hosting company,
it is "https://hush-t-scape.com/wp-admin.

They said that although the cert. is issued to podventuresmedia.com
which is the main site on the VPS and our company URL,
the plugin's Shared SSL URL setting should be set in Hush-T-Scape.com for the site that's using the plugin:
https://hush-t-scape.com/wp-admin.

I really do appricate your work on the plugin and
your response to my email.

John</description>
		<content:encoded><![CDATA[<p>No I cannot verify the &#8220;lock&#8221; at the bottom right<br />
using FireFox indicating that the connection is not secure.</p>
<p>The test setup on the VPS with the Shared SSL Cert on PodVenturesMedia.com<br />
a) we are testing hush-t-scape.com/wp-admin<br />
b) the &#8220;umbrella&#8221; company is podventuresmedia.com so the SSL is issued to it and NOT to the particular URL being tested. It is a &#8220;shared SSL&#8221; cert.<br />
c) there are MANY URLs on the VPS with their own account and under the company - that will use this plugin (assuming it works).</p>
<p>1) We are wanting to use the plugin with the Shared SSL Cert for any of the WordPress sites on the VPS.<br />
2) We&#8217;re only needing to protect the login and as the plugin has been designed to do.</p>
<p>Other possibly useful information:<br />
And when I logout, the URL is:<br />
<a href="https://hush-t-scape.com/wp-admin/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/hush-t-scape.com');" rel="nofollow">https://hush-t-scape.com/wp-admin/</a> and with a &#8220;lock&#8221; in FireFox and on the screen with the expected Warning: Unknown: open_basedir restriction in effect. </p>
<p>When I attempt to log back in at <a href="http://hush-t-scape.com/wp-admin/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/hush-t-scape.com');" rel="nofollow">http://hush-t-scape.com/wp-admin/</a><br />
It logs me in automatically without asking for my password<br />
which is not been set to be &#8220;saved.&#8221; ???</p>
<p>Note:<br />
Under the settings for the Admin SSL plugin and<br />
for the Shared SSL URL<br />
Per our tech support at our VPS hosting company,<br />
it is &#8220;https://hush-t-scape.com/wp-admin.</p>
<p>They said that although the cert. is issued to podventuresmedia.com<br />
which is the main site on the VPS and our company URL,<br />
the plugin&#8217;s Shared SSL URL setting should be set in Hush-T-Scape.com for the site that&#8217;s using the plugin:<br />
<a href="https://hush-t-scape.com/wp-admin" onclick="javascript:pageTracker._trackPageview('/outbound/comment/hush-t-scape.com');" rel="nofollow">https://hush-t-scape.com/wp-admin</a>.</p>
<p>I really do appricate your work on the plugin and<br />
your response to my email.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Admin SSL by bcg</title>
		<link>http://www.kerrins.co.uk/blog/admin-ssl/#comment-1575</link>
		<dc:creator>bcg</dc:creator>
		<pubDate>Fri, 14 Nov 2008 08:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?page_id=128#comment-1575</guid>
		<description>Hi John

The default behaviour of Admin SSL is to secure the login process and user profile pages, not the entire wp-admin folder.

It is possible to do the latter, but I felt the performance hit is not worth securing every single page, but only those with passwords/confidential information on.

Can you confirm that the login process is secured with your Shared SSL?

bcg</description>
		<content:encoded><![CDATA[<p>Hi John</p>
<p>The default behaviour of Admin SSL is to secure the login process and user profile pages, not the entire wp-admin folder.</p>
<p>It is possible to do the latter, but I felt the performance hit is not worth securing every single page, but only those with passwords/confidential information on.</p>
<p>Can you confirm that the login process is secured with your Shared SSL?</p>
<p>bcg</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Admin SSL by John Biethan</title>
		<link>http://www.kerrins.co.uk/blog/admin-ssl/#comment-1574</link>
		<dc:creator>John Biethan</dc:creator>
		<pubDate>Wed, 12 Nov 2008 18:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?page_id=128#comment-1574</guid>
		<description>I'm testing this plugin on our VPS with a shared SSL cert.
The shared SSL cert. is attached to the main domain on our VPS, PodVenturesMedia.com (a WordPress site).

The plugin version is 1.3.2.
My Browser is FireFox v3.0.3.
Under the Admin SSL settings page, the
Shared SSL URL is: https://podventuresmedia.com/wp-admin/

The test site on the VPS is Hush-T-Scape.com running WordPress 2.6.3.
When I log into the dashboard at http://www.hush-t-scape.com
the dashboard opens but without an SSL lock.

When I try to log into https://www.hush-t-scape.com (securely)
I get giberish as expected.

Any help you could provide would be greatly appricated
as we'd like to use this plugin and see it's value in securing
a WordPress site.

John</description>
		<content:encoded><![CDATA[<p>I&#8217;m testing this plugin on our VPS with a shared SSL cert.<br />
The shared SSL cert. is attached to the main domain on our VPS, PodVenturesMedia.com (a WordPress site).</p>
<p>The plugin version is 1.3.2.<br />
My Browser is FireFox v3.0.3.<br />
Under the Admin SSL settings page, the<br />
Shared SSL URL is: <a href="https://podventuresmedia.com/wp-admin/" onclick="javascript:pageTracker._trackPageview('/outbound/comment/podventuresmedia.com');" rel="nofollow">https://podventuresmedia.com/wp-admin/</a></p>
<p>The test site on the VPS is Hush-T-Scape.com running WordPress 2.6.3.<br />
When I log into the dashboard at <a href="http://www.hush-t-scape.com" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.hush-t-scape.com');" rel="nofollow">http://www.hush-t-scape.com</a><br />
the dashboard opens but without an SSL lock.</p>
<p>When I try to log into <a href="https://www.hush-t-scape.com" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.hush-t-scape.com');" rel="nofollow">https://www.hush-t-scape.com</a> (securely)<br />
I get giberish as expected.</p>
<p>Any help you could provide would be greatly appricated<br />
as we&#8217;d like to use this plugin and see it&#8217;s value in securing<br />
a WordPress site.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Admin SSL by Kenn</title>
		<link>http://www.kerrins.co.uk/blog/admin-ssl/#comment-1573</link>
		<dc:creator>Kenn</dc:creator>
		<pubDate>Tue, 11 Nov 2008 14:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?page_id=128#comment-1573</guid>
		<description>Great, thank you!</description>
		<content:encoded><![CDATA[<p>Great, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Admin SSL by bcg</title>
		<link>http://www.kerrins.co.uk/blog/admin-ssl/#comment-1572</link>
		<dc:creator>bcg</dc:creator>
		<pubDate>Tue, 11 Nov 2008 10:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?page_id=128#comment-1572</guid>
		<description>@Kenn:

This could work - but only for Private SSL.  I'll see what I can do for the next release - I need to check compatibility with WP 2.7 as well.

BCG</description>
		<content:encoded><![CDATA[<p>@Kenn:</p>
<p>This could work - but only for Private SSL.  I&#8217;ll see what I can do for the next release - I need to check compatibility with WP 2.7 as well.</p>
<p>BCG</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Admin SSL by Kenn</title>
		<link>http://www.kerrins.co.uk/blog/admin-ssl/#comment-1569</link>
		<dc:creator>Kenn</dc:creator>
		<pubDate>Sun, 09 Nov 2008 18:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?page_id=128#comment-1569</guid>
		<description>Great plugin, thanks. I have one request though (and it may already be possible): Can this be toggled on and off via a constant in wp-config? 

I do all my development locally before deploying to production servers and frequently take copies of the production databases for local use. When I do this, my Admin SSL settings are obviously enabled on my dev environment where I don't have SSL set up, as it isn't needed. 

I'm envisioning something like a boolean WP_ADMIN_SSL definition. This will allow users to wrap it in conditionals and only have it enabled on certain environments (by checking the value of $_SERVER['HTTP_HOST'], for example), and not use it when it isn't desirable.

(I realize, of course, that I can simply set up SSL locally as well, but I think a wp-config option would a much more practical solution.)

Thanks. Feel free to e-mail me if you have any questions or need clarification about this use case.</description>
		<content:encoded><![CDATA[<p>Great plugin, thanks. I have one request though (and it may already be possible): Can this be toggled on and off via a constant in wp-config? </p>
<p>I do all my development locally before deploying to production servers and frequently take copies of the production databases for local use. When I do this, my Admin SSL settings are obviously enabled on my dev environment where I don&#8217;t have SSL set up, as it isn&#8217;t needed. </p>
<p>I&#8217;m envisioning something like a boolean WP_ADMIN_SSL definition. This will allow users to wrap it in conditionals and only have it enabled on certain environments (by checking the value of $_SERVER['HTTP_HOST'], for example), and not use it when it isn&#8217;t desirable.</p>
<p>(I realize, of course, that I can simply set up SSL locally as well, but I think a wp-config option would a much more practical solution.)</p>
<p>Thanks. Feel free to e-mail me if you have any questions or need clarification about this use case.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Admin SSL by bcg</title>
		<link>http://www.kerrins.co.uk/blog/admin-ssl/#comment-1563</link>
		<dc:creator>bcg</dc:creator>
		<pubDate>Mon, 03 Nov 2008 22:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrins.co.uk/blog/?page_id=128#comment-1563</guid>
		<description>@Mike

Absolutely - if you have Private SSL you can secure individual URLs - that is why the box is called 'Additional URLs' rather than 'Additional Pages'.

So, if you wanted to secure site.com/blog/some-secure-page/ you would add 'some-secure-page/' to the Additional URLs box.

BCG</description>
		<content:encoded><![CDATA[<p>@Mike</p>
<p>Absolutely - if you have Private SSL you can secure individual URLs - that is why the box is called &#8216;Additional URLs&#8217; rather than &#8216;Additional Pages&#8217;.</p>
<p>So, if you wanted to secure site.com/blog/some-secure-page/ you would add &#8217;some-secure-page/&#8217; to the Additional URLs box.</p>
<p>BCG</p>
]]></content:encoded>
	</item>
</channel>
</rss>
