<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: JetPack Instl issue with SSL and lighttpd</title>
		<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd</link>
		<description>WordPress.com Forums &#187; Topic: JetPack Instl issue with SSL and lighttpd</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 13:17:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/jetpack-instl-issue-with-ssl-and-lighttpd" rel="self" type="application/rss+xml" />

		<item>
			<title>mdawaffe on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-957830</link>
			<pubDate>Thu, 26 Jul 2012 17:23:33 +0000</pubDate>
			<dc:creator>mdawaffe</dc:creator>
			<guid isPermaLink="false">957830@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Another user had luck with the following configuration.  Again, I don't know anything about lighttpd :)</p>
<pre><code>url.rewrite-once = (
&quot;^//(.*)\.(.+)$&quot; =&gt; &quot;$0&quot;,
&quot;^/(wp-.+)$&quot; =&gt; &quot;$0&quot;,
&quot;^/xmlrpc.php(.*)?&quot; =&gt; &quot;$0&quot;,
&quot;^/sitemap.xml&quot; =&gt; &quot;$0&quot;,
&quot;^/(.+)/?$&quot; =&gt; &quot;/index.php/$1&quot;
)</code></pre>
]]></description>
					</item>
		<item>
			<title>macmanx on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-722819</link>
			<pubDate>Mon, 17 Oct 2011 22:26:36 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">722819@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome!
</p>
]]></description>
					</item>
		<item>
			<title>keyshots on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-722506</link>
			<pubDate>Mon, 17 Oct 2011 16:50:51 +0000</pubDate>
			<dc:creator>keyshots</dc:creator>
			<guid isPermaLink="false">722506@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>YES!!!!!1 </p>
<p>my goodness, after a few long weeks, JetPack is loaded and working.  </p>
<p>I just added a 'wp-rewrite.conf' file to etc/lighttpd instead of modifying anything in lighttpd.conf.</p>
<p>Thanks again EVERYONE for helping and especially to mdawaffe and macmanx for getting me lined out in the end! Thank you!!
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-721389</link>
			<pubDate>Sat, 15 Oct 2011 22:31:55 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">721389@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you're with a hosting provider, you'll need to contact them for assistance.</p>
<p>If you own the server, I believe the change needs to be made in your lighttpd.conf file.
</p>
]]></description>
					</item>
		<item>
			<title>keyshots on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-720742</link>
			<pubDate>Fri, 14 Oct 2011 20:22:27 +0000</pubDate>
			<dc:creator>keyshots</dc:creator>
			<guid isPermaLink="false">720742@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok, this is starting to make more sense now. Thanks mdawaffe. </p>
<p>I'm definitely unfamiliar with this though. Would you happen to know where the rewrite rule configuration goes?
</p>
]]></description>
					</item>
		<item>
			<title>mdawaffe on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-720626</link>
			<pubDate>Fri, 14 Oct 2011 18:05:27 +0000</pubDate>
			<dc:creator>mdawaffe</dc:creator>
			<guid isPermaLink="false">720626@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Keyshots, oh no! I misread your earlier post about <a href="http://blog.keyshot.com/xmlrpc.php?rsd" rel="nofollow">http://blog.keyshot.com/xmlrpc.php?rsd</a></p>
<p>That URL should not return "XML-RPC server accepts POST requests only".</p>
<p>If it does, that's a sign of something (in your case lighttpd) cacheing things it shouldn't.</p>
<p>The ?rsd URL should return something like what the following URL does: <a href="http://en.blog.wordpress.com/xmlrpc.php?rsd" rel="nofollow">http://en.blog.wordpress.com/xmlrpc.php?rsd</a></p>
<p>Another user ran into the same problem and it turned out to be their lighttpd rewrite rules that were causing the problem.</p>
<p>They had been using the following rewrite rules configuration:</p>
<pre><code>#Jetpack is broken with these rules
url.rewrite-once = (
 &quot;^/(wp-.+).*/?&quot; =&gt; &quot;$0&quot;,
 &quot;^/images/.*/?&quot; =&gt; &quot;$0&quot;,
 &quot;^/temp/.*/?&quot; =&gt; &quot;$0&quot;,
 &quot;^/(sitemap.xml)&quot; =&gt; &quot;$0&quot;,
 &quot;^/(xmlrpc.php)&quot; =&gt; &quot;$0&quot;,
 &quot;^/keyword/([A-Za-z_0-9\-]+)/?$&quot; =&gt; &quot;/index.php?keyword=$1&quot;,
 &quot;^/.*?(\?.*)?$&quot; =&gt; &quot;/index.php$1&quot;</code></pre>
<p>When they switched to:</p>
<pre><code>#Jetpack works with these rules
url.rewrite-if-not-file = (
 &quot;^/(wp-.+).*/?&quot; =&gt; &quot;$0&quot;,
 &quot;^/images/.*/?&quot; =&gt; &quot;$0&quot;,
 &quot;^/temp/.*/?&quot; =&gt; &quot;$0&quot;,
 &quot;^/keyword/([A-Za-z_0-9\-]+)/?$&quot; =&gt; &quot;/index.php?keyword=$1&quot;,
 &quot;^/.*?(\?.*)?$&quot; =&gt; &quot;/index.php$1&quot;
 )</code></pre>
<p>Jetpack worked.</p>
<p>The user was kind enough to write up the problem and their solution at <a href="http://snat.co.uk/2011/lighttpd-and-jetpack.html" rel="nofollow">http://snat.co.uk/2011/lighttpd-and-jetpack.html</a></p>
<p>I'm not familiar with lighttpd's configuration, but it looks like some of those lines are specific to their setup and not generally applicable.  I think the important piece of the puzzle was switching from url.rewrite-once to url.rewrite-if-not-file and removing the xmlrpc line.</p>
<p>Is your lighttp configured similarly to the "broken" configuration above (the first one)?</p>
<p>Sorry for the goose chase about the other cacheing systems, we should have caught the ?rsd fact earlier.
</p>
]]></description>
					</item>
		<item>
			<title>keyshots on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-720410</link>
			<pubDate>Fri, 14 Oct 2011 13:04:33 +0000</pubDate>
			<dc:creator>keyshots</dc:creator>
			<guid isPermaLink="false">720410@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi mdawaffe, </p>
