hyperledger-labs / hyperledger-labs/microfab

Unable to connect using CLI when TLS is enabled

Open
#147 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
80
Forks
23
PR merge metrics
No merged PRs in 30d

Description

Configuration:
```json
{
"tls": {
"enabled": false
},
"ordering_organizations": {
"name": "Orderer"
},
"endorsing_organizations":[
{
"name": "Org1"
},
{
"name": "Org2"
}
],
"channels":[
{
"name": "mychannel",
"endorsing_organizations":[
"Org1",
"Org2"
]
},
{
"name": "yourchannel",
"endorsing_organizations":[
"Org1",
"Org2"
]
}
]
}
```

Logs:
```sh
% ./microfab connect
2023/02/14 15:23:08 Connecting to URL 'http://console.127-0-0-1.nip.io:8080'
2023/02/14 15:23:08 Identity and Configuration '_mfcfg'
2023/02/14 15:23:08 Unable to get Organizations: Microfab returned HTTP 400 Bad Request
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.