SSL Connections?

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 Connections?

Post by snorkel » Thu 19 Aug 2010 19:39

How does pgdac do SSL connections, does it use the open SSL Dlls or does it use securebridge?

snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Post by snorkel » Thu 19 Aug 2010 19:42

If I can use securebridge, how do I set that up?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Fri 20 Aug 2010 12:59

Hello,

The SSL connection can be implemented with SecureBridge components.

For more information about SSL and SSH you can read in help topic
Using PgDAC->Secure Connection.

PgDAC also includes a demo project that shows how to use PgDAC in SSL and SSH mode . These PgDAC demo projects are available in the %PgDac%\Demos\TechnologySpecific\SecureBridge\ directory.
You can read the description of this demo project in the
%PgDac%\Demos\TechnologySpecific\SecureBridge\readme.html file.

Post Reply