Please provide any additional information below in wp re-captcha plugin:
// To fix the problem, find line 40 in recpatchalib.php and replace:
define(“RECAPTCHA_VERIFY_SERVER”, “www.google.com”);
// With this:
define(“RECAPTCHA_VERIFY_SERVER”, gethostbyname(“www.google.com”));