$ bash start.sh
===============================================================================================
Server com.webank.webase.front.Application Port 5002 ...PID(24200) [Starting]. Please check message through the log file (default path:./log/).
===============================================================================================
```Caused by: org.fisco.bcos.sdk.network.NetworkException: Failed to connect to all the nodes! errorMessage:
ssl handshake failed:/127.0.0.1:20200! Please check the certificate and ensure that the SDK and the node are in the same agency!
火狐浏览器访问:http://localhost:5002/WeBASE-Front
结果:Firefox 无法建立到 localhost:5002 服务器的连接。
查看日志,内部有这个错误。
Caused by: org.fisco.bcos.sdk.network.NetworkException: Failed to connect to all the nodes! errorMessage:
ssl handshake failed:/127.0.0.1:20200! Please check the certificate and ensure that the SDK and the node are in the same agency!
ubuntu 18.04 java环境如下:
节点启动进程输出:
将节点nodes/127.0.0.1/sdk/*下的证书文件复制到webase的conf中,启动
Caused by: org.fisco.bcos.sdk.network.NetworkException: Failed to connect to all the nodes! errorMessage: ssl handshake failed:/127.0.0.1:20200! Please check the certificate and ensure that the SDK and the node are in the same agency!