Skip to content

Commit

Permalink
Quick fix to use SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
ernetas committed Mar 4, 2019
1 parent 30f07f4 commit 9cb8a94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Ifsnop/Mysqldump/Mysqldump.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ public function __construct(

$pdoSettingsDefault = array(
PDO::ATTR_PERSISTENT => true,
PDO::MYSQL_ATTR_SSL_CA => '/etc/ssl/certs/rds.pem',
PDO::ATTR_SSL_CA => '/etc/ssl/certs/rds.pem',
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
);

Expand Down

0 comments on commit 9cb8a94

Please sign in to comment.