Share via

SQL Database connection- Disable SSL

Just_learn 1 Reputation point
Oct 2, 2020, 5:47 PM

As stated, SQL Database and SQL Managed Instance enforce encryption (SSL/TLS) at all times for all connections. Is there any workaround to connect to azure SQL database without ssl ceritificate

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Anurag Sharma 17,626 Reputation points
    Oct 3, 2020, 9:11 AM

    Hi @Just_learn , welcome to Microsoft Q&A forum.

    As you have rightly mentioned there is no way to disable the SSL/TLS in Azure Sql Database. This is designed keeping the security and vulnerability prospects of the database.
    https://learn.microsoft.com/en-us/azure/azure-sql/database/security-overview

    29868-image.png

    There is more details available on the same at the below link.
    https://learn.microsoft.com/en-us/previous-versions/technet-magazine/hh351833(v=msdn.10)

    Could you please let us know the requirement as to why you would want to disable it?


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.