PeculiarVentures / graphene

A simple layer for interacting with PKCS #11 / PKCS11 / CryptoKI for Node in TypeScript. (Keywords: Javascript, PKCS#11, Crypto, Smart Card, HSM)
MIT License
169 stars 34 forks source link

WARNING: /usr/local/bin/node is loading libcrypto in an unsafe way #151

Open goodgrid opened 2 years ago

goodgrid commented 2 years ago

Hi,

I wanted to start fiddling around with my Gemalto Safenet 5110 CC token and Graphne. It's just that I run into this error message after starting any script referencing a pkcs11 library:

WARNING: /usr/local/bin/node is loading libcrypto in an unsafe way

When I google this in combination with Node.JS, I don't find any clue. Does anyone know what I'm doing wrong?

Koen

microshine commented 2 years ago

It's something new. I've never seen this error before. Looks like the problem is with NodeJS, libcrypto is part of it. Try to reinstall the NodeJS and try again