Opened 3 years ago
Closed 9 months ago
#1486594 closed Feature Patches (fixed)
MySQLi SSL support
| Reported by: | mrfree | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.9-beta |
| Component: | Database | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by alec)
Hi all,
I wrote a patch to add MySQL connection via SSL to Roundcube (the patch
is against r3437) and I'd like to share this with you all, I hope it
will be useful :)
See http://pear.php.net/manual/en/package.database.db.intro-dsn.php for
SSL related options in DSN examples.
I think it should be useful to use a specific directory to store the
certs or the config/ dir itself then we can manage it in rcube_mdb2.php
adding the proper 'capath' value, using INSTALL_PATH, to the $dsn var.
Cheers,
Laurento
Attachments (2)
Change History (4)
Changed 3 years ago by mrfree
Changed 3 years ago by mrfree
comment:1 Changed 10 months ago by alec
- Description modified (diff)
- Milestone changed from later to 0.9-beta
I've implemented SSL support in our new DB layer in [c2b20fc0] (pdo branch).
comment:2 Changed 9 months ago by alec
- Resolution set to fixed
- Status changed from new to closed
Pdo branch merged with git master.

patch for rc-0.4-stable