ionatan
12 years agoRoku Guru
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://
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
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