Forum Discussion
Evans25
May 10, 2023Copper Contributor
Cannot connect to SQL Server 2022
I am new to SQL and database and trying to learn. I installed SQL Server 2022 and SSMS . Unfortunately I can't proceed because of the information below. ADDITIONAL INFORMATION: A connection was s...
Raksha112
May 11, 2023Copper Contributor
You can follow this error using step by step approach:
1) To use a valid SSL certificate you need to check SQL server instance. We need to check certificate properties by connect it within SSMS by connecting to instance.
2) Try checking certificate chain too and verify if its trusted or not. It not need to install root CA certificate on running SSMS. You can check by adding Encrypt=False" in SSMS through string.
1) To use a valid SSL certificate you need to check SQL server instance. We need to check certificate properties by connect it within SSMS by connecting to instance.
2) Try checking certificate chain too and verify if its trusted or not. It not need to install root CA certificate on running SSMS. You can check by adding Encrypt=False" in SSMS through string.