Fault - ConverterSSLVerificationFault

Extends
ConverterConverterFault
See also
ConverterSSLCertificateData
Since
Converter API 2.0

Fault Description

SSLVerificationFault is thrown if Converter server could not verify the authenticity of the agent's or VC's SSL certificate.

Properties

Name Type Description
certificateChainConverterSSLCertificateData[]

Certificate chain. Root certificate is the last element of the array
errorFlags*xsd:long

SSL error(s) represents as error bits, see Vmacore::Ssl::SSLVerifyException

Since Converter API 3.0
msgxsd:string

Non-localizable error message
selfSignedxsd:boolean

Whether the host's certificate was self signed
thumbprintxsd:string

The thumbprint of the host's certificate
Properties inherited from ConverterConverterFault
None
Properties inherited from RuntimeFault
None
Properties inherited from MethodFault
faultCause, faultMessage
*May not be present