ruffle-rs / ruffle-android

An Android application for ruffle.rs
Other
228 stars 35 forks source link

Open URL not working ( #113

Open wearyexcellance opened 2 months ago

wearyexcellance commented 2 months ago

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"
lvyitian commented 2 months ago

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