Back

when should setSelfSigned status false.

  • 0
  • Flutter
conqueror
15 Jun, 2023, 20:47

when should setSelfSigned status false.

TL;DR
The user is asking when to set the `setSelfSigned` status as false and how to disable a specific log message in the console. Another user suggests that the log message is printed when the `subscribe` method is called and cannot be hidden. However, they mention that if the Appwrite cloud has a valid certificate, there is no need to set `selfSigned` to true. For production mode, the status of `selfSigned` depends on whether the Appwrite instance/endpoint has a valid SSL certificate. There is no specific mention of a solution to disable the log message.
Drake
15 Jun, 2023, 20:49

When your Appwrite instance/endpoint doesn't have a valid SSL certificate

conqueror
15 Jun, 2023, 20:52

asking for this client.setEndpoint('https://cloud.appwrite.io/v1') .setProject('proId') .setSelfSigned(status: false);

conqueror
15 Jun, 2023, 20:53

for production mode self assigned status should be true or false?

Drake
15 Jun, 2023, 20:55

Cloud has a valid certificate so you should not set self signed to true

conqueror
15 Jun, 2023, 20:55

ok

conqueror
15 Jun, 2023, 20:57

is this is the reason for printing in console or how to disable this log

TypeScript
Drake
15 Jun, 2023, 20:58

No. That's printed when you call subscribe

conqueror
15 Jun, 2023, 20:58

is there is any way to hide this message.

Drake
15 Jun, 2023, 21:01

Not at the moment

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more