fablo
fablo copied to clipboard
Connection profile - bugs and missing values
- CA URL in connection profile starts from
http://, even if TLS is enabled (it should behttps://in this case) - missing
ordererssection (required when service discovery is disabled - for instance in dev mode) - missing
channelssection (required when service discovery is disabled)
When all above issues are fixed, a Node.js client could use it with service discovery disabled
:wave: I completely agree with the issue. :+1:
Side note: After doing 2 and 3 it would be good to check if it behaves well when service discovery is on. I remember that we had some issues/discussions while ago with @gzhk about it. Maybe he will guide us and update with pitfalls found back then?