From: | krayner(at)raynersoft(dot)net |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #14260: psqlODBC does not support sslXXXXX variables |
Date: | 2016-07-19 14:00:27 |
Message-ID: | 20160719140027.7448.51781@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs pgsql-odbc |
The following bug has been logged on the website:
Bug reference: 14260
Logged by: Kurt Rayner
Email address: krayner(at)raynersoft(dot)net
PostgreSQL version: 9.5.3
Operating system: Windows
Description:
pSQLODBC does not accept the sslXXX options for OpenSSL that other database
clients do):
sslcert
sslkey
sslrootcert
sslcrl
sslcipher (doesn't appear to be supported by libpq).
This is more of a deficiency, but in a multi-threaded client where each
connection can have different values putenv() really doesn't cut it.
It is a relatively minor change to add the certificate/path values to the
options for the ODBC client (admittedly more work to update the dialogs).
I've looked at doing this myself, but would rather see it in the mainline.
Not sure what the process is for acceptance of updates, but if I can
help...
Thanks in advance!
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2016-07-19 14:02:27 | Re: BUG #14259: i want to store XML version in our table postgres table. |
Previous Message | Tomas Vondra | 2016-07-19 13:35:24 | Re: BUG #14231: logical replication wal sender process spins when using error traps in function |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Cramer | 2016-07-19 15:43:10 | Errors building on windows |
Previous Message | Inoue, Hiroshi | 2016-07-17 03:48:04 | Re: Build broken with nmake since ea74e47 |