Hi,
I use a Nitro Key as PKCS#11 device with viscosity. The Token works without any issue in a Debian 11 VM on UTM.
The token worked flawless until I update my M1 MacBook Pro from Ventura to Sonoma.
When using Viscosity a dialog comes up saying that the card was not detected. I tried opens-tool to get more info on this.
When I am using the token from the command line I get this:
xxx@rocketeer:~ $ opensc-tool -l
# Detected readers (pcsc)
Nr. Card Features Name
0 Yes Nitrokey Nitrokey Pro
xxx@rocketeer:~ $ opensc-tool --list-algorithms
Using reader with a card: Nitrokey Nitrokey Pro
Failed to connect to card: Unresponsive card (correctly inserted?)
xxx@rocketeer:~ $
With pkcs11 tool I get this:
xxx@rocketeer:~ $ pkcs11-tool -O
error: PKCS11 function C_GetSlotInfo failed: rv = CKR_DEVICE_ERROR (0x30)
Aborting.
xxx@rocketeer:~ $
When I issue the same commands in the Linux VM the token works as expected:
root@bullseye:/home/local# opensc-tool -l
# Detected readers (pcsc)
Nr. Card Features Name
0 Yes Nitrokey Nitrokey Pro (000000000000000000009961) 00 00
root@bullseye:/home/local# opensc-tool --list-algorithms
Using reader with a card: Nitrokey Nitrokey Pro (000000000000000000009961) 00 00
Algorithm: rsa
Key length: 2048
Flags: onboard key generation padding ( pkcs1 ) hashes ( none )
Algorithm: rsa
Key length: 2048
Flags: onboard key generation padding ( pkcs1 ) hashes ( none )
Algorithm: rsa
Key length: 2048
Flags: onboard key generation padding ( pkcs1 ) hashes ( none )
root@bullseye:/home/local#
Is there any thing I can do to make it work ?