-
Notifications
You must be signed in to change notification settings - Fork 856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error copying matching creds #24
Comments
The iOS trick is to download a file over HTTP, witch is blocked by default by iOS platform. Your problem, it seems, is that your HTTPS connection is using an untrusted SSL certificate. I tried downloading on the browser and had no problem, so it might be a new CA that is not yet recognized by iOS (like the newer Let's Encrypt certs, they used to cause problem with older versions of the JDK, for example). I think that might be the problem, but don't know how to fix it for iOS, maybe add an option for adding a custom cert or disable SSL altogether (not recommended, though)? To solve your actual problem, you could also upload the file somewhere else, or download it and play it as an Local Asset. If you happen to find out how to provide this functionality for iOS, please help out with a PR! :) |
Closing due inactivity |
When playing an audio from a HTTPS link, the following error occurred.
Link concerned: https://eutopia.sgp1.digitaloceanspaces.com/d62b7d9adb272bcfc796b997f79be54a0cf30756d953f5dc3417c24fc2e9a60d
I already attempted the iOS App Transport Security trick but no luck.
The text was updated successfully, but these errors were encountered: