reCaptcha not working with HTTPS in Chrome
Hi.
We had problems with reCaptcha not working when we turned on HTTPS for the entire site. I forget the error, but the solution was changing @fsockopen($host, [...] to @fsockopen(gethostbyname($host), [...] in \jobroller\includes\lib\recaptchalib.php
This enables reCaptcha to work on HTTPS in Opera and IE10, but not in Chrome. In Chrome, the reCaptcha section does not display at all.
I deleted the Chrome browser cache, but the issue remains.