When setting up ssl access to URL's, the method SetCertificatesFile returns 'true' and works fine when transferring data via SSL with roUrlTransfer objects, but always returns false when called (via the ifHttpAgent interface) on screen objects such as roVideoScreen and roPosterScreen using the same .pem cert file as the argument.
Any ideas why a cert file would work with roUrlTransfer and not roVideoScreen; I thought the standard curl library is being used to access data?
Thanks
[UPDATE]
After spending (way too) much time playing with this, it looks to me like SSL support in screen components is currently either broken or disabled - can one of the Roku devs confirm this please?