I get this message after I enter my username and password on my laptop LocalHost.
SSL has not been enabled for your PHP server. Please compile in SSL support or enabled the Allow non-SSL Auth setting in the plugin. If you Enabled Allow non-SSL Auth your username and password will be submitted without being encrypted.
What are you running on your localhost, Xampp, wampp? You should be able to enable ssl on you localhost if you need it, just check the required steps you need to take, for Xampp these are available on their forums.
*Karma comes in many forms, my personal favourite is the random saucepan from the sky* J.Spencer 17-02-2009
Try this, open php.ini:
uncomment openssl extension in php.ini file.
;extension=php_openssl.dll
Remove the semicolon so it is like this:
extension=php_openssl.dll
This image is hidden for guests. Please log in or register to see it.
You can also go to your WAMP tray icon and click Php -> Php Extensions -> check "php_openssl" then click Restart All Services and it will be enabled for you.