"GustavoWoltmann" wrote:
I am looking to skip the verification of the ssl certs on my server. Is there a skip ssl verify flag available in Brightscript?
ifUrlTransfer.EnablePeerVerification(False) should work for the roUrlTransfer component. Unfortunately, EnablePeerVerification() is not implemented for other BrightScript components (roVideoScreen, etc.) I'm not sure why Roku did not implement EnablePeerVerification() in ifHttpAgent or in the other individual components.