R2 + Workers: SSL Connection Failures on Specific ISPs
Users on specific ISPs in UK and US are experiencing SSL connection errors when accessing assets from our R2 storage through Cloudflare Workers.
Setup Details
Troubleshooting Done
Questions
Setup Details
- Domain: domain.com
- Using Cloudflare R2 for storage
- Cloudflare Worker handling asset requests
- SSL/TLS mode: Full
- Universal SSL certificate for *.tryflowdrive.com
- Assets are served through Worker route: files.domain.com/*
- Safari: "Can't establish a secure connection to the server"
- Chrome: "Failed to load resource: An SSL error has occurred and a secure connection to the server cannot be made"
Troubleshooting Done
- Works fine through VPN
- Works fine on mobile data
- Works fine on some WiFi networks (e.g., public WiFi)
- Fails consistently on specific ISPs
- Added all recommended security headers
- Configured proper CORS and connection headers
Questions
- Are there known issues with specific ISPs and R2/Worker combinations?
- Any recommended configuration changes for better ISP compatibility?
- Any additional debugging steps we should take?
- Are there any Cloudflare features we should enable/disable to help with ISP compatibility?