Erreurs de configuration du fournisseur de sécurité de certificat

Parfois, la configuration des fournisseurs de sécurité de certificat peut entraîner des erreurs. Pour réaliser le chiffrement en utilisant le certificat, l'application doit accéder à la clé privée du certificat, ce qui peut parfois causer des problèmes.

Essayer d'abord de résoudre le problème en exécutant Remote Desktop Manager en mode administrateur pour écarter toute erreur de permission courante.

Erreurs de permissions courantes

An error occurred trying to access the certificate private key. (0x80100001, SCARD_F_INTERNAL_ERROR)

If you are using a YubiKey Smart Card certificate, please refer to Troubleshooting SCARD_F_INTERNAL_ERROR. This error is caused by an internal issue with the Yubikey configuration. They recommend enabling the debug logging to diagnose the issue with the Yubikey.
Smart card prompt cancelled. (0x8010006E, SCARD_W_CANCELLED_BY_USER)

The smart card credential prompt was cancelled which prevented accessing the private key.
Access denied (0x80090010, NTE_PERM)

The application was not able to access the certificate private key due to permission issues.
  • Cela pourrait également être causé par l'annulation de l'invite NIP du certificat.

  • L'utilisateur n'est pas autorisé à lire la clé privée du certificat.

Unable to open the Windows cryptographic key container. (0x80090016, NTE_BAD_KEYSET)

The application was not able to access the certificate private key in the Windows cryptographic key container.

This issue could be caused by permission issues or by a nonexistent or corrupted key. The latter might occur if the user changes their password, leading to the rotation of the DPAPI keys and therefore preventing the successful decryption of key containers.

The handle is invalid. (0x80090026, NTE_INVALID_HANDLE)

L'application n'a pas pu accéder à la clé privée du certificat.

Voici quelques raisons pour lesquelles cela pourrait se produire:

  • Le certificat n'est pas un certificat RSA.

  • Le certificat ne contient pas de clé privée RSA.

  • La clé privée n'est pas marquée comme exportable.

Devolutions Forum logo Donnez-nous vos commentaires