-
Notifications
You must be signed in to change notification settings - Fork 55
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
Flutter: CERTIFICATE_VERIFY_FAILED: unable to get local issuer certificate #199
Comments
Interesting, do you mind sharing the used email address? You can send it to me directly: robert-at-enough-dot-de |
did you fix it? |
Hi Guys, in the meantime I have move the discovery part into a dedicated project: I never noticed a problem with a gmail address, when I check a gmail address on the demo on https://enough.de/enough_mail_discovery/ the results are shown correctly, too. Please provide a project that reproduces the problem so that I can work out problems better. |
I'm using my own mail server I have this issue with this package, I'm using other third-party apps like my mail it works fine!
|
@dfangys your problem seems to be different from the original posters one. final mailClient = MailClient(account, onBadCertificate: (certificate) {
print('received bad certificate $certificate');
// DANGER-ZONE: just accept all certificates
return true;
},
); From the docs:
|
i'll check and reply to you back, thanks |
hi @dfangys I have the same problem, could you solve this detail? |
When running the same functionality with Dart, all works well. When it runs within a Flutter App, it throws this bad boy:
I use a Gmail email address and it seems to fail on Discover
The text was updated successfully, but these errors were encountered: