ossl专题

vue项目关于ERR_OSSL_EVP_UNSUPPORTED的问题

opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],   library: 'digital envelope routines',   reason: 'unsupported',   code: 'ERR_OSSL_EVP_UNSUPPORTED' 该问题通常与 O

node版本过高出现ERR_OSSL_EVP_UNSUPPORTED错误

错误原因: 新版本的nodejs使用的openssl和旧版本不同,导致出错 解决方法: 1.将node版本重新换回16.x 2 windows 下 在package.json文件下添加set NODE_OPTIONS=--openssl-legacy-provider && "scripts": {"dev": "set NODE_OPTIONS=--openssl-legacy-