About 489,000 results
Open links in new tab
  1. sql server - "The certificate chain was issued by an authority that is ...

    May 1, 2017 · TrustServerCertificate=True SQL Server will create a self-signed certificate if you don't install one for it to use, but it won't be trusted by the caller since it's not CA-signed, …

  2. How to fix SQL Server 2019 connection error due to certificate issue

    Dec 17, 2021 · In your connection string either set Encrypt=false; to use an unencrypted connection, or TrustServerCertificate=true; to accept the self-signed cert. Or, if you're so …

  3. PowerBI On-Premises Data Gateway Unable to Connect to SQL …

    Feb 11, 2025 · Explains how to resolve PowerBI On-Premises Data Gateway's inability to connect to SQL Server due to certificate issues.

  4. SSL Certificate missing from dropdown in SQL Server …

    Apr 24, 2016 · The Certificate tab of the properties of the Configuration Manager have more hard restrictions as SQL Server. I describe above only the restrictions of SQL Server Configuration …

  5. sql server - Certificate problem when trying to connect Power BI …

    Apr 10, 2024 · The SQL Server is configured to deny public access and only allow access via a private endpoint. I also setup Azure VPN to connect to Azure. The SQL Server is configured …

  6. Using Encrypt=yes in a Sql Server connection string -> "provider: …

    Sep 9, 2010 · Using Encrypt=yes in a Sql Server connection string -> "provider: SSL Provider, error: 0 - The certificate's CN name does not match the passed value." Asked 15 years, 1 …

  7. How can I give SQL Server permission to read my SSL Key?

    Apr 25, 2016 · You can open MMC, add Certificate Snap-In, choose Computer, find the SQL Server certificate in Personal, select the certificate and choose "Manage Private Keys" context …

  8. SQL Server: The certificate chain was issued by an authority that is ...

    Feb 19, 2023 · SQL Server: The certificate chain was issued by an authority that is not trusted [duplicate] Asked 2 years, 8 months ago Modified 1 year, 5 months ago Viewed 37k times

  9. Entity Framework Core 7 connection certificate trust exception

    Nov 16, 2022 · It is not a bug in EF Core 7.0, instead it is improved security. Microsoft suggests either of the following 3 solutions, whichever applies to you: Install a valid certificate. Add …

  10. sql server - Powershell - The certificate chain was issued by an ...

    May 15, 2023 · But I urge you to get a proper certificate for your SQL Server instance. If you want, you can create a pull request on Github to add other parameters to the connection settings. It …