vendredi 29 juillet 2016

Amazon S3 Upload error SSL certificate issues

I'm trying to test Laravel Amazon S3 on my localhost but keep getting the same error:

S3Exception in WrappedHttpHandler.php line 192: Error executing "ListObjects" on "http://ift.tt/2a5Tg1p"; AWS HTTP error: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://ift.tt/1mgwZgQ)

My code :
$s3 = \Storage::disk('s3'); $filePath = '/images/' . $filename; $s3->put($filePath, file_get_contents($image), 'public');



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2aQrW4w
via IFTTT

Aucun commentaire:

Enregistrer un commentaire