0 votes
by (120 points)

We upgraded our SQL instances and they are supporting only TLS 1.2.
We have some older apps supporting SQL connextion with TLS 1.0 only.
Could we use Rebex TLS Proxy to connect those applications to the newer SQL instances while we fix the apps?

Thanks in advance

Applies to: Rebex TLS

1 Answer

0 votes
by (70.2k points)

The Rebex TLS Proxy supports TCP/IP connections in general.
If your SQL connections run over TCP/IP, the Rebex TLS Proxy can be used to secure such connections.

Check Microsoft SQL server connection string doc to know how to route your SQL server connection to the proxy: https://learn.microsoft.com/en-us/sql/tools/configuration-manager/creating-a-valid-connection-string-using-tcp-ip?view=sql-server-ver16

...