anyone who can help me fix Digitalocean installing manual I keep getting this error Aws\S3\Exception\S3Exception

zeer

Member
Registered
Joined
Feb 12, 2023
Messages
8
Points
3

Reputation:

I have set up my digital ocean and followed all instructions to install it but it has not worked.

This is the error message I get just after trying to test to upload the logo.
am using

DigitalOcean Spaces or Amazon S3 for file storage in XF 2.3.0​

On the (example) part I have removed my actual bucket name, I just need help or a fix for this issue, Thank you

Oops! We ran into some problems.
Aws\S3\Exception\S3Exception: Error executing "PutObject" on "https://xftest.Example.am3.digitaloceanspaces.com/data/avatars/o/0/1.jpg"; AWS HTTP error: cURL error 60: SSL: no alternative certificate subject name matches target host name 'xftest.example.ama3.digitaloceanspaces.com' (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) in src/addons/XFAws/_vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php at line 195

  1. Aws\WrappedHttpHandler->parseError() in src/addons/XFAws/_vendor/aws/aws-sdk-php/src/WrappedHttpHandler.php at line 97
  2. Aws\WrappedHttpHandler->Aws\{closure}() in src/vendor/guzzlehttp/promises/src/Promise.php at line 204
  3. GuzzleHttp\Promise\Promise::callHandler() in src/vendor/guzzlehttp/promises/src/Promise.php at line 169
  4. GuzzleHttp\Promise\Promise::GuzzleHttp\Promise\{closure}() in src/vendor/guzzlehttp/promises/src/RejectedPromise.php at line 42
  5. GuzzleHttp\Promise\RejectedPromise::GuzzleHttp\Promise\{closure}() in src/vendor/guzzlehttp/promises/src/TaskQueue.php at line 48
  6. GuzzleHttp\Promise\TaskQueue->run() in src/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php at line 118
  7. GuzzleHttp\Handler\CurlMultiHandler->tick() in src/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php at line 145
  8. GuzzleHttp\Handler\CurlMultiHandler->execute() in src/vendor/guzzlehttp/promises/src/Promise.php at line 248
  9. GuzzleHttp\Promise\Promise->invokeWaitFn() in src/vendor/guzzlehttp/promises/src/Promise.php at line 224
  10. GuzzleHttp\Promise\Promise->waitIfPending() in src/vendor/guzzlehttp/promises/src/Promise.php at line 269
  11. GuzzleHttp\Promise\Promise->invokeWaitList() in src/vendor/guzzlehttp/promises/src/Promise.php at line 226
  12. GuzzleHttp\Promise\Promise->waitIfPending() in src/vendor/guzzlehttp/promises/src/Promise.php at line 269
  13. GuzzleHttp\Promise\Promise->invokeWaitList() in src/vendor/guzzlehttp/promises/src/Promise.php at line 226
  14. GuzzleHttp\Promise\Promise->waitIfPending() in src/vendor/guzzlehttp/promises/src/Promise.php at line 62
  15. GuzzleHttp\Promise\Promise->wait() in src/addons/XFAws/_vendor/aws/aws-sdk-php/src/S3/S3ClientTrait.php at line 35
  16. Aws\S3\S3Client->upload() in src/addons/XFAws/_vendor/league/flysystem-aws-s3-v3/src/AwsS3Adapter.php at line 607
  17. League\Flysystem\AwsS3v3\AwsS3Adapter->upload() in src/addons/XFAws/_vendor/league/flysystem-aws-s3-v3/src/AwsS3Adapter.php at line 392
  18. League\Flysystem\AwsS3v3\AwsS3Adapter->writeStream() in src/vendor/league/flysystem/src/Filesystem.php at line 122
  19. League\Flysystem\Filesystem->putStream()
  20. call_user_func_array() in src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php at line 431
  21. League\Flysystem\EventableFilesystem\EventableFilesystem->callFilesystemMethod() in src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php at line 395
  22. League\Flysystem\EventableFilesystem\EventableFilesystem->delegateMethodCall() in src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php at line 71
  23. League\Flysystem\EventableFilesystem\EventableFilesystem->putStream() in src/vendor/league/flysystem/src/MountManager.php at line 615
  24. League\Flysystem\MountManager->putStream() in src/XF/Util/File.php at line 200
  25. XF\Util\File::copyFileToAbstractedPath() in src/XF/Service/User/Avatar.php at line 273
  26. XF\Service\User\Avatar->updateAvatar() in src/XF/Pub/Controller/Account.php at line 556
  27. XF\Pub\Controller\Account->actionAvatar() in src/XF/Mvc/Dispatcher.php at line 352
  28. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
  29. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
  30. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
  31. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
  32. XF\App->run() in src/XF.php at line 524
  33. XF::runApp() in index.php at line 20
 

zeer

Member
Registered
Joined
Feb 12, 2023
Messages
8
Points
3

Reputation:

I just got the issue was the bucket name thank you
 
Top