
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
- File tokens regenerate each page reload
Hello, on appwrite 1.7.4, when I create a file token via the API Tokens(appwriteAdminClient)#createFileToken I get a secret, then when I check in the console t...
- Appwrite isn't accepting the api from se...
Error creating user: AppwriteException: Server Error type: 'general_unknown', response: '{"message":"Server Error","code":500,"type":"general_unknown","versi...
- CSV Import Shows Success but Data Not Ap...
I tried importing a CSV file into my PRODUCTS collection. The dashboard shows the message “Import to PRODUCTS completed successfully,” but no data appears in th...
