I'm getting following error message:
flutter: AppwriteException: , TlsException:
SSLV3_ALERT_BAD_RECORD_MAC(tls_record.cc:594) error 268436476 (0)
this also happened last night with me but after some time it got fixed automatically looks like it's appwrite's side issue and not from my end. please help I'm new to appwrite.
File not uploading storage (SSLV3_ALERT_BAD_RECORD_MAC)
Hello. This is when you try uploading to the bucket storage?
What's the appwrite SDK version you're using?
Are you able to upload files directly from the cloud console? I am guessing it should be able to. My understanding here is that your app is unable to make a ssl verification
it's happening sometimes in iOS simulator on Mac.
works fine on real device.
at least that's my observation. still not sure what's causing it. because for many days I have been working with the iOS simulator and it was working fine all the time. till day before yesterday.
Yeah so that’s my assumption as well the issue is not with the appwrite but with the host client itself. The host client is unable to do SSL verification and that’s what is causing issues.
Next time when this happens try accessing any other https resource, I am guessing that would fail too. I am not familiar with flutter dev much but whenever I have seen this during my development majority of the time its because of my host server
Recommended threads
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...