I'm having a similar problem as well. Did you end up finding a solution?
Thanks.
Hello, I'm getting the following error when trying to upload file to digitalocean spaces
exception 'Aws\S3\Exception\S3Exception' with message 'Error executing "PutObject" on "https://sfo2.digitaloceanspaces.com/uploads/images/1041396.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)'
does anyone know why this happens?
my filesystems config is:
'do_spaces' => [ 'driver' => 's3', 'key' => env('DO_SPACES_KEY'), 'secret' => env('DO_SPACES_SECRET'), 'region' => env('DO_SPACES_REGION'), 'bucket' => env('DO_SPACES_BUCKET'), 'endpoint' => env('DO_SPACES_ENDPOINT'), ],
env config is: DO_SPACES_KEY=key DO_SPACES_SECRET=secret DO_SPACES_ENDPOINT=https://sfo2.digitaloceanspaces.com DO_SPACES_REGION=sfo2 DO_SPACES_BUCKET=mybucket
thanks in advance.
Please or to participate in this conversation.