Current data provider uses by default an encryted connection, which only work if you have setup a certificate for SQL Server connections.
Add "Encrypt=False;" to your connection string.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Dear All,
How to fix this error:
provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.
Current data provider uses by default an encryted connection, which only work if you have setup a certificate for SQL Server connections.
Add "Encrypt=False;" to your connection string.