vaersaagod / dospaces

DigitalOcean Spaces integration for Craft CMS
MIT License
35 stars 8 forks source link

Issue with Craft 3.6.0 > 3.6.10? #22

Closed rjgux closed 3 years ago

rjgux commented 3 years ago

I think this was an issue with Craft rather than the dospaces plugin, but this may help someone.

Discovered a strange bug when running this plugin on a site using Craft version 3.6.10. All of our volumes were broken, so we couldn't access or upload assets. Trying to upload a file gave us this error -

Upload failed. The error message was: “Error executing "ListObjects" on "mutualcdn.https://ams3.digitaloceanspaces.com"; AWS HTTP error: cURL error 1: Protocol "mutualcdn.https" not supported or disabled in libcurl (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for mutualcdn.https://ams3.digitaloceanspaces.com”

The plugin settings were still the same. It was somehow getting confused about the Endpoint to use, and prefixing it with the Bucket value.

After updating Craft to 3.6.11.1 (latest version) it fixed this issue.

jtaccinelli commented 3 years ago

I'm also having this issue, but updating hasn't resolved it. Is there any solution to this aside from just updating that seemed to help?

mmikkel commented 3 years ago

Looks like a duplicate of #21.