Hi Gabriel,
Thanks - That change appears to make no difference (reCAPTCHA displays on the http but not the https ver.).
I think I've figured it out now though;
Line 92
$url=recaptcha_get_signup_url(@$_SERVER['HTTP_HOST'], qa_opt('site_title'));
Change to $url=recaptcha_get_signup_url(@$_SERVER['HTTPS_HOST'], qa_opt('site_title'));
and that seems to have done it.
All the best.