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

Websites is showing as complete outage #343

Closed
ltzmax opened this issue Apr 29, 2021 · 13 comments
Closed

Websites is showing as complete outage #343

ltzmax opened this issue Apr 29, 2021 · 13 comments
Assignees
Labels
bug Something isn't working

Comments

@ltzmax
Copy link

ltzmax commented Apr 29, 2021

Describe the bug

all my sites is showing as Complete outage, while they're not down at all, they're all online. they're not even down, they work completely fine. so this shouldn't show as Complete outage.

@ltzmax ltzmax added the bug Something isn't working label Apr 29, 2021
@AnandChowdhary
Copy link
Member

Link?

@ltzmax
Copy link
Author

ltzmax commented Apr 29, 2021

@AnandChowdhary
Copy link
Member

As you can see here: https://github.com/maxbooiii/status/commit/d8add87b45dc2b16bda0b0a3d3ace5b7c80087dc, we're getting a HTTP 503 error from these endpoints, so it's marked as down (rightly so). Can you think of why (proxy, robots, etc.) why they respond this way?

@ltzmax
Copy link
Author

ltzmax commented Apr 29, 2021

As you can see here: maxbooiii/status@d8add87, we're getting a HTTP 503 error from these endpoints, so it's marked as down (rightly so). Can you think of why (proxy, robots, etc.) why they respond this way?

Can't seem to be on my end. i've checked cloudflare and my server and all that... i see nothing that causing it 503. since all services are up and running as normal.🤔

@dillfrescott
Copy link

I tried out Upptime and all 4 of my sites showed up as totally down. I even completely reinstalled Upptime and it still happened. Made me jump ship.

@LordRandom
Copy link

From my testing it looks like cloudflare "Bot Fight Mode" is blocking the status check bot and presenting a captcha challenge

@ltzmax
Copy link
Author

ltzmax commented Jul 23, 2021

From my testing it looks like cloudflare "Bot Fight Mode" is blocking the status check bot and presenting a captcha challenge

Yea this seemsed to solve this. thanks.

@ltzmax ltzmax closed this as completed Jul 23, 2021
@MohamedElashri
Copy link

Is there a workaround for cloudflare Bot Fight Mode except disabling ?

@ltzmax
Copy link
Author

ltzmax commented Dec 7, 2021

Is there a workaround for cloudflare Bot Fight Mode except disabling ?

I never found any workaround this. so i doubt it.

@icedterminal
Copy link

@MohamedElashri @ltzmax

See #785

It's not perfect but it works.

@AnandChowdhary
Copy link
Member

This is definitely very interesting; I don't know if it's practical for us to try and get into Cloudflare's verified bot program, but we do use a custom header. Maybe there's a Cloudflare "Page Rule" we can setup to allow requests with that user-agent?

@icedterminal
Copy link

icedterminal commented May 31, 2023

I don't know if it's practical for us to try and get into Cloudflare's verified bot program

The bot would need to be controlled to a level that no one could abuse it. If you haven't seen it, here is the form: https://docs.google.com/forms/d/e/1FAIpQLSdqYNuULEypMnp4i5pROSc-uP6x65Xub9svD27mb8JChA_-XA/viewform

Maybe there's a Cloudflare "Page Rule" we can setup to allow requests with that user-agent?

Page Rules do not offer a User-Agent field. I'm still looking for alternatives versus just whitelisting an entire ASN. I have seen in server logs people deploy bad bots, sniffers, etc. on Microsoft's hosting.

So far I have tested WAF Rules, Page Rules, and Configuration Rules. None of them work to allow the bot.

@VideoScape
Copy link

I have been testing this too and the only way to allow the bot is by just disabling the bot fighting which is annoying :\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants