SSL question

Discussion of open issues, suggestions and bugs regarding PgDAC (PostgreSQL Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

SSL question

Post by snorkel » Thu 10 May 2012 18:00

Hi,
Does the PGdac connection component work with the openSSL dlls if they are present?
I thought it did but when I connect I get a error.

I am having trouble connecting to a Heroku cloud instance of PostgreSQL which requires SSL.

error i get is:
CONTEXT: ERROR
CODE:42501
MESSAGE: permission denied for database resource44070

ROD
Devart Team
Posts: 23
Joined: Mon 07 May 2012 09:09

Re: SSL question

Post by ROD » Fri 11 May 2012 16:59

Hi, Snorkel

Yes, PgDAC connection component works with openSSL dlls.

Can you successfully connect to Heroku cloud PostgreSQL instance with any other connection tools e.g. pgAdmin?
If yes, please specify your actions in PgDAC and the versions of PgDAC and Heroku cloud.

Post Reply