SQL Database connection- Disable SSL

Just_learn 1 Reputation point
2020-10-02T17:47:21.047+00:00

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,606 Reputation points
    2020-10-03T09:11:35.15+00:00

    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.