Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to connect using CLI when TLS is enabled #147

Open
CaptainIRS opened this issue Feb 14, 2023 · 0 comments
Open

Unable to connect using CLI when TLS is enabled #147

CaptainIRS opened this issue Feb 14, 2023 · 0 comments

Comments

@CaptainIRS
Copy link

Configuration:

{
    "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:

% ./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
@CaptainIRS CaptainIRS changed the title Unable to connect when TLS is enabled Unable to connect using CLI when TLS is enabled Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant