-
Notifications
You must be signed in to change notification settings - Fork 7
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
Getting POST failure of request #2
Comments
Hi @Araj28196 The same issue I faced recently while setting up the Hyperledger on the local Kubernetes cluster. To fix the problem you need to generate the yaml from the command line & set up the CA again.
Once the file is generated add all the node IPs to the We can collaborate to mutually set up the Fabric network locally, Let me know if you'd be open to connecting. I hope it helps to solve your issue.
|
[fabsdk/fab] 2023/10/02 19:36:26 UTC - logbridge.(*cLogger).Info -> INFO TLS Enabled
[fabsdk/fab] 2023/10/02 19:36:26 UTC - logbridge.(*cLogger).Info -> INFO generating key: &{A:ecdsa S:256}
[fabsdk/fab] 2023/10/02 19:36:26 UTC - logbridge.(*cLogger).Info -> INFO encoded CSR
Error: POST failure of request: POST https://64.227.164.113:30884/enroll
{"hosts":null,"certificate_request":"-----BEGIN CERTIFICATE REQUEST-----\nMIIBBzCBrwIBADARMQ8wDQYDVQQDEwZlbnJvbGwwWTATBgcqhkjOPQIBBggqhkjO\nPQMBBwNCAAT5d4r4RvdZLE1ri1OH9lroq3LQ1Qgk4EM3+EUwBw0xirL1FsWA5FGC\nInjDO/lnc0f6jC6EYXM8V7WXGzeTYDrAoDwwOgYJKoZIhvcNAQkOMS0wKzApBgNV\nHREEIjAggh51YnVudHUtcy0ydmNwdS00Z2ItYW1kLWJscjEtMDEwCgYIKoZIzj0E\nAwIDRwAwRAIgOrkye0ACCLkoHzafwTniVAeAE2MJBNf2Cu9r9IzEClACIFYElcV8\nD8B7TKFccE08zAp7fFF5lgE7G89mrarbnNje\n-----END CERTIFICATE REQUEST-----\n","profile":"","crl_override":"","label":"","NotBefore":"0001-01-01T00:00:00Z","NotAfter":"0001-01-01T00:00:00Z","ReturnPrecert":false,"CAName":""}: Post "https://64.227.164.113:30884/enroll": x509: certificate is valid for 127.0.0.1, not 64.227.164.113
i have checked firewall and everything is open
i have done everything from the video but stuck in this point
Please let me know how to figure out the solution
The text was updated successfully, but these errors were encountered: