ruffle-android
ruffle-android copied to clipboard
Open URL not working (
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
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"
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