Server error 60 0

Permalink Browser Info Environment
I am getting log report of Server error 60 0 I have configured the captcha setting to active captcha is Invisible Captach with the keys I have linked and generated via the link, however, I am getting "We detected that your site is not verifying reCAPTCHA solutions. This is required for the proper use of reCAPTCHA on your site. Please see our developer site for more information." I am not sure what to do to make this work

when my end users submit they get a error saying the captach failed

Type: Discussion
Status: In Progress
landollweb
View Replies:
jero replied on at Permalink Reply
jero
Hi

Your web server needs to be able to verify the input by making a POST request tohttps://www.google.com/recaptcha/api/siteverify...

If it can't do that, that probably explains why it's not working.

There are a few reasons that this might fail:
1) Your web server can't resolve google.com to an ip address
2) outgoing web requests are firewalled or blocked
3) Your server can't verify the ssl certificate used by google.com

Try uploading this php file to your document root, and then run it in your browser:

<?php
echo file_get_contents('https://www.google.com/recaptcha/api/siteverify');
?>


if all is well, it should respond with

{ "success": false, "error-codes": [ "missing-input-response", "missing-input-secret" ] }
indisbaltic replied on at Permalink Reply
indisbaltic
Hi,

We're experiencing the same issue. We used to have Repatcha V1 (working) but that expired by April 1st. First I thought perhaps the error occured due to both being installed, I unstalled V1 and reinstalled Invisible Captcha.

Requested new keys, installed the invisible captcha and we get the same error: "Incorrect image validation code. Please check the image and re-enter the letters or numbers as necessary."

We checked with your php snipplet and that works, we get the same output.

Any ideas?

(Site is running C5 version 5.6.2)
jero replied on at Permalink Reply
jero
"Incorrect image validation code. Please check the image and re-enter the letters or numbers as necessary."

That error makes me wonder if you've got the right CAPTCHA enabled in the dashboard.

Also, if you check in the dashboard reports->logs, you should be able to filter by 'Invisible Recaptcha' and see the actual errors being returned.
indisbaltic replied on at Permalink Reply
indisbaltic
Hi,

We did enable Invisible Captcha, and yes it seems to be the error code of the original SecurImage script that is send to the user. Front-end does load the 'I am not a Robot' thing though.

The server logs show e.g.:

3:13:57 PM at 2018-04-11 Invisible Recaptcha Guest Server error 60 0
jero replied on at Permalink Reply
jero
OK, Server error 60 is an SSL certificate issue, so make sure the validate SSL option is off.
indisbaltic replied on at Permalink Reply
indisbaltic
Tried that before. Just requested new keys as I noticed that in fact the keys were v2 recaptcha keys and not 'Invisible recaptcha'.
Did turn off the SLL thing, but still unfortunately:

9:29:47 AM Invisible Recaptcha Guest Server error 60 0
jero replied on at Permalink Reply
jero
I've uploaded a revised version that disables CURLOPT_SSL_VERIFYPEER as well as CURLOPT_SSL_VERIFYHOST. Please update and try this version. Make sure that the SSL verify option is off. There's now a warning in the log if it's off.
indisbaltic replied on at Permalink Reply
indisbaltic
YES! This does the trick :-) Thanks a lot!
jero replied on at Permalink Reply
jero
Great. Have a spam free day :)

concrete5 Environment Information

# concrete5 Version
5.6.1.2

# concrete5 Packages
Config Info (1.0), Cube Testimonials (1.0.6), Custom Contact Form (3.0), Designer Content (3.1), Dynamic Iframe (1.61), Formigo Documents Manager (1.0.1), Form Tableless Layout (1.2.1), Invisible reCAPTCHA (0.9.2), Lightboxed Image (0.9.2), Magic Tabs (1.1.0.1), Major Marketing (2.0.4.5), Parallax Slideshow (1.0.2), Pro Events (10.1.2), Pro Forms (7.5.0), reCAPTCHA (0.9.2), Smooth Scroller (1.4.5), Social Icons (1.2), Social Icons Reloaded (2.0), Social Sharing (1.3), tnSpacer (1.3), Toolbar Quick Links (1.0).

# concrete5 Overrides
blocks/autonav, blocks/content, blocks/external_form, blocks/form, blocks/form Test, blocks/formigo_documents_manager, blocks/form_test, blocks/home_feature_block, blocks/home_feature_block_short, blocks/jb_parallax, blocks/jl_magic_tabs, blocks/ldl_read_more_button, blocks/page_list, blocks/search, blocks/slideshow, blocks/spec_table, blocks/sub_tltle, blocks/test_block, blocks/warranty_add_expenses, blocks/warranty_add_labor, blocks/warranty_add_parts, blocks/warranty_claim_history, blocks/warranty_new_claim, blocks/warranty_registration, jobs/file_browser_sync.php, mail/basic_workflow_notification.php, mail/block_form_submission.php, single_pages/warranty_processing, themes/landoll_steel_2012

# Server Software
Microsoft-IIS/7.5

# Server API
cgi-fcgi

# PHP Version
5.3.9

# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, com_dotnet, Core, ctype, curl, date, dom, ereg, exif, filter, ftp, gd, gettext, gmp, hash, iconv, imap, json, ldap, libxml, mbstring, mcrypt, mhash, mysql, mysqli, mysqlnd, odbc, openssl, pcre, PDO, pdo_mysql, PDO_ODBC, pdo_sqlite, pgsql, Phar, Reflection, session, SimpleXML, soap, sockets, SPL, sqlite3, sqlsrv, standard, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, zip, zlib.

# PHP Settings
max_execution_time - 300
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 128M
post_max_size - 35M
safe_mode - Off
safe_mode_exec_dir - <i>no value</i>
safe_mode_gid - Off
safe_mode_include_dir - <i>no value</i>
sql.safe_mode - Off
upload_max_filesize - 35M
ldap.max_links - Unlimited
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
odbc.max_links - Unlimited
odbc.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
pgsql.max_links - Unlimited
pgsql.max_persistent - Unlimited
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
safe_mode_allowed_env_vars - PHP_
safe_mode_protected_env_vars - LD_LIBRARY_PATH

Browser User-Agent String

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.