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
- Many2Many loading, not receiving list
Hi everyone! Im having a bit of trouble while editing single rows in the DB. When selecting a value of my many2many it keeps loading, see screenshot. On some ...
- SSR Auth with Tanstack Start requires ha...
I followed the Next.js guide for SSR Auth on https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-1 I tried to replicate it for Tanstack Start. However, on...
- Cannot update relationship value with ev...
I have 2 Tables. One for all Clients (Image 3) and one for projects the clients can create. The problem: I can only assign a handful of clients (Image 1). The r...