How to connect to YugabyteDB without specifying certificate path

I am trying to connect space-cloud.io with YugabyteDB instance. Instructions show that I have to specify certificate path but space-cloud.io does not support space-cloud.
Any suggestions on how to connect SpaceCloud with YugabyteDB?

It seems currently space-cloud does not have nay documentation around the customer SSL certificates. If you running YB OSS, you can start tserver with --allow_insecure_connections=true flag to allow insecure connections.