Yubico / yubihsm-connector

https://developers.yubico.com/yubihsm-connector/
Apache License 2.0
31 stars 14 forks source link

Can't use connector on Windows 11: "device not found" #41

Closed Muzosh closed 1 year ago

Muzosh commented 1 year ago

Hello, when attempting to start and use the YubiKey connector, any other operations (like yubikey-setup dump or yubikey-shell connect) will fail saying "Unable to find a suitable connector".

The connector than says this: image

Here is the connector config: image

YubiKey Shell usage (this invokes the error in the connector): image

What could be the issue? I have found that CreateFile failed with 0x5 means the application have no access to create file. However, I'm running all commands in administrator PS instance. WinUsb_Initialize failed with 0x8 means ERROR_NOT_ENOUGH_MEMORY in winusb.h Windows library.

Muzosh commented 1 year ago

Nevermind, I was using YubiKey 5C NFC, not a YubiHSM product