Thread: Pass on the SSL settings to the plugins
Hi All,
The plugins do not honour the ssl settings, while establishing connection with the database server, given in the ssl tab in the server properties dialog.
Please find the attached patch to export environment variables related to that to resolve the issue.
This patch is applicable on both master and REL-1_16_0_PATCHES branches.
Attachment
Thanks, patch applied.
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Mon, Sep 3, 2012 at 12:41 PM, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:
Hi All,The plugins do not honour the ssl settings, while establishing connection with the database server, given in the ssl tab in the server properties dialog.Please find the attached patch to export environment variables related to that to resolve the issue.This patch is applicable on both master and REL-1_16_0_PATCHES branches.
--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Mon, Sep 3, 2012 at 6:00 PM, Dave Page <dpage@pgadmin.org> wrote:

Thanks, patch applied.Thanks a lot.
On Mon, Sep 3, 2012 at 12:41 PM, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:--Hi All,The plugins do not honour the ssl settings, while establishing connection with the database server, given in the ssl tab in the server properties dialog.Please find the attached patch to export environment variables related to that to resolve the issue.This patch is applicable on both master and REL-1_16_0_PATCHES branches.
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Mon, Sep 3, 2012 at 6:00 PM, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:
On Mon, Sep 3, 2012 at 6:00 PM, Dave Page <dpage@pgadmin.org> wrote:Thanks, patch applied.Thanks a lot.
A small change require to run it on linux/linux-x64.
Instead of setting the environment variables to empty-string, we should unset them.
Please find the attached patch for the same.
Tested on linux/linux-x64 & windows.
On Mon, Sep 3, 2012 at 12:41 PM, Ashesh Vashi <ashesh.vashi@enterprisedb.com> wrote:--Hi All,The plugins do not honour the ssl settings, while establishing connection with the database server, given in the ssl tab in the server properties dialog.Please find the attached patch to export environment variables related to that to resolve the issue.This patch is applicable on both master and REL-1_16_0_PATCHES branches.
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company