"bosborne" wrote:
These two components do not implement the ifUrlTransfer interface, so I can't tell my video players to ignore SSL verification procedures. This is a problem because my video dev server is served over HTTPS with a self-signed cert. Rather than get the self-signed cert to use, is there any other way to just have Roku ignore verification when playing videos?
I don't know that it works, but have you looked at using ifHttpAgent SetCertificatesFile, specifying a .pem that you include in your app that includes your self-signed CA certificate?
http://sdkdocs.roku.com/display/sdkdoc/ifHttpAgent#ifHttpAgent-SetCertificatesFile(pathasString)asBoolean