Earlier quoted context omitted.
TFA explains it in detail.
What's TFA?
Amazon threatens to suspend Signal's AWS account over censorship circumvention
51–60 of 519 posts
Re: Amazon threatens to suspend Signal's AWS account over censorship circumvention
#52Re: Amazon threatens to suspend Signal's AWS account over censorship circumvention
#53They're spoofing identity of non-consenting parties. The cause is noble, but it isn't what the headline would imply. Amazon isn't saying "You can't host encrypted services on our platform", they are saying "You can't use TLS and load balancing hacks to pretend to be us in oppresive countries". And >The idea behind domain fronting was that to block a single site, you’d have to block the rest of the internet as well. I…
Re: Amazon threatens to suspend Signal's AWS account over censorship circumvention
#54Well, this is what happens when countless startups go to a couple of web hosters in the name of outsourcing unsexy stuff like racking and stacking servers.
Re: Amazon threatens to suspend Signal's AWS account over censorship circumvention
#55Can someone explain how does one serve content on a domain they don't own, like in this case Souq.com? Do they shove their content to something like product reviews or what? EDIT: I realized they use souqcdn.com. Does this mean it works because their clients use "souqcdn.com" to resolve to CloudFront CDN's IP address and then they craft a different Host header (like "Host: api.signal.org"). Also how can they possibly…
They aren't serving content on that domain. They just make requests look like they are going to that domain in the outer layer (by using it as the TLS server name), but the actual request inside the encryption is for a different domain they own. The load-balancer in front of the cloud service accepts the connection for souq.com (since it is responsible for that too it has the matching server certificate), decrypts th…
Re: Amazon threatens to suspend Signal's AWS account over censorship circumvention
#56Re: Amazon threatens to suspend Signal's AWS account over censorship circumvention
#57They're spoofing identity of non-consenting parties. The cause is noble, but it isn't what the headline would imply. Amazon isn't saying "You can't host encrypted services on our platform", they are saying "You can't use TLS and load balancing hacks to pretend to be us in oppresive countries". And >The idea behind domain fronting was that to block a single site, you’d have to block the rest of the internet as well. I…
Re: Amazon threatens to suspend Signal's AWS account over censorship circumvention
#58Earlier quoted context omitted.
They aren't serving content on that domain. They just make requests look like they are going to that domain in the outer layer (by using it as the TLS server name), but the actual request inside the encryption is for a different domain they own. The load-balancer in front of the cloud service accepts the connection for souq.com (since it is responsible for that too it has the matching server certificate), decrypts th…
Oh so this works because of TLA SNI?
Re: Amazon threatens to suspend Signal's AWS account over censorship circumvention
#59Re: Amazon threatens to suspend Signal's AWS account over censorship circumvention
#60Their AWS wasn't threatened, only their ability to use CloudFront. We will immediately suspend your use of CloudFront if you use third party domains without their permission to masquerade as that third party.