Hello, I have a problem with the configuration of the bundle "Upload by FriendsOfFlarum".
I use Flarum in local with wamp.
I have error in the log file :
Next Aws\S3\Exception\S3Exception: Error executing "PutObject" on "https://s3.eu-west-3.amazonaws.com/dev.test.com/2021-06-25/1624625222-774401-fsdff.jpg"; AWS HTTP error: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://s3.eu-west-3.amazonaws.com/dev.test.com/2021-06-25/1624625222-774401-fsdff.jpg in C:\wamp64\www\test2\vendor\aws\aws-sdk-php\src\WrappedHttpHandler.php:195
With this bucket policy :
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::dev.test.com/*"
}
]
}
Anyone can help me ?