Automattic released WordPress for iPhone, an iphone app that lets you write posts, upload photos, edit pages and manage comments on your blog from iphones or ipod touches

(the image above taken from the Official WordPress for iPhone site)
WordPress for iPhone version 2.2 now in the App Store.
You will see WordPress logo on your iPhone or iPod Touch menu after installation. You can add wordpress.org or self-hosted WordPress to WordPress for iPhone. The iPhone app supported SSL and non-SSL login.
There is a type of SSL certificate, self-signed SSL certificate . A self-signed certificate is an identity certificate that is signed by its own creator. You can create self-signed SSL with OPENSSL and install it in your server
Self-signed SSL login need a workaround to get it work because it will popup Communication Error Untrust Server Certificate, it makes unable to add a SSL protected blog.
I had installed self-signed SSL certificate before I added SSL option to wp-config.php, define(‘FORCE_SSL_LOGIN’, true);
I added a WordPress blog to WordPress for iPhone after I had deactivated the SSL option in wp-config.php. I could logged in to the blog, read comment and post.
I activated the SSL option again. I’m using self-signed SSL Login with WordPress for iPhone now.
Related posts:





0 Trackbacks
Trackback URL for this post:
http://pixert.com/self-signed-ssl-login-with-wordpress-for-iphone/trackback/
0 Pings