Connecting Cloudlog Database to PlanetScale #2713
BloodBladeW
started this conversation in
General
Replies: 1 comment 1 reply
-
I think you're not correctly setting up the array and it would need to be along the lines of 'encrypt' => [
'ssl_ca' => '/etc/ssl/certs/ca-certificates.crt',
'ssl_verify' => TRUE,
], This post was originally an "Issue" but is related to a server configuration. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is for reporting bugs with the code, if this issue is regarding setting up on your local server please use the forum see readme for details
Describe the bug
My database provider(PlanetScale) forcibly uses SSL/TLS to connect to the database. After modifying the database.sample.php file, still prompt that I can't connect.
To Reproduce
Steps to reproduce the behaviour:
3.Prompt error:
Expected behaviour
Able to connect to the database and use it.
In addition, it is hoped that the option of using SSL connection can be added to the installation page.
Desktop (please complete the following information):
Additional context
I also noticed that database providers say that they do not support foreign key constraints because they use MySQL clusters. Will Cloudlog use foreign key constraints? If Cloudlog use it, I may look for a database provider that does not use clusters.
Beta Was this translation helpful? Give feedback.
All reactions