Execution of reCaptcha Displays Error - MacOS

Á

Álvaro Moura

Last updated on Jul 6, 2026

If the error below is displayed when submitting the form / control with reCaptcha, perform the following steps:

Warning: file_get_contents (): SSL operation failed with code 1. OpenSSL Error messages: error: 14090086: SSL routines: ssl3_get_server_certificate: certificate verify failed in

Download the link file: http://curl.haxx.se/ca/cacert.pem

The file cacert.pem will be downloaded, rename this file to curl-ca-bundle.crt

Put the file in: / Applications / Scriptcase / v9 / components / php / etc /

Edit the php.ini file, located in / Applications / Scriptcase / v9 / components / php /

Add the following content to the end of the file:

openssl.cafile = "/ Applications / Scriptcase / v9 / components / php / etc / curl-ca-bundle.crt"

After this, restart the apache service and run the form / control application again.

sudo / Applications / Scriptcase / v9 / components / apache / bin / apachectl restart