FISCO-BCOS / go-sdk

golang SDK of FISCO BCOS
Apache License 2.0
73 stars 58 forks source link

证书不存在逻辑问题 #222

Open Duanraudon opened 1 year ago

Duanraudon commented 1 year ago

image

image

因为我把链的ssl给禁用了,所以应该是可以不需要证书的吧,但这里添加了文件不存在的判断,这要怎么处理?

bxq2011hust commented 1 year ago

这里确实是个问题,需要修改下这个判断的逻辑,在Config对象中加一个DisableSSL的配置项,根据这个配置项来判断。

Duanraudon commented 1 year ago

希望尽快能出一个正式版的tag

bxq2011hust commented 1 year ago

https://github.com/FISCO-BCOS/go-sdk/pull/225