skip the verification of the ssl certs

I am looking to skip the verification of the ssl certs on my server. Is there a skip ssl verify flag available in Brightscript?

Not sure what you mean here.

for roURLTransfer you can use roku’s certs by calling SetCertificatesFile(“common:/certs/ca-bundle.crt”) this may do what you want.

“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.