RTMPS in Chrome and Firefox/Linux
I've been working with the Beginning AS3 Tutorial which streams a video from Flash Media Server. I've been trying to enable RTMPS for this demo and it works correctly in Firefox and IE on Windows (usingTLS == true) but does not work (usingTLS == false) in Firefox on Linux and Chrome on Windows.
Does anyone know if Flash does not currently support either of these browsers?
I've verified against Openssl using s_client connect that the certificate chain was properly installed from the website's wildcard certificate -> intermediate certificate -> root certificate.
Why doesn't it work in all browsers on all platforms?
