Host name validation verifies that the host name of the destination virtual server matches what is recorded in its certificate. Certificate chain validation verifies the authenticity of the destination virtual server’s certificate using a valid certificate chain. This either requires the certificate to have been signed by a Certificate Authority, or the destination server's certificate to have been imported into the JRE of the source server.
If enabled for Content Platform Engine server communications, the endpoint specified by the ServerCommunicationURL property must have a SSL server certificate deployed on it. This certificate would then need to be deployed to all Content Platform Engine servers that communicate with this endpoint.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Property ServerCommunicationCertificateValidationEnabled As Nullable(Of Boolean) |
C# |
---|
Nullable<bool> ServerCommunicationCertificateValidationEnabled { get; set; } |
Visual C++ |
---|
property Nullable<bool> ServerCommunicationCertificateValidationEnabled { Nullable<bool> get (); void set (Nullable<bool> value); } |
JavaScript |
---|
function get_serverCommunicationCertificateValidationEnabled(); function set_serverCommunicationCertificateValidationEnabled(value); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: BOOLEAN
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultBoolean: false
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