edit recaptchalib.php like this:
find this line - function recaptcha_get_html ($pubkey, $error = null, $use_ssl = false)
change it to - function recaptcha_get_html ($pubkey, $error = null, $use_ssl = true)
argument $use_ssl is changed from false to true... rest will be taken care of by the script..