[GH-ISSUE #1297] Cobalt.tools blocked in India #6715

Closed
opened 2026-04-19 08:50:01 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @tayfrm99 on GitHub (May 30, 2025).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/1297

bug description

On multiple computers and browsers, cobalt seems to be completely blocked by one of the major (airtel) indian ISP for absolutely no reason

reproduction steps

  1. be in india with airtel as your ISP
  2. go to cobalt.tools
  3. Experience the void

screenshots

Image

links

https://medium.com/@karthikb351/airtel-is-sniffing-and-censoring-cloudflares-traffic-in-india-and-they-don-t-even-know-it-90935f7f6d98

https://github.com/RockstarLang/codewithrockstar.com/issues/11

platform information

Windows 11

additional context

Cloudflare servers in India get MITMd by the network provider If the upstream is github pages and configured without end-to-end TLS.

Switching the upstream from Flexible SSL to Strict tends to fix this.

None of this was happening in previous deployments

Using a VPN bypasses the block

Originally created by @tayfrm99 on GitHub (May 30, 2025). Original GitHub issue: https://github.com/imputnet/cobalt/issues/1297 ### bug description On multiple computers and browsers, cobalt seems to be completely blocked by one of the major (airtel) indian ISP for absolutely no reason ### reproduction steps 1. be in india with airtel as your ISP 2. go to cobalt.tools 3. Experience the void ### screenshots ![Image](https://github.com/user-attachments/assets/1403c255-266d-4f8e-9dc1-7c4805382ed9) ### links ```shell https://medium.com/@karthikb351/airtel-is-sniffing-and-censoring-cloudflares-traffic-in-india-and-they-don-t-even-know-it-90935f7f6d98 https://github.com/RockstarLang/codewithrockstar.com/issues/11 ``` ### platform information Windows 11 ### additional context Cloudflare servers in India get MITMd by the network provider If the upstream is github pages and configured without end-to-end TLS. Switching the upstream from Flexible SSL to Strict tends to fix this. None of this was happening in previous deployments Using a VPN bypasses the block
GiteaMirror added the main instance issue label 2026-04-19 08:50:01 -05:00
Author
Owner

@dumbmoron commented on GitHub (May 30, 2025):

If the upstream is github pages

the upstream is not github pages

and configured without end-to-end TLS.

cobalt.tools is configured with strict tls

<!-- gh-comment-id:2921967209 --> @dumbmoron commented on GitHub (May 30, 2025): > If the upstream is github pages the upstream is not github pages > and configured without end-to-end TLS. cobalt.tools is configured with strict tls
Author
Owner

@dumbmoron commented on GitHub (May 30, 2025):

this seems more like a cloudflare issue than some sort of MITM, because there is nothing to MITM (the frontend is served by cloudflare itself)

<!-- gh-comment-id:2921968818 --> @dumbmoron commented on GitHub (May 30, 2025): this seems more like a cloudflare issue than some sort of MITM, because there is nothing to MITM (the frontend is served by cloudflare itself)
Author
Owner

@tayfrm99 commented on GitHub (May 30, 2025):

contacting my ISP (airtel) fixed this

<!-- gh-comment-id:2922069972 --> @tayfrm99 commented on GitHub (May 30, 2025): contacting my ISP (airtel) fixed this
Sign in to join this conversation.