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
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...