Re: Fwd: Connection string parameter sslrootcert does not work

From: Apurva Paralkar <apurva12mar(at)gmail(dot)com>
To: "Inoue, Hiroshi" <h-inoue(at)dream(dot)email(dot)ne(dot)jp>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Fwd: Connection string parameter sslrootcert does not work
Date: 2017-01-24 22:47:10
Message-ID: CAEnV6tZm=KuOnLPx+CcS_5D-5g6EiZMmKtv+28bxcyq20+d-dA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Thanks for making the change, Hiroshi.
We can move to using a different version of the driver. Do you know when
this would be available for use?

Also, if the following string was the current connection string:
Driver={PostgreSQL
Unicode(x64)};Server=<hostname>;Port=<port>;Database=<database-name>;UseDeclareFetch=1;Fetch=10000;Uid=username>;Pwd=****;sslmode=verify-ca;sslrootcert=<location
of root.pem file on the client>
what should the new connection string look like with your changes?

Thanks,
Apurva

On Mon, Jan 23, 2017 at 8:28 PM, Inoue, Hiroshi <h-inoue(at)dream(dot)email(dot)ne(dot)jp>
wrote:

> Hi Apurva,
>
> On 2017/01/24 2:15, Apurva Paralkar wrote:
>
> Hi Hiroshi,
>
> Thanks for your response. Can you let me know tentatively when this
> parameter will be added? I have some deadlines based on this change. I'd
> like to know if I can wait for your changes or if I should work on a patch
> myself.
>
>
> I already changed my local source though I've not tested it sufficiently.
> It's in https://github.com/hiinoue/psqlODBC.git
> <https://github.com/ringerc/psqlODBC.git> in the topic branch pqopt.
>
> However I'm afraid the diff is not applicable to 9.3.0400.
>
> regards,
> Hiroshi Inoue
>
>
>

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Inoue, Hiroshi 2017-01-24 23:15:29 Re: Fwd: Connection string parameter sslrootcert does not work
Previous Message Kuldeep Kumar 2017-01-24 13:40:04 PostgreSQL Connectivity