<p>I've checked all of this and the answer to each is no.</p>
<p>It's a simple Lighttpd server set-up. Could that be the problem itself? So far, I've not had any other problems. Oh, except for not being able to auto-update wordpress or plugins. I get the "Could not create directory..." error.</p>
<p>could this be related? any other idea?
</p>
]]></description>
					</item>
		<item>
			<title>mdawaffe on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-718992</link>
			<pubDate>Wed, 12 Oct 2011 22:56:07 +0000</pubDate>
			<dc:creator>mdawaffe</dc:creator>
			<guid isPermaLink="false">718992@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I haven't yet been able to figure out any reason you're getting this error.  Here's some questions that might help us get to a solution.</p>
<p>Does your server use any kind of caching?  Common opcode caches: APC, Zend Optimizer, eAccelerator.  Common object caches: memcached, APC.</p>
<p>Is your site behind any kind of proxy/cache server/load balancer?</p>
<p>Is your site running on one server or multiple servers?</p>
<p>Does your server have multiple WP installs on it?
</p>
]]></description>
					</item>
		<item>
			<title>keyshots on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-717252</link>
			<pubDate>Mon, 10 Oct 2011 19:44:24 +0000</pubDate>
			<dc:creator>keyshots</dc:creator>
			<guid isPermaLink="false">717252@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sure, here you go...</p>
<p>Your Jetpack has a glitch. Something went wrong that’s never supposed to happen. Guess you’re just lucky: xml_rpc-32601</p>
<p>Try connecting again. Error Details: The Jetpack server could not communicate with your site's XML-RPC URL. If you have the W3 Total Cache plugin installed, deactivate W3 Total Cache, try to Connect to WordPress.com again, reactivate W3 Total Cache, then clear W3 Total Cache's cache.
</p>
]]></description>
					</item>
		<item>
			<title>mdawaffe on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-717215</link>
			<pubDate>Mon, 10 Oct 2011 18:58:45 +0000</pubDate>
			<dc:creator>mdawaffe</dc:creator>
			<guid isPermaLink="false">717215@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks.  The result of that test are helpful, but that error response is actually the expected response for that cURL command.</p>
<p>Could you please paste (or screenshot) the full error message you see when you try and Connect the Jetpack plugin to WordPress.com?  Everything in the blue box.  There are (unfortunately) several error messages that look similar but mean different things.
</p>
]]></description>
					</item>
		<item>
			<title>keyshots on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-717053</link>
			<pubDate>Mon, 10 Oct 2011 15:35:21 +0000</pubDate>
			<dc:creator>keyshots</dc:creator>
			<guid isPermaLink="false">717053@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok,</p>
<p>Yes, all plugin were disabled/cache cleared. Just tried again to double check.</p>
<p>urls for both are set to <a href="http://blog.keyshot.com" rel="nofollow">http://blog.keyshot.com</a></p>
<p>any ideas?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-715834</link>
			<pubDate>Sat, 08 Oct 2011 19:47:21 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">715834@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>What does "The required "home" parameter is missing." mean?</p></blockquote>
