WeBankBlockchain / WeBASE

WeBank Blockchain Application Software Extension
Apache License 2.0
490 stars 113 forks source link

nested exception is javax.net.ssl.SSLException #51

Open mingzhenliu opened 4 years ago

mingzhenliu commented 4 years ago

前置启动报错“nested exception is javax.net.ssl.SSLException”

mingzhenliu commented 4 years ago
...
nested exception is javax.net.ssl.SSLException: Failed to initialize the client-side SSLContext: Input stream not contain valid certificates.

答:CentOS的yum仓库的OpenJDK缺少JCE(Java Cryptography Extension),导致Web3SDK无法正常连接区块链节点,因此在使用CentOS操作系统时,推荐从OpenJDK网站自行下载。