Skip to content

ERR_CERT_AUTHORITY_INVALID #404

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

Closed
dhs9004 opened this issue Apr 17, 2020 · 3 comments
Closed

ERR_CERT_AUTHORITY_INVALID #404

dhs9004 opened this issue Apr 17, 2020 · 3 comments
Labels
type-question A question about expected behavior or functionality

Comments

@dhs9004
Copy link

dhs9004 commented Apr 17, 2020

how to solve flutter web ERR_CERT_AUTHORITY_INVALID error while performing a POST request?

Do you have a bad Certificate Callback that I can use?

XMLHttpRequest error.

Thanks in advance

@funkju
Copy link

funkju commented Apr 20, 2020

#267 has the answer for you mate.

@dhs9004
Copy link
Author

dhs9004 commented Apr 20, 2020

Hi Justin,
Thank you for your answer but I can't use it on a flutter web application.

Error: Unsupported operation: Platform._version

@natebosch
Copy link
Member

As far as I'm aware this isn't something that is possible in javascript in the browser. This library can only expose the capabilities from dart:html, which in turn can only expose the capabilities provided by the browser in JS.

@sigmundch may be able to correct me if I'm wrong, but I don't think there is anything we can do on this.

@natebosch natebosch added the type-question A question about expected behavior or functionality label Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-question A question about expected behavior or functionality
Projects
None yet
Development

No branches or pull requests

3 participants