You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like many, I'm very interested in the new provider capability in nginx 1.29.0. However I'm getting "No store loader found" errors while trying to use it. I have added my provider to the primary openssl.cnf file, and it is now visible with "openssl list -providers". Why is it failing to load my store? What is the correct syntax and pkcs11 uri?
2025/08/08 19:25:30 [emerg] 160008#160008: cannot load certificate key "store:pkcs11:token=YubiHSM;object=test_privkey": OSSL_STORE_open() failed (SSL: error:80000002:system library::No such file or directory:calling stat(pkcs11:token=YubiHSM;object=test_privkey) error:1608010C:STORE routines::unsupported:No store loader found. For standard store loaders you need at least one of the default or base providers available. Did you forget to load them? Info: Global default library context, Scheme (pkcs11 : 0), Properties (<null>))
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Like many, I'm very interested in the new provider capability in nginx 1.29.0. However I'm getting "No store loader found" errors while trying to use it. I have added my provider to the primary openssl.cnf file, and it is now visible with "openssl list -providers". Why is it failing to load my store? What is the correct syntax and pkcs11 uri?
Full error:
Beta Was this translation helpful? Give feedback.
All reactions