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**