opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
该问题通常与 OpenSSL 库版本不兼容或配置问题有关,特别是在使用 Node.js
时
设置 OpenSSL 兼容性:
export NODE_OPTIONS=--openssl-legacy-provider
之后再重启项目即可