Remote DB self signed certificate

I am experimenting with RemoteDB for my App Server using a self signed certificate. The windows client complains about the certificate. Can I shut this check off? I will not be able to import the ertificate at the client. On the server sie I use the indie based server.

Thanks

Hello Michael,


Use this: https://download.tmssoftware.com/business/sparkle/doc/web/bypassing-self-signed-certific.html.
You can use the above code in conjunction with TRemoteDBDatabase.OnHttpClientCreate, and even that is triggered whenever a new THttpClient instance is created internally.

Thanks, works perfect, sorry for the late feedback.