I'm getting hundreds of error of this kind:
Zend_Http_Client_Adapter_Exception: ReCAPTCHA connection error: Unable to Connect to tcp://api-verify.recaptcha.net:80. Error #110: Connection timed out - library/Zend/Http/Client/Adapter/Socket.php:235
Generated By: Unknown Account, Eilen 10:16
Although, the captcha is displayed properly in the front-end. I've also tried following command and it's responding well, a bit slow but working fine.
ping -p 80 api-verify.recaptcha.net
Any clues, what could cause these to be logged in server error log?
Zend_Http_Client_Adapter_Exception: ReCAPTCHA connection error: Unable to Connect to tcp://api-verify.recaptcha.net:80. Error #110: Connection timed out - library/Zend/Http/Client/Adapter/Socket.php:235
Generated By: Unknown Account, Eilen 10:16
Although, the captcha is displayed properly in the front-end. I've also tried following command and it's responding well, a bit slow but working fine.
ping -p 80 api-verify.recaptcha.net
Any clues, what could cause these to be logged in server error log?
Last edited: