Brunão77
CDCloudflare Developers
•Created by Brunão77 on 8/24/2024 in #general-help
Cloudflare proxy not work
I have my page in Vercel and I use Cloudflare as DNS, in turn I have an api that brings me videos from R2.
When I configure cloudflare only as dns it works perfectly, but when I set it as a proxy it stops working.
I attach a video of how it changes when the server is vercel and when it is cloudflare
3 replies
CDCloudflare Developers
•Created by Brunão77 on 8/22/2024 in #general-help
request from https to http
I have my domain in Cloudflare which I use as DNS.
From my website I want to make requests to a local server running on a raspberry through the IP.
I get an error because the website is https and the raspberry is http.
If I generate an auto-generated ssl, would it work or would I have to create an ssl with a CA like Let's encrypt?
If I do it with let's encrypt, do I have to do something in cloudflare so that the raspberry domain is ip.mydomain.com?
2 replies
CDCloudflare Developers
•Created by Brunão77 on 8/8/2024 in #general-help
Tunnel only accesible for my website
I have my website uploaded in vercel and using cloudflare domains and dns. This website makes requests to a local server on a raspberry, so they can configure a tunnel with the raspberry address. But I realized that now all people can make requests to that tunnel, I want to limit it only so that my website can do it only
2 replies
CDCloudflare Developers
•Created by Brunão77 on 8/7/2024 in #general-help
Connect to raspberry
I have my website with Cloudflare DNS to serve, on a page of my website I need to make requests to a local server that runs on a raspberry for this I do them with 'http://ip_raspberry:port/api_route' but the browser throws me the following error
The page at 'url_my_page' was loaded over HTTPS, but requested an insecure resource.
How can I allow these requests to the raspberry? What solution would you give me?
3 replies