javasdk连接长安链失败
这是pwk的配置文件 `chain_client: chain_id: "chain1"
user_sign_key_file_path: "D://project//ruoyi//ruoyicloud_datashare//backend//ruoyi-modules//ruoyi-datasharing//src//main//resources//crypto-config//node1//client//client1//client1.key"
user_key_file_path: "D://project//ruoyi//ruoyicloud_datashare//backend//ruoyi-modules//ruoyi-datasharing//src//main//resources//crypto-config//node1//client//client1//client1.tls.key" user_crt_file_path: "D://project//ruoyi//ruoyicloud_datashare//backend//ruoyi-modules//ruoyi-datasharing//src//main//resources//crypto-config//node1//client//client1//client1.tls.crt"
crypto: hash: SHA256 auth_type: public
nodes: - node_addr: "192.168.81.128:12301" enable_tls: true trust_root_paths: - "D://project//ruoyi//ruoyicloud_datashare//backend//ruoyi-modules//ruoyi-datasharing//src//main//resources//crypto-config//node1//ca" tls_host_name: "chainmaker.org"
rpc_client: max_receive_message_size: 100 enable_tx_result_dispatcher: false
enable_send_request_sync: true`
=================================
这是sdk报错提示
我是将部署后的一个节点的证书、私钥等文件从部署包下载下来的,然后在工程中加载,但是提示错误,这是为何呢?
