Thread: Pass on the SSL settings to the plugins

Pass on the SSL settings to the plugins

From
Ashesh Vashi
Date:
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.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi


Attachment

Re: Pass on the SSL settings to the plugins

From
Dave Page
Date:
Thanks, patch applied.

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.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi




--
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

Re: Pass on the SSL settings to the plugins

From
Ashesh Vashi
Date:
On Mon, Sep 3, 2012 at 6:00 PM, Dave Page <dpage@pgadmin.org> wrote:
Thanks, patch applied.
Thanks a lot.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: 
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi

 

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.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi




--
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


Re: Pass on the SSL settings to the plugins

From
Ashesh Vashi
Date:
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.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: 
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi


--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: 
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi

 

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.

--

Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA:
Enterprise PostgreSQL Company

 

http://www.linkedin.com/in/asheshvashi




--
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



Attachment