Execution of reCaptcha Displays Error - MacOS

Execution of reCaptcha Displays Error - MacOS

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


    • Related Articles

    • Installing PHP 7.3 - macOS

      This documentation will cover how to install PHP 7.3 and ScriptCase manually on macOS. Performing this type of installation is your responsible for configuring your entire environment as well as database extensions. Listed below are versions of macOS ...
    • PDF generation displays message: 'Not Found'

      Follow the step by step to correct the error "Not Found" when executing the PDF generation. First step: Navigate to the tmp folder in your publication folder. E.g: /publication folder/_lib/tmp Open the .log file that was generated with the name of ...
    • PHP error level - error_reporting

      The error_reporting directive in php.ini defines the levels of errors that PHP will report, the levels of errors are:   Errors and Logging Value Constant Description Note 1 E_ERROR (integer) Fatal run-time errors. These indicate errors that can not ...
    • Fixing the Oracle Connection Error: ORA-12154

      Fixing the Oracle Connection Error: ORA-12154: TNS:could not resolve the connect identifier specified To fix this error when connecting to an Oracle database, follow the steps below: 1. Create the tnsnames.ora file Create a file named tnsnames.ora ...
    • See how to generate recaptcha credentials

      ReCAPTCHA is an API provided by Google for forms. It adds security, preventing automatic submission of forms through robots. reCAPTCHA sample: First, we must request an API Key to activate reCAPTCHA into a Scriptcase application by following the ...