-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
ASN1ParseError on iOS #631
Comments
We are also facing this issue, is there any workaround?
2021-01-21 16:54:23.540156+0530 Runner[252:5749] flutter: Instance of 'ASN1ParseError' |
Please, post some examples with a reproducible error, otherwise, I cannot test it and try to fix the problem. Thanks! |
This issue has been automatically closed because it was marked as "answered", and there wasn't any recent activity on this issue. |
why this issues closed? lutter: Instance of 'ASN1ParseError' |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
Environment
Device information:
Description
When asset is loaded an error is thrown on ios only. The asset being loaded is on YouTube and has a valid SSL cert. The code that seems to be throwing the error is:
X509Certificate x509certificate = X509Certificate.fromData( data: sslCertificateMap["x509Certificate"]);
Expected behavior:
Asset should load without error
I saw a similar issue referenced here but the issue is closed.
#524
Current behavior:
Steps to reproduce
Images
Stacktrace/Logcat
The text was updated successfully, but these errors were encountered: