i cant get the certificate (i am using the cacert.pem from the SDK package) to work.
i am using IIS7 on my web server and the following is the brightscript code i use in my application:
obj = CreateObject("roUrlTransfer")
obj.SetPort(CreateObject("roMessagePort"))
obj.SetUrl(url)
obj.AddHeader("Content-Type", "application/x-www-form-urlencoded")
obj.EnableEncodings(true)
obj.SetCertificatesFile("pkg:/cert/cacert.pem")
obj.AddHeader("X-Roku-Reserved-Dev-Id", "")
obj.InitClientCertificates()
please advice in detail what steps should i do in order to insert the certificate on the web server and where do i get the developer ID?
Thanks.