Subject Encrypting network traffic to multiple servers
Author Steve Wiser
Hi everyone,

I have read the past articles and support emails on encrypting the
network traffic from multiple clients to a single server. We have
installed stunnel and zebedee in production and test environments to
link single servers together to keep the traffic encrypted.

However, I want to know if there is a better way to connect my
application server (Apache Tomcat) to my multiple database servers then
how I am currently doing it. Right now we have about 10 database
servers so I would have to set up 10 separate ports because I cannot
seem to dynamically tunnel interclient/interserver (yes we are still on
Interbase).

Is there a better way to do this?

-steve