HTTPS request using invalid certificate in Blackberry tablet
Hi,
I've developed a test flex application to run in the blackberry's tablet simulator, that requests data from a HTTPS service.
When I test it against a server that uses a valid certificate, it works just fine. But using a self signed, invalid certificate, it throws a ioError (#2032).
I've found someone here: http://forums.adobe.com/thread/680181?tstart=0 that sees another behaviour in other platform (desktop I suppose): the request succeeds, but shows a warning message. So, the fact it doesn't work at all seems to be specific of the blackberry tablet platform.
The test application currently uses mx.rpc.http.HTTPService, but I've also made tests with URLLoader (without success).
Does anyone know a workaround for this?
Thank you very much!
