Today, I worked on a service request that our customer received an error message connecting from PowerBI to Azure SQL Database using custom domain name, for example, myserver.mydomain.net instead of using myserver.database.windows.net.
When the Azure SQL Server receives the incoming request, the traffic will be encrypted using a SSL certificate based on the domain *.database.windows.net if our customer is using other, for example, myserver.mydomain.net you are going to receive the following error message: The server name provided doesn't match the server name on the SQL Server SSL certificate.
Our first suggestion is to use servername.database.windows.net in order to encrypt the traffic and validating the server certificate.
Other options are:
Enjoy!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.