The request was rejected because the certificate was malformed or expired. The error message describes the specific error.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("MalformedCertificate")) return null; MalformedCertificateException e = (MalformedCertificateException)super.unmarshall(node); return e; }