How to configure Amazon S3

How to configure Amazon S3

Some users with environments installed before Scriptcase release 9.8.007 can have problems downloading files using Amazon S3. 

This problem occurs only in Scriptcase installed in Windows OS.
To fix this problem you need to follow the step by step:

1. You need to download the file cacert.zip.

2. Extract the file cacert.pem and move to directory: components > php > extras

Directory example in an automatic installation
C:\Program Files\NetMake\v9-php81\components\php\extras

3. open the file php.ini in a text editor

4. Search by curl.cainfo. In this line change the value by informing the path to the cacert.pem file

Example of what it should look like:
curl.cainfo = "C:\Program Files\NetMake\v9-php81\components\php\extras\cacert.pem"



5. - Search for OpenSSL.cafile and enter the path to the cacert.pem file.
To uncomment the OpenSSL.cafile line just remove the semicolon (;)
Example of what it should look like:
openssl.cafile= "C:\Program Files\NetMake\v9-php81\components\php\extras\cacert.pem" 

    • Related Articles

    • Enabling Amazon S3 API

      This tutorial shows you how to obtain access credentials for S3 storage. 1) Create a new AWS account, and then log in as root User, entering the email and password that were informed in the registration. If you already have an account, proceed to the ...
    • How to configure a new rule in the Save grid option

      The Option Save Query allows the layouts to be saved publicly or with restricted access. * Public - Anyone who has access to the application will have access to the saved Layout * Use Rule - Allows the layouts to be saved with restricted access. In ...
    • Enabling Two-Factor Authentication (2FA) in the Security of our Project

      Two-factor authentication (2FA) provides more security for projects developed in ScriptCase, as well as for users of this project. In this article, we'll look at how to enable the use of two-factor authentication (2FA) when creating the project's ...
    • Setting Up a Proxy in Scriptcase

      On this tutorial we’ll show how to configure a Proxy in the Scriptcase: First, let’s go to the menu Options -> Settings. The fields that have to be informed are: Proxy Server – Will be informed the IP for the Proxy Server Proxy Gateway – Will be ...
    • Email Export in Grid

      In the Query applications, you can configure the email export. This feature is used to export the Grid and send the export directly by e-mail to the configured recipients. E-mail export settings can be visualized in the Email export menu. Next, you ...