Does such a certificate compromise non-browser traffic as well? Like SSH tunnels, mobile apps, Telegram etc.
MITM on HTTPS traffic in Kazakhstan
91–100 of 471 posts
Re: MITM on HTTPS traffic in Kazakhstan
#92Would someone with network access in Kazakhstan check if Caddy's MITM detector catches this please? https://caddyserver.com/docs/mitm-detection - or https://mitm.watch (Cloudflare's unofficial deployment of the same tech). If it does not, could you file a bug report with a complete packet capture (and exact browser version - multiple browsers are preferred)? https://github.com/caddyserver/caddy/issues (Edit: Reported…
I tested it both off a VPN and on a VPN from my iPhone yet still had the same result both times.
Re: MITM on HTTPS traffic in Kazakhstan
#93Have other governments requested their citizens to install country specific CAs? For some reason, I thought China already employed this practice (although I guess they wouldn't need to, as they just tend to block everything that isn't government approved).
Re: MITM on HTTPS traffic in Kazakhstan
#94I'm from Kazakhstan using the biggest Internet provider (Kazaktelecom) and that's not true for me. No MITM here. May be not yet. Also checked mobile provider (Activ) and no MITM here too. But I saw local news, so probably not fake, though I'm not sure if it'll be mobile internet only or all providers.
Re: MITM on HTTPS traffic in Kazakhstan
#95Earlier quoted context omitted.
What about just for the Alexa 100?
Far too many people would be able to notice. Someone in one of the companies would whistleblow.
edit: not to say they are specifically MITM'ing HTTPS widescale.
Re: MITM on HTTPS traffic in Kazakhstan
#96Earlier quoted context omitted.
Going back to normal, i.e the browser saying that the presented certificate is invalid, yes. But you will not be able to browse anything over a HTTPS connection. (Or do other stuff over PKI based TLS, i.e downloading software updates etc.)
Shoot, I hadn't even considered software updates. If this is installed at the system level, they could MITM any software update mechanism that doesn't use cert pinning, couldn't they? Woof.
Re: MITM on HTTPS traffic in Kazakhstan
#97Earlier quoted context omitted.
Will oscp stapling be able to be used to detect "something fishy" going on, because in that case the root ca wouldn't actually match. Do browsers compare the oscp root with the root of the current chain? Actually, if it's mitm it's "all bets are off" isn't it, because the KZ government can filter that it out the proxied response? Still, if oscp can assist at all, it's probably worth it that the browsers check for mis…
Browsers always trust manually installed CA roots, because that scenario is used by many corporations to monitor their traffic. OCSP, HPKP, etc won't help.
Re: MITM on HTTPS traffic in Kazakhstan
#98hmm, certificate pinning will not allow this gov-ca to work for a lot of high profile web sites. i wonder if these sites with cert pins are whitelisted by the kz gov? -- somehow i missed that HPKP is dead and will be removed from chromium and all the derivative browsers. now google is focusing on Expect-CT
My understanding is pinning will not block this, locally installed trust anchors bypass pinning. https://groups.google.com/d/msg/mozilla.dev.security.policy/...
Re: MITM on HTTPS traffic in Kazakhstan
#99I find the social aspect of this interesting. Us "smart tech people" have been pushing https everywhere for a few years now as a way of protecting internet privacy "for the masses". And now the government found a very simple non-technical workaround. Send a message to everyone requiring a government root CA with an easy install, or their internet won't work. Now "us techies" have to find a new technical solution to a…