SOLO-3068
GrpcWebTlsCertMismatchSoloError — Component
GrpcWebTlsCertMismatchSoloError
| Code | SOLO-3068 |
| Category | Component |
| Ownership | User |
| Retryable | No |
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
- Ensure the number of certificate paths matches the number of key paths
- Each certificate must have a corresponding private key in the same position
- Verify the certificate and key files exist at the specified paths