Forum Discussion
RokuMarkn
11 years agoVisitor
If you're not calling SetCertificatesFile in your Brightscript code, the https URLs will definitely not work. Fix that before you do anything else. Normally you would just call
where player is your roVideoScreen or roVideoPlayer.
--Mark
player.SetCertificatesFile("common:/certs/ca-bundle.crt")
where player is your roVideoScreen or roVideoPlayer.
--Mark