SOLO-3068

GrpcWebTlsCertMismatchSoloError — Component

GrpcWebTlsCertMismatchSoloError

CodeSOLO-3068
CategoryComponent
OwnershipUser
RetryableNo

Description

Thrown when the gRPC Web 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 the node’s gRPC Web 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