Re: Root certificate not found

From: "Inoue, Hiroshi" <h-inoue(at)dream(dot)email(dot)ne(dot)jp>
To: Deon Bowers <deandronbowers(at)gmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Root certificate not found
Date: 2019-05-05 06:51:12
Message-ID: 5c2aed31-8d20-c29b-9d6d-7fc8a8f76f1f@dream.email.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Deon,

On 2019/05/02 8:52, Deon Bowers wrote:
> Hi, I'm trying to connect Excel to a PostgreSQL table and I ran across
> the psqlobdc file. When I attempt to setup the DSN it gives me this
> error "root certificate file .../postgresql/root.crt" does not exist.
>
> I'm using a .ca.cert file but your driver is looking for a root.crt file.
>
> How can I setup this up?

Could you set the datasource option using ODBC Data Source
administarator as follows?
Please set the libpq parameter of DataSource option 3 such as

    sslrootcert=C:\\some_folder .. \\.a.ca.cert

regards,
Hiroshi Inoue

---
このメールは、AVG によってウイルス チェックされています。
http://www.avg.com

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Deon Bowers 2019-05-05 08:09:01 Re: Root certificate not found
Previous Message Deon Bowers 2019-05-01 23:52:08 Root certificate not found