Skip to content

Instantly share code, notes, and snippets.

@rymawby
Created December 5, 2016 09:56
Show Gist options
  • Save rymawby/cfe6f7211a6d14ce60ad261eef5a2b7f to your computer and use it in GitHub Desktop.
Save rymawby/cfe6f7211a6d14ce60ad261eef5a2b7f 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