500 error happens when I upload images
It works before (so I think the settings are right) , but now breaks after updating from some versions
after enable debug
log: (replaced the backblaze bucket address with "my-site")
[2022-02-15 09:11:07] flarum.ERROR: exception 'Aws\S3\Exception\S3Exception' with message 'Error executing "PutObject" on "https://my-site/2022-02-15/1644916266-288079-image.png"; AWS HTTP error: cURL error 60: SSL certificate problem: certificate has expired (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://my-site/2022-02-15/1644916266-288079-image.png'
GuzzleHttp\Exception\RequestException: cURL error 60: SSL certificate problem: certificate has expired (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://my-site/2022-02-15/1644916266-288079-image.png in /www/wwwroot/my-site/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:211
I upload the images to backblaze b2 buckets.
It says "SSL certificate has expired"...does it mean the backblaze? But https access are all right
Same on my test site (only fof/upload and league/flysystem-aws-s3-v3:"1.*")