SOLO-3071
CertificateFileNotFoundSoloError — Component
CertificateFileNotFoundSoloError
| Code | SOLO-3071 |
| Category | Component |
| Ownership | User |
| Retryable | No |
Description
Thrown when a certificate file the user referenced does not exist at the given path; the message names the path and input type, with the line and index of the offending entry. solo reads certificate files from the paths provided on the command line or in configuration, so this means the file is missing or the path is wrong — for example a typo, a relative path resolved from an unexpected directory, or a file that was moved.
Troubleshooting Steps
- Verify the file exists at the path:
- Ensure the path is absolute or relative to the working directory
- Check file permissions allow reading the certificate file