SOLO-3067

GrpcTlsCertMismatchSoloError — Component

GrpcTlsCertMismatchSoloError

CodeSOLO-3067
CategoryComponent
OwnershipUser
RetryableNo

Description

Thrown when the gRPC TLS certificate and key supplied by the user do not correspond; the message lists the certificate and key paths. solo pairs each provided certificate with its key for node gRPC TLS, so this means the structures do not match — typically a certificate and key from different pairs, or paths that were swapped or point to the wrong files.

Troubleshooting Steps

  1. Ensure the number of certificate paths matches the number of key paths
  2. Each certificate must have a corresponding private key in the same position
  3. Verify the certificate and key files exist at the specified paths