From 08b6fddf304c5ccebcfe3e6bcdee2fcf27786f70 Mon Sep 17 00:00:00 2001 From: Terry Fleury Date: Mon, 25 Feb 2019 16:44:42 -0600 Subject: [PATCH] CACC-241 We decided to have local database instances (instead of a separate central database like dodo-dev). So no need to connect to database with SSL anymore. --- src/Service/DBProps.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Service/DBProps.php b/src/Service/DBProps.php index 33cd82c..a27f0ef 100644 --- a/src/Service/DBProps.php +++ b/src/Service/DBProps.php @@ -135,7 +135,6 @@ public function getDBConnect() ); $opts = array( - 'ssl' => true, 'persistent' => true, 'portability' => DB_PORTABILITY_ALL );