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

### 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
<!-- 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
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)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
screenshots
links
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
@dumbmoron commented on GitHub (May 30, 2025):
the upstream is not github pages
cobalt.tools is configured with strict tls
@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)
@tayfrm99 commented on GitHub (May 30, 2025):
contacting my ISP (airtel) fixed this