⚠️ Homebrew support is being deprecated. Solo will stop publishing updates to Homebrew after August 31, 2026. Install via npm install -g @hiero-ledger/solo@latest instead. See System Readiness for full install instructions.

SOLO-3066

GrpcTlsKeyGenerationFailedSoloError — Component

GrpcTlsKeyGenerationFailedSoloError

CodeSOLO-3066
CategoryComponent
OwnershipInfrastructure
RetryableNo

Description

Thrown when solo cannot generate the gRPC TLS key for a consensus node; the underlying failure is wrapped in cause. solo generates this key to secure node gRPC traffic, so this means key generation failed — for example the key-generation tooling errored or a working file could not be written.

Troubleshooting Steps

  1. Check solo logs: tail -n 100 ~/.solo/logs/solo.log
  2. Verify key generation tools are available
  3. Re-run node setup: solo consensus node setup