我正在尝试使用steps here使用Hyperledger Fabric网络设置运行Hyperledger Blockchain Explorer . composer-cli 效果很好 . 但是当我使用 node main.js 运行Blockchain Explorer时,它会返回以下错误

16637 ssl_transport_security.cc:989] Handshake failed with fatal error SSL_ERROR_SSL: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number.

composer-cli 能够很好地与对等连接,这意味着 composer-cli 和对等体之间的SSL连接是好的 . 如何修复在node.js中编写的区块链资源管理器上运行的SSL版本?