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

[Multi-tenancy] Health check is unhealthy due to not passing access token #269

Open
achraf17 opened this issue Nov 3, 2021 · 1 comment

Comments

@achraf17
Copy link
Contributor

achraf17 commented Nov 3, 2021

System information

Geth version:

Geth
Version: 1.9.24-stable
Git Commit: d5ef77cafd90f4cf9aebfaddb745944e610de1ad
Quorum Version: 21.7.1
Architecture: amd64
Protocol Versions: [65 64 63]
Network Id: 1337
Go Version: go1.15.5
Operating System: linux

OS & Version: Linux
Branch, Commit Hash or Release: master
Environment: docker

Expected behavior

quorum-examples_node1_1 /bin/sh -c apk add jq Up (healthy)

Actual behavior

quorum-examples_node1_1 /bin/sh -c apk add jq Up (unhealthy)

Steps to reproduce the behavior

  1. docker-compose -f docker-compose-4nodes-mt.yml up
  2. docker-compose -f docker-compose-4nodes-mt.yml ps

Error Logs

/ # wget --spider --proxy off http://localhost:8545
Connecting to localhost:8545 (127.0.0.1:8545)
wget: server returned error: HTTP/1.0 400 Bad Request

also for https which should be the case

/ # wget --spider --proxy off https://localhost:8545
Connecting to localhost:8545 (127.0.0.1:8545)
ssl_client: localhost: certificate verification failed: self signed certificate
wget: error getting response: Connection reset by peer
@ghost
Copy link

ghost commented Sep 16, 2022

I am using "https://github.com/ConsenSys/quorum-examples/blob/master/examples/7nodes/MultitenancyAndMultiplePrivateStates.md" for multi-tenancy.
I have done all the steps but unable to open console for:
geth attach http://localhost:22000
geth attach http://localhost:22000/?PSI=PS1
geth attach http://localhost:22000/?PSI=PS2
geth attach http://localhost:22000/?PSI=PS3

Same error i am getting as mentioned in this issue raised by achraf17 :

http: TLS handshake error from 162.142.125.220:37758: read tcp 172.16.239.11:8545->162.142.125.220:37758: read: connection reset by peer

Kindly help me to resolve this issue.

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