ruffle-android icon indicating copy to clipboard operation
ruffle-android copied to clipboard

Open URL not working (

Open wearyexcellance opened this issue 11 months ago • 1 comments

This is an interesting project, I know it is still experimental. But I would like to report a bug

Whenever I load a swf file from an URL I get a black screen

The SWF is "https://plazmaburst2.com/pb2/pb2_re34.swf", and it works fine in the phone's browser (It's a Samsung A14 image

Logs

I get this error with the latest Ruffle Mobile version
/ruffle  ( 7506): ruffle_android::navigator: Error fetching url: https://plazmaburst2.com/pb2/pb2_re34.swf: Connection Failed: tls connection init failed: invalid peer certificate: UnknownIssuer
E/ruffle  ( 7506): ruffle_android::executor: Async error: Could not fetch: "https://plazmaburst2.com/pb2/pb2_re34.swf: Connection Failed: tls connection init failed: invalid peer certificate: UnknownIssuer"

wearyexcellance avatar Apr 06 '24 12:04 wearyexcellance

This is caused by untrusted ssl certificate issuer. Are you using a proxy? See also: https://github.com/denoland/deno/issues/2301 and https://github.com/denoland/deno/issues/1371

lvyitian avatar Apr 10 '24 12:04 lvyitian