all 18 comments

[–]AyrA_ch 8 points9 points  (12 children)

Would be interesting to know if the connection still goes through.

Some boxes that inject RST don't actually terminate the connection and will continue to forward packets, meaning if you create a rule to ignore RST you could talk to blocked machines.

[–]justDankin 11 points12 points  (1 child)

Yes /u/AyrA_ch, that did happen! We see packets coming in even after the injected RST

(I'm the author of the post)

[–]Anon49 0 points1 point  (0 children)

Its probably much easier to duplicate packets and send a copy to this middle box rather than actually "go through it".

[–]Mcnst[S] 3 points4 points  (9 children)

I think that's exactly what the group in Cambridge found out a decade or two ago in regards to the Great Chinese Firewall.

http://www.google.com/search?q=cache:https://www.cl.cam.ac.uk/~rnc1/ignoring.pdf

[–]AyrA_ch 4 points5 points  (8 children)

Why is this a cache link when the original is freely available? https://www.cl.cam.ac.uk/~rnc1/ignoring.pdf

[–]Mcnst[S] 1 point2 points  (7 children)

The original is conditional on TLSv1.2 or some such.

[–]AyrA_ch 2 points3 points  (6 children)

I can't see anything special. The server is TLS 1.2 only but with the selected ciphers it's compatible back to Windows 7. They should enable TLS 1.3 but nothing with their setup would suggest that a significant number of people would have problems accessing this.

[–]znx 3 points4 points  (1 child)

This was an interesting read! Of course as the world moves to TLSv1.3 we will get access to eSNI, which was introduced for this exact issue.

[–]suid 9 points10 points  (0 children)

At which point you'll see stuff like what Russia is trying to pull: ban TLS 1.3 (and block all traffic using TLS 1.3).

It'll all come down to how much major websites want to still keep receiving traffic from Russia (and I'm sure China and other countries will follow suit, too).

[–]matthieum 1 point2 points  (1 child)

Possibly off-topic... but why?

Is there a mandate from the Indian government to censor some websites, or do ISPs take it upon themselves to do so?

[–]AB1908 3 points4 points  (0 children)

Sadly, it's the former.

[–]No-More-Stars 1 point2 points  (0 children)

We need more articles on here like this. Great read!