- πΊπΈUnited States SocialNicheGuru
@sunil-kumar did you do this manually?
or did you use a hook to add the db credentials?
how did you get it to persist after a site re-verify?
Db services may require additional settings to be sent to the connection string via the PDO $options
parameter. See PDO::__construct.
For example, Azure DB for MySQL/MariaDB requires a cert to be attached to the PDO connection.
SQLSTATE[HY000] [9002] SSL connection is required. Please specify SSL options and retry.
I'd recommend a solution similar to the one that was implemented in SimpleSAMLphp. We'll need to add an options field in the UI then hook it up in Provision/Service/db/pdo.php
.
(I'm sure there's more)
Fixed
3.0
DB Service
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@sunil-kumar did you do this manually?
or did you use a hook to add the db credentials?
how did you get it to persist after a site re-verify?