Thursday, January 9, 2020

[google-cloud-sql-discuss] Re: Set SQL Server connections to TLSv1.0

It is not possible to set the the TLS version for the database, as it uses the latest and most secure version. It is not recommended to downgrade security to 1.0, and if clients are still using this version it would be best to upgrade them. This is recommended by Microsoft for SQL Server [1].

If you have and outdated application that doesn't support a version of TLS that is compatible with SQL Server, you can always use the Cloud SQL proxy [2] to encrypt connections.

[2] https://cloud.google.com/sql/docs/sqlserver/sql-proxy

On Thursday, January 9, 2020 at 9:50:49 AM UTC-5, Leandro Barbosa wrote:
Greetings

How to set the database connection encryption to   TLSv1.0  instead of  TLSv1.2.    Thanks
Leandro and Lucas

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/1beb5acf-628a-4505-af00-8e60868a77df%40googlegroups.com.

No comments:

Post a Comment