On 2016-06-18 01:45 -0400, Fabrice Vaillant wrote: > I'm running debian testing and I have encountered a weird bug. Wanted > to check if that was a real bug or an issue on my end.
It's an issue on the other end (media.w3.org). > The site https://www.w3.org/2010/05/video/mediaevents.html fails on my > computer with both iceweasel on chromium whereas it succeds on other > computer (not debian) I have tried it with. The reason is that media > content downloaded from media.w3.org over https fail due too : > > ``` > An error occurred during a connection to media.w3.org. > > SSL received a record that exceeded the maximum permissible length. > > (Error code: ssl_error_rx_record_too_long) This means that the web server on media.w3.org listens on port 443, but it speaks plain HTTP there. Visit http://media.w3.org:443 to convince yourself. Cheers, Sven