Reference Information:
I have one Window VPS on example.com. I am running IIS and SQL Server. I have a certificate for example.com that works fine with IIS. I want to use the same certificate for SQL Server to allow encrypted connections to clients. SQL Server Configuration Manager does not display the certificate in the drop-down list.
I believe the problem is that SQL Server does not consider the certificate to be valid because SQL Server considers that the server name does not match the certificate (example.com).
How to check what SQL Server considers the server name? If this is wrong, how can I change it?
source share