"mosten" wrote:
I've asked about the same thing previously, I don't think it's even on the roadmap.
SSL *is* finally working for streams with the build pushed out late last week, which is great, but they haven't made the client certificate available for SSL from these components. From the component documentation for roUrlTransfer:
1) Add the Roku CA certificate to the web server’s certificate authorities keychain. The Roku CA certificate is available in the SDK distribution package, in certs/cacert.pem
2) Configure your web server to reject any connection that does not have a valid client certificate.
Doing the above would block a streams request to the same server.
If you're serving streams from another computer/3rd party and are not bothered about client verification, SSL works fine for both feeds and streams. It seems insane to me though, that client-side verification wasn't included in last week's build.