-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
Description
Preconditions
- Magento 2.2.2
- MySQL 5.7.x
Steps to reproduce
- In env.php there should be a way to specify optional secure connection details which can then be used:
$this->resource->ssl_set($clientKey, $clientCert, $caCert, $caPath, $cipher);
To establish a secure connection to mysql.
Expected result
- Secure connection
Actual result
- I don't believe this is supported?
Example of what I mean:
https://stackoverflow.com/questions/9738712/connect-to-remote-mysql-server-with-ssl-from-php
http://blog.machek.co.uk/2016/06/php-with-mysql-and-ssl.html
Original Report: magento/magento2#13561 by @craigcarnell
chrom