SOLO-3067
GrpcTlsCertMismatchSoloError — Component
GrpcTlsCertMismatchSoloError
| Code | SOLO-3067 |
| Category | Component |
| Ownership | User |
| Retryable | No |
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
- 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