1. CA URL in connection profile starts from `http://`, even if TLS is enabled (it should be `https://` in this case) 2. missing `orderers` section (required when service discovery is disabled - for instance in dev mode) 3. missing `channels` section (required when service discovery is disabled) When all above issues are fixed, a Node.js client could use it with service discovery disabled