Forum Discussion
SQL Connection Error: received certificate has expired
- 1 year ago
Hi z3pp4
1. Check the SQL Server's CertificateAsk your IT or DB admin to check the installed certificate’s expiry.
You can also check via mmc >> Certificates >> Personal >> Certificates on the server.
2. Update/Renew the Certificate
Generate and install a new SSL certificate.
Use SQL Server Configuration Manager >> Protocols for MSSQLSERVER >> Properties >> Certificate tab to apply it.
3. Restart SQL Server
After applying the new certificate, restart the SQL Server service for changes to take effect.
z3pp4 I believe your machine's firewall is blocking the connection, can you check if you are able to connect to SQL Server using Dataflow Gen 1 or Gen 2 on service ?. If you are able to connect on service then you can confirm that the issue is with the firewall configurations.
Thanks,
Jai