<p>That error means that Jetpack was unable to read some data that it needs. </p>
<p>Just to make sure it's not a plugin incompatibility issue, are you absolutely certain you disabled all plugins and cleared any server side cache and tested the connection while the plugins were disabled?</p>
<p>Could you please tell us what you have listed for WordPress Address (URL) and Site Address (URL) on your main settings page in your blog dashboard?
</p>
]]></description>
					</item>
		<item>
			<title>keyshots on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-715625</link>
			<pubDate>Sat, 08 Oct 2011 11:25:31 +0000</pubDate>
			<dc:creator>keyshots</dc:creator>
			<guid isPermaLink="false">715625@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi macmanx, we host it on our own server. </p>
<p>When checking  <a href="http://blog.keyshot.com/xmlrpc.php?rsd" rel="nofollow">http://blog.keyshot.com/xmlrpc.php?rsd</a> I do get back this...</p>
<p>"XML-RPC server accepts POST requests only."</p>
<p>so appears to be functioning.</p>
<p>What does "The required \"home\" parameter is missing." mean?
</p>
]]></description>
					</item>
		<item>
			<title>macmanx on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-712229</link>
			<pubDate>Tue, 04 Oct 2011 05:47:07 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">712229@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Can you please ask your hosting provider if they're blocking xmlrpc.php?
</p>
]]></description>
					</item>
		<item>
			<title>keyshots on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-711748</link>
			<pubDate>Mon, 03 Oct 2011 18:17:23 +0000</pubDate>
			<dc:creator>keyshots</dc:creator>
			<guid isPermaLink="false">711748@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>ok, here we go. This is what I'm getting back...</p>
<p>HTTP/1.1 400 Bad Request<br />
Server: nginx<br />
Date: Mon, 03 Oct 2011 18:15:56 GMT<br />
Content-Type: application/json<br />
Transfer-Encoding: chunked<br />
Connection: close<br />
Vary: Cookie<br />
X-hacker: If you're reading this, you should visit automattic.com/jobs and apply to join the fun, mention this header.<br />
X-Pingback: <a href="http://jetpack.wordpress.com/xmlrpc.php" rel="nofollow">http://jetpack.wordpress.com/xmlrpc.php</a><br />
Expires: Wed, 11 Jan 1984 05:00:00 GMT<br />
Last-Modified: Mon, 03 Oct 2011 18:15:56 GMT<br />
Cache-Control: no-cache, must-revalidate, max-age=60<br />
Pragma: no-cache</p>
<p>{"error":"home_missing","error_description":"The required \"home\" parameter is missing."}
</p>
]]></description>
					</item>
		<item>
			<title>keyshots on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-711735</link>
			<pubDate>Mon, 03 Oct 2011 18:04:11 +0000</pubDate>
			<dc:creator>keyshots</dc:creator>
			<guid isPermaLink="false">711735@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>yep, </p>
<p>have wordpress and site address set to: <a href="http://blog.keyshot.com" rel="nofollow">http://blog.keyshot.com</a></p>
<p>I've tried deactivating all plugins and running Jetpack. Same error. using Disqus, Facebook Like, Facebook page publish, Flexible Lightbox, Google XML sitemaps, JQuery Lazy load, Thesis Openhook, Twitter tools, WordPress stats, Wordpres SEO, WP Stats Dashboard</p>
<p>I've tried running that command, but apparently curl isn't installed. Will have to get back to you on that one!</p>
<p>Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>chrisrudzki on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-711602</link>
			<pubDate>Mon, 03 Oct 2011 15:22:13 +0000</pubDate>
			<dc:creator>chrisrudzki</dc:creator>
			<guid isPermaLink="false">711602@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,</p>
<p>Just a few questions:</p>
<p>- What do you have listed as the WordPress address and site address at Settings &#8594; General in your dashboard?</p>
<p>- Are you running any other plugins?</p>
<p>- If you have SSH access, could you try running the following command, and reporting back with the results?</p>
<p>curl -i -L --data 'test' 'https://jetpack.wordpress.com/jetpack.register/1'
</p>
]]></description>
					</item>
		<item>
			<title>keyshots on "JetPack Instl issue with SSL and lighttpd"</title>
			<link>http://en.forums.wordpress.com/topic/jetpack-instl-issue-with-ssl-and-lighttpd#post-711574</link>
			<pubDate>Mon, 03 Oct 2011 14:44:53 +0000</pubDate>
			<dc:creator>keyshots</dc:creator>
			<guid isPermaLink="false">711574@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I'm having the "Error Details: The Jetpack server could not communicate with your site's XML-RPC URL." error come up. I don't have W3 Total Cache installed. I think it's an issue with our server and SSL. However tried the "if ( false &#38;&#38; $jetpack-&#62;use_ssl[$method] ) {" switch and still not working. The server is running lighttpd.</p>
<p>do you have any suggestions? Thanks.<br />
Blog url: <a href='http://blog.keyshot.com'>http://blog.keyshot.com</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
