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!