maihde
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2012
09:30 AM
roGridScreen and HTTPS Urls
I'm having an issue with roGridScreen loading images from an https url. Other screens and objects are working fine and correctly load images and audio from https urls: roPosterScreen, roAudioPlayer, roSpringboardScreen, roUrlTransfer.
This is what my code looks like:
My code works perfectly with http urls. I'm guessing this is a firmware bug, but I thought I'd ask. I have firmware 3.1.1011.
This is what my code looks like:
function CreateGridScreen() as Object
screen = CreateObject("roGridScreen")
screen.SetCertificatesFile("pkg:/certificates/cert.pem")
screen.InitClientCertificates()
return screen
end function
My code works perfectly with http urls. I'm guessing this is a firmware bug, but I thought I'd ask. I have firmware 3.1.1011.
1 REPLY 1
wormzer
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2012
10:34 AM
Re: roGridScreen and HTTPS Urls
I am finding this exact same problem. The same image fetched fails when fetched via HTTPS, but succeeds via HTTP.
Any workaround here?
Any workaround here?