Forum Discussion

ionatan's avatar
ionatan
Roku Guru
12 years ago

SSL server error

I get this error from the server "error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112)" when I use roUrlTransfer for https://

request = CreateObject("roUrlTransfer")
request.SetCertificatesFile("common:/certs/ca-bundle.crt")
request.AsyncGetToString()


It seems that solution for this would be to set CURLOPT_SSLVERSION to 3 (PHP: curl_setopt($ch, CURLOPT_SSLVERSION,3); ), but is any way to do this with Roku?

Thanks,
Ionatan
No RepliesBe the first to reply