Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created February 13, 2015 21:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterbe/9a92f0a631b875d460c6 to your computer and use it in GitHub Desktop.
Save peterbe/9a92f0a631b875d460c6 to your computer and use it in GitHub Desktop.
https = CreateObject("roUrlTransfer")
https.SetUrl(conn.UrlCategoryFeed)
https.SetCertificatesFile("common:/certs/ca-bundle.crt")
https.AddHeader("X-Roku-Reserved-Dev-Id", "")
https.InitClientCertificates()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment