hyperledger / fabric-samples

Samples for Hyperledger Fabric
https://wiki.hyperledger.org/display/fabric
Apache License 2.0
2.78k stars 3.37k forks source link

TLS handshake error from all OrgCA's on k3s #1197

Closed arly51 closed 5 months ago

arly51 commented 5 months ago

2024/04/25 00:51:37 [INFO] Configuration file location: /var/hyperledger/fabric-ca-server/fabric-ca-server-config.yaml 2024-04-25T00:51:37.456683902Z 2024/04/25 00:51:37 [INFO] Starting server in home directory: /var/hyperledger/fabric-ca-server 2024-04-25T00:51:37.456774277Z 2024/04/25 00:51:37 [INFO] Server Version: v1.5.10 2024-04-25T00:51:37.456783563Z 2024/04/25 00:51:37 [INFO] Server Levels: &{Identity:2 Affiliation:1 Certificate:1 Credential:1 RAInfo:1 Nonce:1} 2024-04-25T00:51:37.457600843Z 2024/04/25 00:51:37 [INFO] The CA key and certificate already exist 2024-04-25T00:51:37.457610807Z 2024/04/25 00:51:37 [INFO] The key is stored by BCCSP provider 'SW' 2024-04-25T00:51:37.457615800Z 2024/04/25 00:51:37 [INFO] The certificate is at: /var/hyperledger/fabric-ca-server/ca-cert.pem 2024-04-25T00:51:37.460288741Z 2024/04/25 00:51:37 [INFO] Initialized sqlite3 database at /var/hyperledger/fabric-ca-server/fabric-ca-server.db 2024-04-25T00:51:37.460533380Z 2024/04/25 00:51:37 [INFO] The Idemix issuer public and secret key files already exist 2024/04/25 00:51:37 [INFO] secret key file location: /var/hyperledger/fabric-ca-server/msp/keystore/IssuerSecretKey 2024/04/25 00:51:37 [INFO] public key file location: /var/hyperledger/fabric-ca-server/IssuerPublicKey 2024-04-25T00:51:37.476509194Z 2024/04/25 00:51:37 [INFO] The Idemix issuer revocation public and secret key files already exist 2024-04-25T00:51:37.476662318Z 2024/04/25 00:51:37 [INFO] private key file location: /var/hyperledger/fabric-ca-server/msp/keystore/IssuerRevocationPrivateKey 2024-04-25T00:51:37.476775062Z 2024/04/25 00:51:37 [INFO] public key file location: /var/hyperledger/fabric-ca-server/IssuerRevocationPublicKey 2024-04-25T00:51:37.481034645Z 2024/04/25 00:51:37 [INFO] Home directory for default CA: /var/hyperledger/fabric-ca-server 2024-04-25T00:51:37.481784182Z 2024/04/25 00:51:37 [INFO] Operation Server Listening on 127.0.0.1:9443 2024-04-25T00:51:37.483096139Z 2024/04/25 00:51:37 [INFO] Listening on https://0.0.0.0:443 2024-04-25T00:51:39.576573356Z 2024/04/25 00:51:39 http: TLS handshake error from 10.42.1.1:36554: EOF 2024-04-25T00:51:43.270263136Z 2024/04/25 00:51:43 http: TLS handshake error from 10.42.1.1:36504: EOF 2024-04-25T00:51:48.270613155Z 2024/04/25 00:51:48 http: TLS handshake error from 10.42.1.1:36514: EOF 2024-04-25T00:51:53.270260292Z 2024/04/25 00:51:53 http: TLS handshake error from 10.42.1.1:58452: EOF 2024/04/25 00:51:58 http: TLS handshake error from 10.42.1.1:58468: EOF 2024/04/25 00:52:03 http: TLS handshake error from 10.42.1.1:40940: EOF 2024/04/25 00:52:08 http: TLS handshake error from 10.42.1.1:40952: EOF 2024/04/25 00:52:13 http: TLS handshake error from 10.42.1.1:55344: EOF 2024/04/25 00:52:18 http: TLS handshake error from 10.42.1.1:55352: EOF 2024/04/25 00:52:23 http: TLS handshake error from 10.42.1.1:56104: EOF 2024/04/25 00:52:28 http: TLS handshake error from 10.42.1.1:56112: EOF 2024/04/25 00:52:33 http: TLS handshake error from 10.42.1.1:54130: EOF


export TEST_NETWORK_CLUSTER_RUNTIME="k3s" export TEST_NETWORK_CONTAINER_NAMESPACE="--namespace k8s.io" export CONTAINER_CLI="nerdctl"

i initialize cluster with above flags i am using metallb loadbalancer and i added my loadbalancer ip to all ingress endpoints to etc/hosts file.