Skip to content

Attempt to run dev mode chaincode with TLS#620

Draft
dzikowski wants to merge 1 commit intomainfrom
feat/dev-mode-tls
Draft

Attempt to run dev mode chaincode with TLS#620
dzikowski wants to merge 1 commit intomainfrom
feat/dev-mode-tls

Conversation

@dzikowski
Copy link
Contributor

@dzikowski dzikowski commented Oct 16, 2025

For now it's just to demonstrate the approach. I got several issues with that approach, and I was not able to complete it (yet). First unexpected behavior was that chaincode start command expects ca cert in plain text format, but client certs (key and crt) as base64 encoded strings. Once that was fixed, I've spend a lot of time on debugging the TLS issues - with no success. The message says:

Error: 14 UNAVAILABLE: No connection established. Last error: unable to verify the first certificate (2025-10-15T21:58:41.795Z)

If someone wants to pick it up, they may start from executing:

e2e-network/docker/test-01-v2-simple.sh

Signed-off-by: Jakub Dzikowski <jakub.t.dzikowski@gmail.com>
@dzikowski dzikowski added help wanted Extra attention is needed wontfix This will not be worked on labels Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

help wanted Extra attention is needed wontfix This will not be worked on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant