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
- docker-compose -f docker-compose-4nodes-mt.yml up
- 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
System information
Geth version:
OS & Version: Linux
Branch, Commit Hash or Release:
masterEnvironment: 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
Error Logs
also for
httpswhich should be the case