Download speeds extremely slow (<1mb/min)
I have set up cloudflare to tunnel my traffic because i needed tls security but now everything is extremely slow, see image
what can i do?
23 Replies
it feels like its getting exponentially slower
It has now failed
bump
That doesn't load for me at all, I assume your origin is having issues
I changed it since then, im experiencing time outs right now with nothing reaching my origin
its just swarkin.dev now
Im going to try disabling proxying entirely
yeah a 100 byte page takes around 8 seconds
idk whats been going on with cloudflare
connecting without proxy works perfectly fine
but i kinda depend on the port rewrites sooo
sucks
Browsers just time out
curl takes around 10s
Oh i might have found a potential issue
for some reason the browser starts requesting to a specific port
which i dont want the browser to do but instead i want cloudflare to do that
even without that its bad
Cant seem to resolve this
on what page is that?
Any
whenever i try to visit something else than /
like swarkin.dev/Schule
it goes there
Your origin is returning a redirect
if you go to https://swarkin.dev/Schule/ directly you don't get it, so guessing it just thinks its running on port 25569 and is using that for all redirects
is it possible to do this?
yup
How could i set this up?
it wouldn't dynamically change redirects though, your origin would just have to not return those redirects like that. Most server software have overrides for that and such
You specified a Cloudflare Tunnel in that diagram. IF that is what you're using, it's as simple as setting up a public hostname connecting to a service on that port
Im using nginx to simply host website files
let me check how its properly called
Proxy?
Ideally i dont even need the traffic to go trough cloudflare, I just found that cf allows me to rewrite ports
Which is the main problem im facing, 80 and 443 arent available to me
anyways
For some reason the browser is being redirected to the port i specify here
Im going to buy a vps soon in case im unable to resolve this within a couple days
Ive tried pretty much everything but its being redirected for whatever reason and its slow
port_in_redirect off;
fixed the redirection issues.
its also gotten a bit faster than yesterday
I'm guessing this is normal for a free service
I'll rent a vps for my stuff