Rank 3: Container
when should setSelfSigned status false.
Votes
0
Replies
9
Participants
Unknown
Messages
10
Rank 3: Container
when should setSelfSigned status false.
Admin
When your Appwrite instance/endpoint doesn't have a valid SSL certificate
Rank 3: Container
asking for this client.setEndpoint('https://cloud.appwrite.io/v1')
.setProject('proId')
.setSelfSigned(status: false);
Rank 3: Container
for production mode self assigned status should be true or false?
Admin
Cloud has a valid certificate so you should not set self signed to true
Rank 3: Container
ok
Rank 3: Container
is this is the reason for printing in console or how to disable this log
Admin
No. That's printed when you call subscribe
Rank 3: Container
is there is any way to hide this message.
Admin
Not at the moment