SOLO-3070

CertificateParsingFailedSoloError — Component

CertificateParsingFailedSoloError

CodeSOLO-3070
CategoryComponent
OwnershipUser
RetryableNo

Description

Thrown when solo cannot parse a certificate input the user provided; the message names the input, its type, and the line and index of the offending entry. solo parses each supplied certificate to validate and use it, so this means the content is not valid for the expected format — for example a malformed or truncated certificate, or the wrong kind of file supplied.

Troubleshooting Steps

  1. Verify the certificate input format is correct for the expected type
  2. Check the value at line , position of the input
  3. Ensure certificate values are properly formatted (PEM or DER encoded)