Skip to main content

An error occurred during the login process. provider: SSL provider, error: 0 - the certificate chain was issued by an authority this is not trusted

A
Written by Andrew McNeice
Updated over 2 months ago

This message occurs when users cannot connect to an Access Supply Chain database using Microsoft Excel

When entering the server name, it must contain the full FQDN (Fully Qualified Domain Name). For example, if the server name is: SERVER01

The FQDN must be written afterwards, e.g. SERVER01.CUSTOMERDOMAIN.CO.UK

If the issue continues to occur, the root certificate needs installing:-

Option 1: Install the Certificate to Trusted Root on the Client

  1. Obtain the certificate from the SQL Server: You can use a tool like OpenSSL or Microsoft Management Console (MMC) or ask your server admin for the .cer or .crt file.

  2. Install the certificate on the client PC

  3. Double-click the .cer file

  4. Click Install Certificate

  5. Choose Local Machine (if you have admin rights).

  6. Select Place all certificates in the following store: Trusted Root Certification Authorities

  7. Click Finish and restart Excel

  8. This will trust the certificate for all apps on that machine.

Option 2: Update the SQL Server to Use a Trusted Certificate

Ask the DBA or server admin to use a certificate issued by a trusted public CA (like DigiCert, Let’s Encrypt, etc.) or
make sure the entire certificate chain is installed and served by SQL Server.

Did this answer your question?