Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

So I am trying to upload an image to DO’s spaces, it gives me this error
“https://bucketName.bucketName.nyc3.digitaloceanspaces.com/ragbag/generatedImageName.jpg”; AWS HTTP error: cURL error 60: SSL: no alternative certificate subject name matches target host name ‘bucketName.bucketName.nyc3.digitaloceanspaces.com’ (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://bucketName.bucketName.nyc3.digitaloceanspaces.com/ragbag/generatedImageName.jpg
This is my laravel code
public function uploadImage2(Request $request)
{
$file = $request->file('image');
$storage = Storage::disk('spaces')->putFile('ragbag', $file);
and the file system config setup
'spaces' => [
'driver' => 's3',
'key' => env('DO_SPACES_KEY'),
'secret' => env('DO_SPACES_SECRET'),
'endpoint' => env('DO_SPACES_ENDPOINT'),
'region' => env('DO_SPACES_REGION'),
'bucket' => env('DO_SPACES_BUCKET'),
'throw' => true,
]
In the DO’s bucket storage configs, I set the Restrict File Listing to Restrict File Listing, CDN is disabled.
cURL 60 means The remote server’s SSL certificate or SSH fingerprint was deemed not OK. This error code has been unified with CURLE_SSL_CACERT since 7.62.0. Its previous value was 51.
SarkariResultht
KFSys
Arne van Hoorn
alexdo
4287c71658bd4ea39bef277d491b1c
4287c71658bd4ea39bef277d491b1c
Demanix
Demanix
devjk1
Jordan
LC Labs Sp. z o.o.
a0cd9be01b14447384f79073fc121f