- π³π΄Norway steinmb
I am a little confused here. In β¨ PostgreSQL driver doesn't support SSL option Needs work is there indication that there is no SSL support but in this issue we have
+ * For requiring an SSL connection to a PostgreSQL database add: + * @code + * $databases['default']['default'] = array( + * 'init_commands' => array( + * 'sslmode' => 'require', + * ), + * );