Looks good from here. 🙂
Thank you, you rock !
I have the same problem (Error 500 with Nginx). PHP-FPM currently has a bug, which causes that no PHP errors are logged. But I could get some information with apache.
Here is the log:
[Mon Jul 09 22:43:11 2012] [error] [client xxx] PHP Fatal error: Call to a member function getScheme() on a non-object in /var/www/blog/wp-content/plugins/wordpress-https/lib/WordPressHTTPS/Module/Parser.php on line 95
[Mon Jul 09 22:43:11 2012] [error] [client xxx] PHP Fatal error: Call to a member function get() on a non-object in /var/www/blog/wp-includes/cache.php on line 113
The second error is obviously caused by the first error.