
Hello, on a Flutter app, I have set the client to use self signed cert.
client
.setEndpoint(appwriteEndpoint)
.setProject(appwriteProjectId)
.setSelfSigned(status: true);
But whenever I call a subscription, I hit this:
I/flutter ( 3416): Reconnecting in one second.
I/flutter ( 3416): AppwriteRealtime: Allow self-signed certificate
I/flutter ( 3416): subscription: wss://cloud.appwrite.io/v1/realtime?project=huntpile
Any idea where I could go wrong? I am able to access database documents, just not subscription.
This is working fine when I run the same subscription on React Web.

[SOLVED] Subscription Error: Allow self-signed certificate

what is your appwrite project domain and it's self hosted or cloud

Please disregard. This is working today.

Hi @mc-stephen , thanks for your help. I realize that it is working now today. I didn't do anything at all.

need help to solve "AppwriteRealtime: Allow self-signed certificate"

cloud

no need to post in an old thread.
Recommended threads
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
- [bug] API response is good but UI don't ...
Hi guys! When i got my object, it have billingInfo relation, in the web ui i just got pading state, and the row shows object is null, but when i work whit this...
