App for Cloudflare® Pro

App for Cloudflare® Pro 1.9.2

  • Item seller Item seller Shawn
  • Featured

Getting Plugin to work with Cloudflare R2

VidiMan

New member
I got the plugin installed and the token activated with a green check mark. And that was it evidently. I can't seem to connect to a bucket and nothing is working. Claude code told me to dump it because nothing works in your plugin with R2.
App for Cloudflare is BROKEN for R2 - that's your problem right there. Here's the FREE solution that actually works:

Ditch That Plugin


1. Delete "App for Cloudflare"

- It's useless for R2
 
What exactly isn't working? Are you getting any specific error? Also there is no "green check mark" when your API token is enabled... are you sure you are looking at the right plugin?

Maybe there's some confusion in that the R2 functionality is part of the Pro version, not the free version from wordpress.org (if that's what you are using)?

"Claude code" is correct though... App for Cloudflare does not work with R2 without a Pro license, App for Cloudflare Pro is what you would want.
 
I also can't get the R2 function to work. This is the only issue I'm having with the plugin. My Token privs are all green.


Code:
    Site #: 1, Attachment #: 2377, File: 2025/12/03-Billy-Joel-The-Downeaster-Alexa-flac-image.jpg, Bucket: chadneudotcom | Content saved to R2 does not match (48557 / 0)
    Site #: 1, Attachment #: 2377, File: 2025/12/03-Billy-Joel-The-Downeaster-Alexa-flac-image-300x300.jpg, Bucket: chadneudotcom | Content saved to R2 does not match (11238 / 0)
    Site #: 1, Attachment #: 2377, File: 2025/12/03-Billy-Joel-The-Downeaster-Alexa-flac-image-150x150.jpg, Bucket: chadneudotcom | Content saved to R2 does not match (4504 / 0)

When I go to R2 there are no buckets being created.

I also see this error occasionally:
Code:
Last App For Cloudflare® error:

Cloudflare: http_request_failed: cURL error 35: OpenSSL/3.0.13: error:0A000410:SSL routines::sslv3 alert handshake failure

Edit:

I created the bucket and it started to work, it's uploaded 5 files, but then it reports a critical wordpress error. It seems to be erroring out on large video files.

Error log from the R2 page:

Code:
[TABLE]
[TR]
[td]2025/12/18 at 10:34 pm[/td][td]success[/td][td]200[/td][td]DeleteBucketCors[/td][td]chadneudotcom[/td][td][/td]
[/TR]
[TR]
[td]2025/12/18 at 10:33 pm[/td][td]success[/td][td]200[/td][td]GetBucketCors[/td][td]chadneudotcom[/td][td][/td]
[/TR]
[TR]
[td]2025/12/18 at 10:33 pm[/td][td]success[/td][td]200[/td][td]PutBucketCors[/td][td]chadneudotcom[/td][td][/td]
[/TR]
[TR]
[td]2025/12/18 at 10:33 pm[/td][td]userError[/td][td]404[/td][td]GetBucketCors[/td][td]chadneudotcom[/td][td][/td]
[/TR]
[TR]
[td]2025/12/18 at 10:32 pm[/td][td]success[/td][td]200[/td][td]GetBucketLifecycleConfiguration[/td][td]chadneudotcom[/td][td][/td]
[/TR]
[TR]
[td]2025/12/18 at 10:32 pm[/td][td]success[/td][td]200[/td][td]GetBucketSippyConfiguration[/td][td]chadneudotcom[/td][td][/td]
[/TR]
[TR]
[td]2025/12/18 at 10:32 pm[/td][td]userError[/td][td]404[/td][td]GetBucketCors[/td][td]chadneudotcom[/td][td][/td]
[/TR]
[TR]
[td]2025/12/18 at 10:03 pm[/td][td]success[/td][td]200[/td][td]GetBucketSippyConfiguration[/td][td]chadneudotcom[/td][td][/td]
[/TR]
[TR]
[td]2025/12/18 at 10:03 pm[/td][td]userError[/td][td]404[/td][td]GetBucketCors[/td][td]chadneudotcom[/td][td][/td]
[/TR]
[TR]
[td]2025/12/18 at 10:03 pm[/td][td]success[/td][td]200[/td][td]GetBucketLifecycleConfiguration[/td][td]chadneudotcom[/td]
[/TR]
[/TABLE]
 
Last edited:
Do you have shell access to your server? The sslv3 alert handshake failure error is saying the server is having an issue communicating with Cloudflare’s servers (most likely the server is trying to use an old/outdated SSL/TLS version that Cloudflare isn’t supporting).
 
Do you have shell access to your server? The sslv3 alert handshake failure error is saying the server is having an issue communicating with Cloudflare’s servers (most likely the server is trying to use an old/outdated SSL/TLS version that Cloudflare isn’t supporting).
i do. i can ssh in. I fixed the SSL error, I believe. I haven't seen it in a while after I made SSL less strict.
 
Back
Top