#[SOLVED] Subscription Error: Allow self-signed certificate

7 messages · Page 1 of 1 (latest)

honest forum
#

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.

honest forum
#

[SOLVED] Subscription Error: Allow self-signed certificate

chrome garnet
#

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

honest forum
#

Please disregard. This is working today.

honest forum
unborn matrix
#

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

#

cloud