georgemandres
15 years agoVisitor
SSL Certificates
I am trying to use a "roUrlTransfer" object for a url similar to https://blahblahblah.com:8443/blahblbah
I have tried to follow the component documentation and have done the following
Http.SetCertificatesFile("pkg:/certs/cert.pem")
Http.AddHeader("X-Roku-Reserved-Dev-Id", "")
Http.InitClientCertificates()
Http.gettostring()
where the cert.pem is the cert that came with the dev kit.
The Http.gettostring() returns nothing.
Is there something I am missing here?
Thanks,
George
I have tried to follow the component documentation and have done the following
Http.SetCertificatesFile("pkg:/certs/cert.pem")
Http.AddHeader("X-Roku-Reserved-Dev-Id", "")
Http.InitClientCertificates()
Http.gettostring()
where the cert.pem is the cert that came with the dev kit.
The Http.gettostring() returns nothing.
Is there something I am missing here?
Thanks,
George