Certificates ValidationResults End Entity codes
The End Entity code shows the result of certificate installation. GET Certificates/{guid}/ValidationResults uses the following codes to describe the SSL and TLS validation state of the host.
|
End Entity |
Value |
Description |
|---|---|---|
| -2147483648 | UnexpectedError | Unknown validation error. |
| 0 | None | No state set. |
| 2 | Success | Discovery validation succeeded. |
| 4 | HostResolutionFailed | Hostname or FQDN is not resolvable using DNS. |
| 8 | SettingError | Object Setting Errors. |
| 16 | ConnectionFailure | Target is unreachable or not listening on the port. |
| 32 | NoCertificateFound | Target is listening on the port but didn't present a certificate. |
| 64 | MismatchWithPrevious | Target presented a certificate that matches one in history. |
| 128 | MismatchWithKnown | Target presented a certificate that matches one in inventory but not in history. |
| 256 | MismatchWithUnknown | Target presented certificates that neither matches one in inventory nor history. |
| 512 | NoLocalCertificate | No local certificate to validate. |
| 536870912 | NotSupported | Network validation is not supported by the application object. |
| 1073741824 | RetryLater | Retry later could not obtain Config lock. |