Page 1 of 1

SecureBridge and IBDAC?

Posted: Fri 10 Sep 2010 18:26
by zd
Hi!

Right now I'm making secure connections to the Firebird DB in my program using Zebedee but I'm looking for a better and more elegant solution.

I've read about the SecureBridge component and it seems promising.

My question is: is there any info / does anyone have experience using SecureBridge to build a secure tunnel between a program, which is using IBDAC to connect to a Firebird database? Is this a recommended solution?

Do I understand correctly that SecureBridge provides both client and server components, so I won't need to use OpenSSH on the server side?

Thanks!

Posted: Sat 11 Sep 2010 01:50
by xalion
I use SecureBridge and ODAC. it works fine.
In Linux server, you can use ssh server.
in windows,you can use SecureBridge server components.

Posted: Mon 13 Sep 2010 08:25
by Dimon
And you can see how to create a secure tunnel in the SSHClient demo of SecureBridge.