How To Secure Data Transferred Over Odbc Connection Using Progress Db

Status
Not open for further replies.
U

user2023637

Guest
We have an application (written in PHP) that fetches data from several remote Progress databases. The way it is working now, we ask our clients to open a port in their firewall to our IP, then we're able to run queries using ODBC connection from the PHP code.

The problem is that the data transferred over the internet is unencrypted.

We thought about two solutions but we've issues with both:


  1. Updating Progress DB to use SSL. Problem: this requires our clients to change the way they connect with other vendors to have them all using the SSL.


  2. Creating a VPN connection between us and the clients. Problem: we have many clients and the IPs/subnets may be overlapping.

What else can we do to have the data transferred to us encrypted?

Thanks.

Continue reading...
 
Status
Not open for further replies.
Top