As a test, I've recently created a graphenedb instance in the cloud.
I've filled in the remote connection strings in the config.yml and then I get an "Error receiving data", with no clue what is going wrong.
The scheme, host and port are correct because if I change them, they give a different error. Which is good. The other values (username and pwd), are correct imo. (and with locally configured db, the app works fine.)
Changing the user or password (to incorrect values) results in the same error. (!)
- How can I pinpoint what part of the connection config causes the error?
Reading the graphenedb PHP guide, it appears to need a TLS required setting.
2. How do I set this/check if this is set?