Skip to content

Instantly share code, notes, and snippets.

@ryanmcgary
Forked from rymawby/https-rourltransfer.brs
Created April 30, 2022 15:15
Show Gist options
  • Save ryanmcgary/8239952815634e14386e98aaad115168 to your computer and use it in GitHub Desktop.
Save ryanmcgary/8239952815634e14386e98aaad115168 to your computer and use it in GitHub Desktop.
Loading data over https using Brightscript and roUrlTransfer
if url.inStr(0, "https") = 0
urlTransfer.setCertificatesFile("common:/certs/ca-bundle.crt")
urlTransfer.initClientCertificates()
end if
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment