cccc / media-frontend

DEPRECATED frontend of media.ccc.de
1 stars 0 forks source link

HTTPS is not applied to the video streams #38

Open aef opened 9 years ago

aef commented 9 years ago

The page itself is displayed through HTTPS but it seems the actual video content is loaded through plain HTTP. Therefore an attacker can observe and/or manipulate the delivered video stream quite easily. This also means that the privacy expectations when watching the videos through the HTTPS site are reduced to zero.

Is this because not every member of the CDN supports HTTPS? Or is this just a programming mistake? In the former case, couldn't you make another DNS pool which only contains servers capable of HTTPS and link to that in case the media site is requested via HTTPS? Because at least some of the CDN server seem to be able to deliver HTTPS just fine.

manno commented 9 years ago

We're not using a DNS pool, we're using a http redirector (mirrorbrain). While this is a known problem, it's also very low priority. I'm currently rewriting parts of mirrorbrain in Go, so https aware mirror selection may be possible in the future.

However let me discuss the two scenarios you describe:

Sorry there is no easy fix (yet).