Pass on the SSL settings to the plugins

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Pass on the SSL settings to the plugins
Date: 2012-09-03 11:41:45
Message-ID: CAG7mmozdCtfv02wwomq7g5bERinp5VywhK81iRetqCvZeRvxzQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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.enterprisedb.com>

*http://www.linkedin.com/in/asheshvashi*<http://www.linkedin.com/in/asheshvashi>

Attachment Content-Type Size
plugin_ssl_settings.patch application/octet-stream 2.0 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2012-09-03 12:28:33 pgAdmin III commit: Fix SSL handling for plugins.
Previous Message Dave Page 2012-09-03 07:54:09 Re: pgAdmin III commit: Lots of work on domains, and check constraints