HTTPS URL not playing with roku

I have having trouble playing one HTTPS link on roku (sorry I cannot share the link here, but it works perfectly on Kodi, VLC and Chrome)

I keep on getting following error

showVideoScreen | msg = ConnectionContext failure | index = 0
status message: ConnectionContext failure
showVideoScreen | msg = Unspecified or invalid track path/url. | index = 0
status message: Unspecified or invalid track path/url.
showVideoScreen | msg = | index = -5
request failed ? error: -5 ?
I have enabled cookies and Certificate on Screen as below

    screen = CreateObject("roVideoScreen") 
    screen.Show()
    screen.SetCertificatesFile("common:/certs/ca-bundle.crt")
    screen.InitClientCertificates()           
    screen.SetContent(episode)
    screen.SetMessagePort(port)
    screen.enablecookies()

Anyone have any thoughts, what might be going on ? The Function showVideoScreen works fine for other URL, so I don’t think its the issue with the function per se.

[upload|Qu1UM6Y30HUOH1kyh4k/aw==]