The **Fatal error: Uncaught GuzzleHttp\Exception\RequestException: cURL error** can be displayed in the Scriptcase interface in two situations

1. When using the Google-integrated Calendar application
2. When using the Google Drive API

So that the error doesn't happen anymore, follow the step by step below:

## Download and Rename the File

1 - Download the cacert.pem file by clicking on the link below.

<http://curl.haxx.se/ca/cacert.pem>

2 - After download, rename the ***cacert.pem*** file to ***curl-ca-bundle.crt***

***![](https://desk.zoho.com/DocsDisplay?zgId=716875472&mode=inline&blockId=l5ggt0521f21d7c394c4f95272f5d682c96e3)***

When trying to rename the file, a dialog box will appear asking you to confirm the change of the file extension. Click Yes to confirm.

![](https://desk.zoho.com/DocsDisplay?zgId=716875472&mode=inline&blockId=l5ggt1e6a35c2586a427fbfa0911c75850ce7)

## Move and Edit the php.ini file

3 - After renaming the file, place it in the directory ..\**NetMake\v9-php73\components\php\****extras**

![](https://img.zohostatic.com/zde/static/images/info.png)

The location of the extras folder varies depending on the settings made in your installation.

When using our installer with default values, the folder can be found in the directory below:

**..\NetMake\v9-php73\components\PHP\**

![](https://desk.zoho.com/DocsDisplay?zgId=716875472&mode=inline&blockId=l5ggtcece7bd1fb994714a5598a06b1e27d05)

4 - Access the php.ini file located at **..\NetMake\v9-php73\components\php\**

![](https://desk.zoho.com/DocsDisplay?zgId=716875472&mode=inline&blockId=l5ggte1b84c515cc2438fa71ecb0ac0aa6e8e)

5 - After opening the file, locate the line **;curl.cainfo = ""**

![](https://desk.zoho.com/DocsDisplay?zgId=716875472&mode=inline&blockId=l5ggt140b4c4efd404f769a9069e65f752408)

6 - Change the contents of this line to:  
**curl.cainfo = "caminho\_completo\NetMake\v9\components\php\extras\curl-ca-bundle.crt"**

**![](https://desk.zoho.com/DocsDisplay?zgId=716875472&mode=inline&blockId=l5ggt5e360f095bd948729187cfae9ce8b678)**

## Restart the Apache Service

7 - To finish applying the changes, restart the apache service.

Press **windows + R** to open the windows run.

![](https://desk.zoho.com/DocsDisplay?zgId=716875472&mode=inline&blockId=l5ggt9c101de6be9e4b3ab75be15c133c3182)

8 - Type services.msc and click **OK**

![](https://desk.zoho.com/DocsDisplay?zgId=716875472&mode=inline&blockId=l5ggt6d348e963b2347b4b5b7c1b5847fbad9)

9 - On the services screen, look for **ApacheScriptcase9php73**, select the service and click on restart.

![](https://desk.zoho.com/DocsDisplay?zgId=716875472&mode=inline&blockId=l5ggtf97ad7a4ba0948b5982d62d1d0edee93)

10 - Wait for the process to end, after the end, google resources within Scriptcase can be used normally.

![](https://desk.zoho.com/DocsDisplay?zgId=716875472&mode=inline&blockId=l5ggt61f21779a0f3467f9632ff19799fb015)​