Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blocked by Cloudflare when running locally #1

Open
lucky401 opened this issue Feb 9, 2022 · 15 comments
Open

Blocked by Cloudflare when running locally #1

lucky401 opened this issue Feb 9, 2022 · 15 comments

Comments

@lucky401
Copy link

lucky401 commented Feb 9, 2022

Blocked by Cloudflare when running locally

URL: http://127.0.0.1:5000/article

Whenever I click submit I get the following.

Screen Shot 2022-02-09 at 10 13 29

The page does not successfully load. I'm using VENV environment and the error happens when I try to navigate to the article that I want to see.

@wasi-master
Copy link
Owner

Can you provide the article link? let me see if I can reproduce so I can fix the issue.

@wasi-master
Copy link
Owner

I may try something like cloudscraper

@lucky401
Copy link
Author

lucky401 commented Feb 9, 2022

You can try this one:

Zoom Meeting Etiquette 101

@wasi-master
Copy link
Owner

Thanks, I'll try to look into it a bit later

@atcasanova
Copy link
Contributor

@lucky401 did you manage to fix this?

@wasi-master
Copy link
Owner

wasi-master commented May 30, 2023

@atcasanova not really, no. I didn't really look into it that much since this was a bit low priority on my radar (because of my other projects).

@wasi-master
Copy link
Owner

@atcasanova I am not that familiar with CloudFlare so don't know what page rules are 🤔

@wasi-master
Copy link
Owner

@atcasanova Thank you very much for this information :)

@atcasanova
Copy link
Contributor

I guess i missread it at first. The guy was running it locally, so cloudflare was blocking him actually. It's not the same thing.

wasi-master pushed a commit that referenced this issue Oct 31, 2023
@Andber8
Copy link

Andber8 commented Nov 6, 2023

@atcasanova I am not that familiar with CloudFlare so don't know what page rules are 🤔

Basically you get to keep the "hide my IP" feature but give up their WAF capabilities. Whoever comes here with the same problem will know what to do by reading this :)

Well now I'm here and I dont understand what I can do to fix this.

@evilalmus
Copy link

@atcasanova I am not that familiar with CloudFlare so don't know what page rules are 🤔

Basically you get to keep the "hide my IP" feature but give up their WAF capabilities. Whoever comes here with the same problem will know what to do by reading this :)

Well now I'm here and I dont understand what I can do to fix this.

Same

wasi-master pushed a commit that referenced this issue Jan 9, 2024
@Henko-0
Copy link

Henko-0 commented Mar 12, 2024

Using Cloudlfare as well and running this container behind traefik, I am facing the same issue.
I'll try to figure out what is happening here and get back here when I know more.

@cocoonkid
Copy link

cocoonkid commented Mar 13, 2024

Pretty sure cloudflare sees the request coming from a datacenter IP and blocks it.
Same problem here from VPS & local IP & multiple tested IP's via VPN.

I tried to get around it by identifying the IP's behind cloudflare via DNS History.

image

and with curl:

curl https://162.159.152.4/better-humans/how-to-wake-up-at-5-a-m-every-day-ceb02e29c802 -v -k -H "Host: medium.com"

But on both I get:

curl: (35) OpenSSL/3.2.1: error:0A000410:SSL routines::ssl/tls alert handshake failure

If we manage to solve this issue it could. work.

@Olshansk
Copy link

I tried to use this with a non paywalled article (see here) and still getting blocked:

Screenshot 2024-08-19 at 10 55 57 PM

Does this approach no longer work?

@mrmign
Copy link

mrmign commented Aug 28, 2024

image https://13ft.wasimaster.me/article is also blocked. [link](https://medium.com/@james.matson_64120/building-a-high-performing-engineering-team-when-youre-not-big-tech-47240701c7b9)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants