diff --git a/website/config/env/production.js b/website/config/env/production.js index 01aeb477e9..7126486fb2 100644 --- a/website/config/env/production.js +++ b/website/config/env/production.js @@ -70,7 +70,7 @@ module.exports = { * https://sailsjs.com/config/datastores           * *                         * ****************************************************************************/ - ssl: true, + ssl: { rejectUnathorized: false }, },