Page 1 of 1
SSL Connections?
Posted: Thu 19 Aug 2010 19:39
by snorkel
How does pgdac do SSL connections, does it use the open SSL Dlls or does it use securebridge?
Posted: Thu 19 Aug 2010 19:42
by snorkel
If I can use securebridge, how do I set that up?
Posted: Fri 20 Aug 2010 12:59
by AlexP
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.