Help with SSL Error #8473
-
I don't think it is an issue with library and I'm sure I'm just doing something wrong, but can anyone help me figure out this SSL error. I had everything working on my app and then when I went to test it for release it no longer worked. I was using an older version of the FlutterFire libraries so I updated my version of flutter and installed the newest FlutterFire libraries and now I'm getting a bunch of errors. I worked through the errors I was having with the database, but now I'm failing to signInAnonymously. E/flutter ( 8171): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: [firebase_auth/unknown] com.google.firebase.FirebaseException: An internal error has occurred. [ Read error:ssl=0x7c0cefbc40: Failure in SSL library, usually a protocol error
from my pubspec.yaml function calling signInAnonymously
Oddly that function has a try around the signInAnonymously, but it doesn't seem to be catching the SSL error. AppData.error should write to the console when called.
Test device is a Lenovo TB8504F Tab 8 running Android 8.1.0 Anyone have any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Let it sit over the weekend, figured it out first thing Monday morning. Was on our corporate wifi but it didn't have internet or at least didn't have access to firebase. Threw it on wifi shared from my macbook and it worked perfectly. So if anyone is having this issue, check your internet connection. |
Beta Was this translation helpful? Give feedback.
Let it sit over the weekend, figured it out first thing Monday morning. Was on our corporate wifi but it didn't have internet or at least didn't have access to firebase. Threw it on wifi shared from my macbook and it worked perfectly. So if anyone is having this issue, check your internet connection.